aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAge
* netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann2014-02-17
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-17
* net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-13
* rtnetlink: remove ndo_get_slaveJiri Pirko2014-01-23
* net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-21
* bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-17
* net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-17
* net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2014-01-16
* net: rename sysfs symlinks on device name changeVeaceslav Falico2014-01-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-14
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-10
* | net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-07
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\|
| * ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao2014-01-02
| * vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2013-12-31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-05
|\ \
| * | net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-03
* | | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-04
* | | net: core functions cleanupstephen hemminger2014-01-01
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18
|\ \ \ | | |/ | |/|
| * | net: make neigh_priv_len in struct net_device 16bit instead of 8bitSebastian Siewior2013-12-12
* | | net: remove dead code for add/del multiplestephen hemminger2013-12-17
* | | bonding: create bond_first_slave_rcu()dingtianhong2013-12-14
| |/ |/|
* | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-12
* | tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-11
* | net: introduce dev_consume_skb_any()Eric Dumazet2013-12-06
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\
| * treewide: Fix common typo in "identify"Maxime Jayat2013-10-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-13
|\ \
| * | net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-07
| * | net: make ndev->irq signed for error handlingDan Carpenter2013-11-07
| * | net: extend net_device allocation to vmalloc()Eric Dumazet2013-11-03
| * | net: add might_sleep() call to napi_disableJacob Keller2013-10-29
| * | net: Delete trailing semi-colon from definition of netdev_WARN()Ben Hutchings2013-10-18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-08
| |\ \
| * | | net: Separate the close_list and the unreg_list v2Eric W. Biederman2013-10-07
| * | | Merge branch '20130926_include_linux_networking_externs' of git://repo.or.cz/...David S. Miller2013-09-30
| |\ \ \
| | * | | [networking]device.h: Remove extern from function prototypesJoe Perches2013-09-26
| * | | | dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel2013-09-30
| |/ / /
| * | | net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico2013-09-26
| * | | net: add for_each iterators through neighbour lower link's privateVeaceslav Falico2013-09-26
| * | | net: add netdev_adjacent->private and allow to use itVeaceslav Falico2013-09-26
| * | | net: add adj_list to save only neighboursVeaceslav Falico2013-09-26
* | | | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-06
|\ \ \ \ | |_|/ / |/| | |
| * | | sysfs: make attr namespace interface less convolutedTejun Heo2013-09-26
| |/ /
* / / netif_set_xps_queue: make cpu mask constMichael S. Tsirkin2013-10-07
|/ /
* | vxlan: Fix sparse warningsJoseph Gasparakis2013-09-15
* | net: add documentation for BQL helpersFlorian Fainelli2013-09-06
|/
* vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis2013-09-05
* net: add netdev_for_each_upper_dev_rcu()Veaceslav Falico2013-08-29