summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: Export gro_find_by_type helpersOr Gerlitz2014-01-211-0/+2
* net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-211-0/+1
* net: remove unnecessary initializations in net_dev_initSabrina Dubroca2014-01-211-10/+0
* net: document accel_priv parameter for __dev_queue_xmit()Jason Wang2014-01-191-1/+2
* net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-161-6/+6
* net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2014-01-161-0/+5
* net: Check skb->rxhash in gro_receiveTom Herbert2014-01-161-1/+8
* net: rename sysfs symlinks on device name changeVeaceslav Falico2014-01-151-0/+22
* net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico2014-01-151-27/+30
* net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings2014-01-141-39/+61
* net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings2014-01-141-0/+2
* net: Fix indentation in dev_hard_start_xmit()Ben Hutchings2014-01-141-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-12/+17
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-12/+17
* | net: make dev_set_mtu() honor notification return codeVeaceslav Falico2014-01-131-9/+25
* | net: gro: change GRO overflow strategyEric Dumazet2014-01-131-2/+15
* | net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-071-0/+26
* | net: Do not enable tx-nocache-copy by defaultBenjamin Poirier2014-01-071-5/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-1/+1
|\|
| * net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend2013-12-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-051-1/+1
|\ \
| * | net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-031-1/+1
* | | net: core functions cleanupstephen hemminger2014-01-011-56/+26
* | | net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu2013-12-311-1/+1
* | | net: use kfree_skb_list() helperEric Dumazet2013-12-211-15/+3
* | | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-2/+2
* | | bonding: create bond_first_slave_rcu()dingtianhong2013-12-141-0/+21
|/ /
* | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-121-51/+25
* | net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann2013-12-091-15/+0
* | net: introduce dev_consume_skb_any()Eric Dumazet2013-12-061-15/+30
* | gro: small napi_get_frags() optimEric Dumazet2013-12-061-2/+1
|/
* net: core: Always propagate flag changes to interfacesVlad Yasevich2013-11-201-1/+1
* macvlan: disable LRO on lower device instead of macvlanMichal Kubeček2013-11-151-0/+5
* core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2013-11-141-5/+1
* net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-071-5/+13
* net: extend net_device allocation to vmalloc()Eric Dumazet2013-11-031-5/+17
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-251-8/+8
* net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov2013-10-251-0/+1
* ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-191-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-1/+2
|\
| * netif_set_xps_queue: make cpu mask constMichael S. Tsirkin2013-10-071-1/+2
* | net: Separate the close_list and the unreg_list v2Eric W. Biederman2013-10-071-11/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-1/+48
|\|
| * net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman2013-09-281-1/+48
* | dev: always advertise rx_flags changes via netlinkNicolas Dichtel2013-09-301-23/+37
* | dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel2013-09-301-5/+6
* | net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-261-1/+34
* | net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-261-2/+17
* | net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico2013-09-261-0/+10
* | net: add for_each iterators through neighbour lower link's privateVeaceslav Falico2013-09-261-1/+59