aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison1-2/+2
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu1-0/+7
2009-02-08gro: Remember number of held packets instead of counting every timeHerbert Xu1-0/+3
2009-02-05net: fix some trailing whitespacesGraf Yang1-5/+5
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu1-0/+26
2009-01-29gro: Move common completion code into helpersHerbert Xu1-0/+3
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-50/+0
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt1-0/+3
2009-01-12net: Fix a comment in include/linux/netdevice.h.Krzysztof HaƂasa1-1/+1
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-3/+0
2009-01-06gro: Add internal interfaces for VLANHerbert Xu1-0/+6
2009-01-06net_dma: convert to dma_find_channelDan Williams1-3/+0
2009-01-04gro: Add page frag supportHerbert Xu1-1/+15
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-15/+9
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu1-52/+28
2008-12-15net: Add frag_list support to GSOHerbert Xu1-0/+2
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+7
2008-12-09netpoll: fix race on poll_list resulting in garbage entryNeil Horman1-0/+7
2008-12-08netdevice: Kill netdev->privWang Chen1-1/+0
2008-11-25DCB: fix kconfig optionJeff Kirsher1-2/+2
2008-11-25netdev: add HAVE_NET_DEVICE_OPSStephen Hemminger1-0/+1
2008-11-20ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck1-0/+8
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-13/+26
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger1-1/+3
2008-11-19netdev: network device operations infrastructureStephen Hemminger1-64/+168
2008-11-07net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman1-0/+1
2008-11-07Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller1-1/+0
2008-11-05net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman1-0/+1
2008-11-03bonding, net: Move last_rx update into bonding recv logicJay Vosburgh1-14/+18
2008-10-30net: delete excess kernel-doc notationRandy Dunlap1-1/+0
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-1/+11
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek1-0/+10
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek1-0/+11
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek1-0/+3
2008-09-30netdev: use const for some name functionsStephen Hemminger1-2/+2
2008-09-22net: network device name ifalias supportStephen Hemminger1-0/+3
2008-08-04net: Kill plain NET_XMIT_BYPASS.David S. Miller1-3/+0
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-0/+1
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller1-31/+55
2008-07-22net: Fix build failure with 'make mandocs'.Dave Jones1-29/+29
2008-07-21net: Print the module name as part of the watchdog messageArjan van de Ven1-0/+2
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller1-2/+0
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller1-1/+0
2008-07-17netdevice: Move qdisc_list back into net_device proper.David S. Miller1-1/+2
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller1-7/+5
2008-07-17pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller1-1/+0
2008-07-17pkt_sched: Move gso_skb into Qdisc.David S. Miller1-1/+0
2008-07-17netdev: Kill plain netif_schedule()David S. Miller1-5/+0
2008-07-17netdev: Add netdev->select_queue() method.David S. Miller1-0/+3