aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan
2013-05-16bonding: allow TSO being set on bonding masterEric Dumazet
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-30net: reorder some fields of net_deviceEric Dumazet
2013-03-27tokenring: delete last holdout of CONFIG_TRPaul Bolle
2013-03-27line up comment for ndo_bridge_getlinkDmitry Kravkov
2013-03-15net: clean leftover of COMPAT_NET_DEV_OPS removalFernando Luis Vazquez Cao
2013-03-15netxen: write IP address to firmware when using bondingnikolay@redhat.com
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar
2013-03-05net: introduce NAPI_POLL_WEIGHTEric Dumazet
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang
2013-01-28netpoll: add RCU annotation to npinfo fieldCong Wang
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck
2013-01-04net: kill dev->masterJiri Pirko
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko
2013-01-04net: introduce upper device listsJiri Pirko
2013-01-03net: add address assign type "SET"Jiri Pirko
2012-12-30veth: reduce stat overheadEric Dumazet
2012-12-28net: add change_carrier netdev opJiri Pirko
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-11-29core: make GRO methods static.Rami Rosen
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich
2012-10-31net: create generic bridge opsJohn Fastabend
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet