summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-09-191-5/+4Star
* netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang2013-09-121-1/+1
* net: fix multiqueue selectionEric Dumazet2013-09-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-073-3/+11
|\
| * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-312-3/+3
| * sysfs: Restrict mounting sysfsEric W. Biederman2013-08-291-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0513-137/+693
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-052-9/+4Star
| |\ \
| * | | net: correctly interlink lower/upper devicesVeaceslav Falico2013-09-041-2/+2
| * | | skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-042-8/+13
| * | | net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-041-2/+0Star
| * | | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-1/+29
| * | | net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico2013-08-291-0/+25
| * | | net: remove search_list from netdev_adjacentVeaceslav Falico2013-08-291-36/+1Star
| * | | net: add lower_dev_list to net_device and make a full meshVeaceslav Falico2013-08-291-27/+258
| * | | net: rename netdev_upper to netdev_adjacentVeaceslav Falico2013-08-291-12/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-172-2/+3
| |\ \ \
| * | | | rtnetlink: remove an unneeded testDan Carpenter2013-08-151-2/+2
| * | | | dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2013-08-151-3/+3
| * | | | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-49/+51
| * | | | net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-27/+10Star
| * | | | net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-4/+2Star
| * | | | net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang2013-08-081-1/+0Star
| * | | | net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-2/+1Star
| * | | | net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-081-0/+93
| * | | | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-081-0/+24
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-044-14/+34
| |\ \ \ \
| * | | | | fib_rules: fix suppressor names and default valuesStefan Tomanek2013-08-031-4/+11
| * | | | | neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-031-4/+6
| * | | | | fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-031-0/+10
| * | | | | fib_rules: add .suppress operationStefan Tomanek2013-08-011-0/+8
| * | | | | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-0/+19
| * | | | | flow_dissector: add support for IPPROTO_IPV6Tom Herbert2013-07-311-0/+3
| * | | | | flow_dissector: clean up IPIP caseTom Herbert2013-07-311-1/+2
| * | | | | net: export physical port id via sysfsJiri Pirko2013-07-311-0/+22
| * | | | | rtnl: export physical port id via RT netlinkJiri Pirko2013-07-311-1/+24
| * | | | | net: add ndo to get id of physical port of the deviceJiri Pirko2013-07-311-0/+18
| * | | | | pktgen: add needed include fileStephen Rothwell2013-07-291-0/+1
| * | | | | pktgen: Use ip_send_check() to compute checksumThomas Graf2013-07-281-2/+1Star
| * | | | | pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-281-5/+52
| * | | | | net: Make devnet_rename_seq staticThomas Gleixner2013-07-251-1/+1
| * | | | | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-251-1/+1
| * | | | | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-0/+47
* | | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-041-37/+35Star
|\ \ \ \ \ \
| * | | | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-1/+1
| * | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-091-6/+4Star
| * | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-091-10/+10
| * | | | | | netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo2013-08-091-28/+28
| * | | | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-091-1/+1
* | | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-61/+75
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |