summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-225/+281
2013-11-08net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-1/+35
2013-11-08net: make ndev->irq signed for error handlingDan Carpenter1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+14
2013-11-04net: extend net_device allocation to vmalloc()Eric Dumazet1-0/+1
2013-10-29net: add might_sleep() call to napi_disableJacob Keller1-0/+1
2013-10-18net: Delete trailing semi-colon from definition of netdev_WARN()Ben Hutchings1-1/+1
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman1-0/+1
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-2/+3
2013-09-30Merge branch '20130926_include_linux_networking_externs' of git://repo.or.cz/...David S. Miller1-226/+209
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel1-1/+3
2013-09-27[networking]device.h: Remove extern from function prototypesJoe Perches1-224/+208
2013-09-27sysfs: make attr namespace interface less convolutedTejun Heo1-2/+14
2013-09-27net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico1-0/+1
2013-09-27net: add for_each iterators through neighbour lower link's privateVeaceslav Falico1-0/+17
2013-09-27net: add netdev_adjacent->private and allow to use itVeaceslav Falico1-0/+7
2013-09-27net: add adj_list to save only neighboursVeaceslav Falico1-9/+19
2013-09-16vxlan: Fix sparse warningsJoseph Gasparakis1-4/+4
2013-09-06net: add documentation for BQL helpersFlorian Fainelli1-0/+26
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis1-0/+19
2013-08-30net: add netdev_for_each_upper_dev_rcu()Veaceslav Falico1-0/+10
2013-08-30net: add lower_dev_list to net_device and make a full meshVeaceslav Falico1-0/+1
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-31net: add ndo to get id of physical port of the deviceJiri Pirko1-0/+20
2013-07-25net: Make devnet_rename_seq staticThomas Gleixner1-3/+0
2013-07-24net: convert resend IGMP to notifier eventJiri Pirko1-0/+1
2013-07-11net: rename ll methods to busy-pollEliezer Tamir1-1/+1
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-06-27net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan1-0/+1
2013-06-14net/core: Add VF link state controlRony Efraim1-0/+3
2013-06-14net-rps: fixes for rps flow limitWillem de Bruijn1-2/+2
2013-06-12doc:networking: Update comment for dev_id field in netdevice.hNarendra K1-2/+4
2013-06-11net: add low latency socket pollEliezer Tamir1-0/+3
2013-06-11net: add napi_id and hashEliezer Tamir1-0/+29
2013-05-29net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-0/+6
2013-05-29net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko1-0/+5
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-0/+13
2013-05-28MPLS: Add limited GSO supportSimon Horman1-0/+2
2013-05-26net: add netnotifier event for upper device changeJiri Pirko1-0/+1
2013-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2013-05-21rps: selective flow shedding during softnet overflowWillem de Bruijn1-0/+17
2013-05-17bonding: allow TSO being set on bonding masterEric Dumazet1-0/+11
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro1-1/+0
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-9/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+4
2013-04-16net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich1-0/+3