aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+11
2014-10-08net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet1-0/+29
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-0/+8
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet1-1/+3
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert1-0/+3
2014-10-03qdisc: validate skb without holding lockEric Dumazet1-1/+1
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches1-10/+9
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-1/+0
2014-09-19fou: Add GRO supportTom Herbert1-1/+2
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-7/+0
2014-09-13netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck1-1/+1
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-2/+2
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-25/+4
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-2/+2
2014-09-01net: Infrastructure for checksum unnecessary conversionsTom Herbert1-0/+20
2014-09-01net: Support for csum_bad in skbuffTom Herbert1-1/+3
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-2/+2
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-0/+1
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-4/+5
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+8
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-14/+12
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann1-0/+6
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli1-3/+3
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli1-16/+12
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller1-23/+2
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-0/+35
2014-08-24net: skb_gro_checksum_* functionsTom Herbert1-2/+74
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko1-0/+1
2014-07-31net: kernel-doc compliant documentation for net_deviceKaroly Kemeny1-131/+250
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico1-1/+17
2014-07-20net: use dev->name in netdev_pr* when it's availableVeaceslav Falico1-2/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-4/+6
2014-07-15net: add name_assign_type netdev attributeTom Gundersen1-0/+2
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-1/+3
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert1-1/+1
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert1-0/+7
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+93
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+73
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+26
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-3/+5
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-0/+14
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+9
2014-05-16net: Allow for more then a single subclass for netif_addr_lockVlad Yasevich1-1/+7
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+10
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-3/+0
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal1-6/+1
2014-04-20net: Add __dev_forward_skbHerbert Xu1-0/+1