aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-1/+1
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet1-1/+1
2010-09-29dummy: percpu stats and lockless xmitEric Dumazet1-0/+1
2010-09-27net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings1-0/+12
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings1-1/+15
2010-09-27tunnels: prepare percpu accountingEric Dumazet1-0/+1
2010-09-26net: loopback driver cleanupEric Dumazet1-2/+4
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-19net: reorder struct netdev_hw_addrEric Dumazet1-1/+1
2010-09-16net: shrinks struct net_deviceEric Dumazet1-9/+11
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet1-1/+1
2010-09-01skge: add GRO supportEric Dumazet1-0/+1
2010-08-31net: 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/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+2
2010-08-23net: 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-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann1-0/+6
2010-07-19net: 64bit stats for netdev_queueEric Dumazet1-3/+3
2010-07-18net: support time stamping in phy devices.Richard Cochran1-0/+4
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley1-1/+1
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings1-2/+2
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-42/+28
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-4/+8
2010-07-05net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings1-1/+1
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches1-7/+13
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-19/+17
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+3
2010-06-16udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu1-1/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-4/+12
2010-06-15net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings1-1/+1
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-2/+0
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko1-2/+0
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+3
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu1-0/+2
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-37/+54
2010-06-07anycast: Some RCU conversionsEric Dumazet1-2/+2
2010-06-04fix comment typo in netdevice.hJustin P. Mattock1-1/+1
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko1-0/+7
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-5/+1
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell1-0/+2
2010-05-23net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not definedBen Hutchings1-1/+1
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert1-3/+11
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-104/+188
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman1-0/+8
2010-05-15net: Consistent skb timestampingEric Dumazet1-0/+1