summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-1018-173/+556
|\
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-091-1/+2
| * core: Copy inner_protocol in copy_skb_header()Joe Stringer2013-07-041-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-034-38/+52
| |\
| * | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata2013-07-031-0/+6
| * | ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2013-07-021-8/+0Star
| |\ \
| | * \ Merge ../vxlan-xStephen Hemminger2013-06-261-8/+0Star
| | |\ \
| | | * | rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0Star
| * | | | neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-011-5/+7
| * | | | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-282-10/+24
| |/ / /
| * / / net: poll/select low latency socket supportEliezer Tamir2013-06-262-1/+9
| |/ /
| * | net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-241-1/+6
| * | net: allow large number of tx queuesEric Dumazet2013-06-241-7/+19
| * | neigh: disallow un-init_net to change thresh of neighGao feng2013-06-201-0/+6
| * | neigh: only allow init_net to change the default neigh_parmsGao feng2013-06-201-1/+1
| * | neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng2013-06-201-6/+2Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-203-6/+11
| |\ \
| * | | net: add socket option for low latency pollingEliezer Tamir2013-06-181-0/+20
| * | | net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-181-2/+2
| * | | net/core: Add VF link state controlRony Efraim2013-06-141-2/+20
| * | | net-rps: fixes for rps flow limitWillem de Bruijn2013-06-141-3/+16
| * | | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-132-7/+7
| * | | net: make all team port device link events urgentFlavio Leitner2013-06-131-0/+3
| * | | pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann2013-06-121-25/+27
| * | | net_sched: add 64bit rate estimatorsEric Dumazet2013-06-112-11/+23
| * | | net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)2013-06-111-13/+2Star
| * | | udp: add low latency socket poll supportEliezer Tamir2013-06-111-0/+4
| * | | net: add low latency socket pollEliezer Tamir2013-06-113-0/+20
| * | | net: add napi_id and hashEliezer Tamir2013-06-111-0/+59
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-063-11/+16
| |\ \ \
| * | | | netpoll: fix position of network headerAmerigo Wang2013-06-051-16/+4Star
| * | | | pktgen: Fix position of ip and udp headerThomas Graf2013-06-051-27/+12Star
| * | | | net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman2013-06-051-1/+1
| * | | | net: mark netdev_create_hash __net_initBaruch Siach2013-06-051-1/+1
| * | | | net: clean up skb headers codeCong Wang2013-06-011-11/+5Star
| * | | | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-292-3/+22
| * | | | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-291-2/+2
| * | | | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-291-6/+0Star
| * | | | net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller2013-05-281-5/+5
| * | | | net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko2013-05-281-2/+7
| * | | | net: pass info struct via netdevice notifierJiri Pirko2013-05-287-18/+54
| * | | | netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-282-13/+5Star
| * | | | MPLS: Add limited GSO supportSimon Horman2013-05-282-0/+5
| * | | | net: add netnotifier event for upper device changeJiri Pirko2013-05-261-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-251-50/+0Star
| |\ \ \ \
| * | | | | net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman2013-05-231-1/+2
| * | | | | rps: selective flow shedding during softnet overflowWillem de Bruijn2013-05-203-3/+165