summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-06-161-4/+12
| |\ \
| * | | fix comment typo in netdevice.hJustin P. Mattock2010-06-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-69/+96
|\ \ \ \
| * | | | sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-241-0/+6
| * | | | net: 64bit stats for netdev_queueEric Dumazet2010-07-191-3/+3
| * | | | net: support time stamping in phy devices.Richard Cochran2010-07-181-0/+4
| * | | | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-091-2/+2
| * | | | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-42/+28
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-4/+8
| * | | | netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches2010-07-041-7/+13
| * | | | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-041-19/+17
| * | | | udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu2010-06-161-1/+2
| * | | | net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings2010-06-151-1/+1
| * | | | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-2/+0
| * | | | macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2010-06-151-2/+0
| * | | | net: add rx_handler data pointerJiri Pirko2010-06-151-1/+3
| * | | | netpoll: Add ndo_netpoll_setupHerbert Xu2010-06-151-0/+2
| * | | | net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-121-37/+54
OpenPOWER on IntegriCloud