aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu1-1/+2
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-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
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