aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10net: rename ll methods to busy-pollEliezer Tamir1-1/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan1-0/+1
2013-06-13net/core: Add VF link state controlRony Efraim1-0/+3
2013-06-13net-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-10net: add low latency socket pollEliezer Tamir1-0/+3
2013-06-10net: add napi_id and hashEliezer Tamir1-0/+29
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-0/+6
2013-05-28net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko1-0/+5
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-0/+13
2013-05-27MPLS: Add limited GSO supportSimon Horman1-0/+2
2013-05-25net: add netnotifier event for upper device changeJiri Pirko1-0/+1
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn1-0/+17
2013-05-16bonding: 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-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich1-0/+3
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-1/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-30net: reorder some fields of net_deviceEric Dumazet1-16/+17
2013-03-27tokenring: delete last holdout of CONFIG_TRPaul Bolle1-2/+0
2013-03-27line up comment for ndo_bridge_getlinkDmitry Kravkov1-1/+1
2013-03-15net: clean leftover of COMPAT_NET_DEV_OPS removalFernando Luis Vazquez Cao1-1/+0
2013-03-15netxen: write IP address to firmware when using bondingnikolay@redhat.com1-0/+8
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar1-0/+13
2013-03-05net: introduce NAPI_POLL_WEIGHTEric Dumazet1-0/+5
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang1-1/+0
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang1-3/+33
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar1-0/+2
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-1/+3
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-1/+2
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich1-0/+2
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward1-0/+2
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang1-2/+9
2013-01-28netpoll: add RCU annotation to npinfo fieldCong Wang1-1/+1
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka1-0/+3
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck1-1/+0
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck1-0/+13
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck1-0/+1
2013-01-04net: kill dev->masterJiri Pirko1-4/+0
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko1-5/+1
2013-01-04net: introduce upper device listsJiri Pirko1-0/+14
2013-01-03net: add address assign type "SET"Jiri Pirko1-0/+2
2012-12-30veth: reduce stat overheadEric Dumazet1-0/+1
2012-12-28net: add change_carrier netdev opJiri Pirko1-0/+12