summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-14net: remove dev_txq_stats_fold()Eric Dumazet1-5/+0
2011-01-11net: Add alloc_netdev_mqs functionTom Herbert1-3/+7
2011-01-10net offloading: Pass features into netif_needs_gso().Jesse Gross1-9/+3
2011-01-10net offloading: Generalize netif_get_vlan_features().Jesse Gross1-2/+2
2011-01-03trivial: Fix typo fault in netdevice.hMichal Simek1-1/+1
2010-12-17net: use NUMA_NO_NODE instead of the magic number -1Changli Gao1-1/+1
2010-12-17bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov1-0/+10
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-1/+2
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-1/+19
2010-11-29xps: add __rcu annotationsEric Dumazet1-2/+2
2010-11-29xps: Add CONFIG_XPSTom Herbert1-24/+28
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet1-2/+4
2010-11-24xps: Transmit Packet SteeringTom Herbert1-0/+30
2010-11-15netdev: add rcu annotations to receive handler hookstephen hemminger1-2/+2
2010-11-15net: Simplify RX queue allocationTom Herbert1-2/+1
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross1-4/+3
2010-11-09decnet: RCU conversion and get rid of dev_base_lockEric Dumazet1-1/+1
2010-11-08net: Detect and ignore netif_stop_queue() calls before register_netdev()Guillaume Chazarain1-0/+5
2010-10-26rps: add __rcu annotationsEric Dumazet1-6/+6
2010-10-26net/802: add __rcu annotationsEric Dumazet1-1/+1
2010-10-26ipv6: ip6_ptr rcu annotationsEric Dumazet1-1/+1
2010-10-26vlan: rcu annotationsEric Dumazet1-1/+1
2010-10-21napi: unexport napi_reuse_skbstephen hemminger1-2/+0
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-1/+0
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross1-1/+4
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross1-3/+11
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert1-2/+2
2010-10-12net: percpu net_device refcountEric Dumazet1-3/+4
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet1-0/+6
2010-10-06net: add a core netdev->rx_dropped counterEric Dumazet1-0/+3
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-1/+1
2010-09-30net: rename netdev rx_queue to ingress_queueEric Dumazet1-1/+1
2010-09-30dummy: percpu stats and lockless xmitEric Dumazet1-0/+1
2010-09-28net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings1-0/+12
2010-09-28net: Allow changing number of RX queues after device allocationBen Hutchings1-1/+15
2010-09-28tunnels: prepare percpu accountingEric Dumazet1-0/+1
2010-09-27net: loopback driver cleanupEric Dumazet1-2/+4
2010-09-24net: return operator cleanupEric Dumazet1-1/+1
2010-09-19net: reorder struct netdev_hw_addrEric Dumazet1-1/+1
2010-09-17net: shrinks struct net_deviceEric Dumazet1-9/+11
2010-09-16ipv4: ip_ptr cleanupsEric Dumazet1-1/+1
2010-09-01skge: add GRO supportEric Dumazet1-0/+1
2010-09-01net: add a comment on netdev->last_rxEric Dumazet1-1/+8
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2010-08-24net: increase the size of priv_flags and add IFF_OVS_DATAPATHSimon Horman1-1/+1
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller1-1/+1
2010-08-16cfg80211: support sysfs namespacesJohannes Berg1-0/+2
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-69/+96
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-1/+4