aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-05net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings1-1/+1
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+3
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
2010-05-10PM QOS updateMark Gross1-0/+4
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong1-0/+1
2010-05-02net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller1-5/+5
2010-05-02net: fix softnet_statChangli Gao1-10/+7
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-2/+4
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-0/+1
2010-04-20rps: cleanupsEric Dumazet1-2/+2
2010-04-19rps: shortcut net_rps_action()Eric Dumazet1-3/+6
2010-04-16rfs: Receive Flow SteeringTom Herbert1-1/+68
2010-04-15net: CONFIG_SMP should be CONFIG_RPSChangli Gao1-1/+1
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet1-44/+4
2010-04-07net: fix definition of netdev_for_each_mc_addr()Pavel Roskin1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-40/+42
2010-04-03net: move address list functions to a separate fileJiri Pirko1-5/+10
2010-03-30netdev: ethtool RXHASH flagstephen hemminger1-0/+1
2010-03-25rps: add CONFIG_RPSEric Dumazet1-0/+4
2010-03-21bonding: flush unicast and multicast lists when changing typeJiri Pirko1-0/+2
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet1-4/+4
2010-03-18bonding: check return value of nofitier when changing typeJiri Pirko1-1/+1
2010-03-18rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert1-0/+2
2010-03-16rps: Receive Packet SteeringTom Herbert1-2/+30
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy1-0/+2
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy1-1/+6
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2010-02-26netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211John W. Linville1-1/+1
2010-02-12net: Add netdev ops for SR-IOV configurationWilliams, Mitch A1-0/+17
2010-02-12include/linux/netdevice.h: Add netif_printk helpersJoe Perches1-0/+53
2010-02-12netdevice.h: Add netdev_printk helpers like dev_printkJoe Perches1-0/+71
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr1-0/+3
2010-02-04net: use helpers to access mc list V2Jiri Pirko1-0/+6
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-0/+9
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-0/+5
2010-01-23netdev: remove certain HAVE_ macrosAlexey Dobriyan1-10/+0
2010-01-19net: Unexport napi_gro_flush().David S. Miller1-1/+0
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-0/+3
2009-12-01net: Implement for_each_netdev_reverse.Eric W. Biederman1-0/+2
2009-11-26veth: move loopback logic to common locationArnd Bergmann1-0/+2
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet1-1/+2
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet1-0/+1
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski1-12/+30
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet1-0/+10
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy1-11/+32