summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-08net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-19fou: Add GRO supportTom Herbert
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck
2014-09-13netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-09-01net: Infrastructure for checksum unnecessary conversionsTom Herbert
2014-09-01net: Support for csum_bad in skbuffTom Herbert
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller
2014-08-24net: skb_gro_checksum_* functionsTom Herbert
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko
2014-07-31net: kernel-doc compliant documentation for net_deviceKaroly Kemeny
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico
2014-07-20net: use dev->name in netdev_pr* when it's availableVeaceslav Falico
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-15net: add name_assign_type netdev attributeTom Gundersen
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-02net: Add support for device specific address syncingAlexander Duyck
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-22vlan: more careful checksum features handlingMichal Kubeček
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-16net: Allow for more then a single subclass for netif_addr_lockVlad Yasevich
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal