aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-01-22rtnetlink: remove ndo_get_slaveJiri Pirko
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao
2014-01-01net: core functions cleanupstephen hemminger
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17net: remove dead code for add/del multiplestephen hemminger
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong
2013-12-12net: make neigh_priv_len in struct net_device 16bit instead of 8bitSebastian Siewior
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu
2013-12-11tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-11-07net: make ndev->irq signed for error handlingDan Carpenter
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet
2013-10-29net: add might_sleep() call to napi_disableJacob Keller
2013-10-18net: Delete trailing semi-colon from definition of netdev_WARN()Ben Hutchings
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin
2013-09-30Merge branch '20130926_include_linux_networking_externs' of git://repo.or.cz/...David S. Miller
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel
2013-09-26[networking]device.h: Remove extern from function prototypesJoe Perches
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico
2013-09-15vxlan: Fix sparse warningsJoseph Gasparakis
2013-09-06net: add documentation for BQL helpersFlorian Fainelli
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis