summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-101-0/+3
* net: remove dev_txq_stats_fold()Eric Dumazet2011-01-131-5/+0
* net: Add alloc_netdev_mqs functionTom Herbert2011-01-101-3/+7
* net offloading: Pass features into netif_needs_gso().Jesse Gross2011-01-091-9/+3
* net offloading: Generalize netif_get_vlan_features().Jesse Gross2011-01-091-2/+2
* trivial: Fix typo fault in netdevice.hMichal Simek2011-01-031-1/+1
* net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2010-12-161-1/+1
* bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov2010-12-161-0/+10
* net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-081-1/+2
* net sched: use xps information for qdisc NUMA affinityEric Dumazet2010-12-011-1/+19
* xps: add __rcu annotationsEric Dumazet2010-11-291-2/+2
* xps: Add CONFIG_XPSTom Herbert2010-11-281-24/+28
* net: add netif_tx_queue_frozen_or_stoppedEric Dumazet2010-11-281-2/+4
* xps: Transmit Packet SteeringTom Herbert2010-11-241-0/+30
* netdev: add rcu annotations to receive handler hookstephen hemminger2010-11-151-2/+2
* net: Simplify RX queue allocationTom Herbert2010-11-151-2/+1
* offloading: Force software GSO for multiple vlan tags.Jesse Gross2010-11-151-4/+3
* decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2010-11-081-1/+1
* net: Detect and ignore netif_stop_queue() calls before register_netdev()Guillaume Chazarain2010-11-081-0/+5
* rps: add __rcu annotationsEric Dumazet2010-10-251-6/+6
* net/802: add __rcu annotationsEric Dumazet2010-10-251-1/+1
* ipv6: ip6_ptr rcu annotationsEric Dumazet2010-10-251-1/+1
* vlan: rcu annotationsEric Dumazet2010-10-251-1/+1
* napi: unexport napi_reuse_skbstephen hemminger2010-10-211-2/+0
* vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-211-1/+0
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-211-1/+4
* vlan: Enable software emulation for vlan accleration.Jesse Gross2010-10-211-3/+11
* net: allocate tx queues in register_netdeviceTom Herbert2010-10-201-2/+2
* net: percpu net_device refcountEric Dumazet2010-10-121-3/+4
* neigh: speedup neigh_hh_init()Eric Dumazet2010-10-111-0/+6
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-0/+3
* net: dynamic ingress_queue allocationEric Dumazet2010-10-051-1/+1
* net: rename netdev rx_queue to ingress_queueEric Dumazet2010-09-291-1/+1
* dummy: percpu stats and lockless xmitEric Dumazet2010-09-291-0/+1
* net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings2010-09-271-0/+12
* net: Allow changing number of RX queues after device allocationBen Hutchings2010-09-271-1/+15
* tunnels: prepare percpu accountingEric Dumazet2010-09-271-0/+1
* net: loopback driver cleanupEric Dumazet2010-09-261-2/+4
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* net: reorder struct netdev_hw_addrEric Dumazet2010-09-191-1/+1
* net: shrinks struct net_deviceEric Dumazet2010-09-161-9/+11
* ipv4: ip_ptr cleanupsEric Dumazet2010-09-151-1/+1
* skge: add GRO supportEric Dumazet2010-09-011-0/+1
* net: add a comment on netdev->last_rxEric Dumazet2010-08-311-1/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-251-0/+2
|\
| * cfg80211: support sysfs namespacesJohannes Berg2010-08-161-0/+2
* | net: increase the size of priv_flags and add IFF_OVS_DATAPATHSimon Horman2010-08-231-1/+1
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-041-1/+4
| |\
OpenPOWER on IntegriCloud