aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2010-07-05net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
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
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet
2010-03-18bonding: check return value of nofitier when changing typeJiri Pirko
2010-03-18rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert
2010-03-16rps: 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
2010-02-12net: Add netdev ops for SR-IOV configurationWilliams, Mitch A
2010-02-12include/linux/netdevice.h: Add netif_printk helpersJoe Perches
2010-02-12netdevice.h: Add netdev_printk helpers like dev_printkJoe Perches
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr
2010-02-04net: use helpers to access mc list V2Jiri Pirko
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-23netdev: remove certain HAVE_ macrosAlexey Dobriyan
2010-01-19net: Unexport napi_gro_flush().David S. Miller
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-01net: Implement for_each_netdev_reverse.Eric W. Biederman
2009-11-26veth: move loopback logic to common locationArnd Bergmann
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy