summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2010-07-10net: Document that dev_get_stats() returns the given pointerBen Hutchings
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-07-06net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
2010-06-17udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu
2010-06-15net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko
2010-06-15net: add rx_handler data pointerJiri Pirko
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings
2010-06-08anycast: Some RCU conversionsEric Dumazet
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2010-05-24net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not definedBen Hutchings
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-18net: Add netlink support for virtual port management (was iovnl)Scott Feldman
2010-05-16net: Consistent skb timestampingEric Dumazet
2010-05-10PM QOS updateMark Gross
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong
2010-05-03net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller
2010-05-03net: fix softnet_statChangli Gao
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao
2010-04-20rps: cleanupsEric Dumazet
2010-04-19rps: shortcut net_rps_action()Eric Dumazet
2010-04-16rfs: Receive Flow SteeringTom Herbert
2010-04-15net: CONFIG_SMP should be CONFIG_RPSChangli Gao
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet
2010-04-07net: fix definition of netdev_for_each_mc_addr()Pavel Roskin
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-03-31netdev: ethtool RXHASH flagstephen hemminger
2010-03-25rps: add CONFIG_RPSEric Dumazet
2010-03-22bonding: flush unicast and multicast lists when changing typeJiri Pirko
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-19net: Potential null skb->dev dereferenceEric Dumazet
2010-03-19bonding: check return value of nofitier when changing typeJiri Pirko
2010-03-19rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert
2010-03-17rps: Receive Packet SteeringTom Herbert
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-02-26netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211John W. Linville