summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich-4/+9
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal-10/+12
2014-02-09net: Mark functions as static in core/dev.cRashika Kheria-3/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-253/+309
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-01-21net: Export gro_find_by_type helpersOr Gerlitz-0/+2
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz-0/+1
2014-01-21net: remove unnecessary initializations in net_dev_initSabrina Dubroca-10/+0
2014-01-19net: document accel_priv parameter for __dev_queue_xmit()Jason Wang-1/+2
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton-6/+6
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico-0/+5
2014-01-16net: Check skb->rxhash in gro_receiveTom Herbert-1/+8
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico-0/+22
2014-01-15net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico-27/+30
2014-01-14net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings-39/+61
2014-01-14net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings-0/+2
2014-01-14net: Fix indentation in dev_hard_start_xmit()Ben Hutchings-2/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+17
2014-01-13net: make dev_set_mtu() honor notification return codeVeaceslav Falico-9/+25
2014-01-13net: gro: change GRO overflow strategyEric Dumazet-2/+15
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang-12/+17
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu-0/+26
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier-5/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+1
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann-1/+1
2014-01-01net: core functions cleanupstephen hemminger-56/+26
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu-1/+1
2013-12-21net: use kfree_skb_list() helperEric Dumazet-15/+3
2013-12-19Merge branch 'master' into for-nextJiri Kosina-182/+440
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend-1/+1
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert-2/+2
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong-0/+21
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu-51/+25
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann-15/+0
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet-15/+30
2013-12-06gro: small napi_get_frags() optimEric Dumazet-2/+1
2013-12-02Fix comment typo for alloc_netdev_mqs()Li Zhong-1/+1
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich-1/+1
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček-0/+5
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov-5/+1
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend-5/+13
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet-5/+17
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov-8/+8
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov-0/+1
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet-0/+2
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman-11/+14
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin-1/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+48