summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann
2010-07-19net: 64bit stats for netdev_queueEric Dumazet
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings
2010-07-09net: 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-05net: 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-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
2010-06-16udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu
2010-06-16Merge branch 'master' into for-nextJiri Kosina
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-07anycast: Some RCU conversionsEric Dumazet
2010-06-04fix comment typo in netdevice.hJustin P. Mattock
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-23net: 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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman
2010-05-15net: Consistent skb timestampingEric Dumazet
2010-05-10PM QOS updateMark Gross
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong
2010-05-02net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller
2010-05-02net: 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-30netdev: ethtool RXHASH flagstephen hemminger
2010-03-25rps: add CONFIG_RPSEric Dumazet
2010-03-21bonding: flush unicast and multicast lists when changing typeJiri Pirko