summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: 64bit stats for netdev_queueEric Dumazet2010-07-191-3/+3
* net: support time stamping in phy devices.Richard Cochran2010-07-181-0/+4
* net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-091-2/+2
* net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-42/+28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-1/+4
|\
| * net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings2010-07-051-1/+1
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-0/+3
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-4/+8
* | netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches2010-07-041-7/+13
* | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-041-19/+17
* | udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu2010-06-161-1/+2
* | net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings2010-06-151-1/+1
* | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-2/+0
* | macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2010-06-151-2/+0
* | net: add rx_handler data pointerJiri Pirko2010-06-151-1/+3
* | netpoll: Add ndo_netpoll_setupHerbert Xu2010-06-151-0/+2
* | net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-121-37/+54
* | anycast: Some RCU conversionsEric Dumazet2010-06-071-2/+2
* | net: replace hooks in __netif_receive_skb V5Jiri Pirko2010-06-021-0/+7
* | net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-5/+1
* | arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-05-311-0/+2
|/
* net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not definedBen Hutchings2010-05-231-1/+1
* net: fix problem in dequeuing from input_pkt_queueTom Herbert2010-05-211-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-104/+188
|\
| * net: Add netlink support for virtual port management (was iovnl)Scott Feldman2010-05-171-0/+8
| * net: Consistent skb timestampingEric Dumazet2010-05-151-0/+1
| * netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-061-0/+1
| * net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller2010-05-021-5/+5
| * net: fix softnet_statChangli Gao2010-05-021-10/+7
| * net: batch skb dequeueing from softnet input_pkt_queueChangli Gao2010-04-271-2/+4
| * net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao2010-04-271-0/+1
| * rps: cleanupsEric Dumazet2010-04-201-2/+2
| * rps: shortcut net_rps_action()Eric Dumazet2010-04-191-3/+6
| * rfs: Receive Flow SteeringTom Herbert2010-04-161-1/+68
| * net: CONFIG_SMP should be CONFIG_RPSChangli Gao2010-04-151-1/+1
| * net: uninline skb_bond_should_drop()Eric Dumazet2010-04-131-44/+4
| * net: fix definition of netdev_for_each_mc_addr()Pavel Roskin2010-04-071-1/+1
| * net: convert multicast list to list_headJiri Pirko2010-04-031-40/+42
| * net: move address list functions to a separate fileJiri Pirko2010-04-031-5/+10
| * netdev: ethtool RXHASH flagstephen hemminger2010-03-301-0/+1
| * rps: add CONFIG_RPSEric Dumazet2010-03-251-0/+4
| * bonding: flush unicast and multicast lists when changing typeJiri Pirko2010-03-211-0/+2
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-03-201-4/+4
| |\
| * | bonding: check return value of nofitier when changing typeJiri Pirko2010-03-181-1/+1
| * | rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert2010-03-181-0/+2
| * | rps: Receive Packet SteeringTom Herbert2010-03-161-2/+30
* | | PM QOS updateMark Gross2010-05-101-0/+4
| |/ |/|
* | net: Potential null skb->dev dereferenceEric Dumazet2010-03-181-4/+4
|/
* dev: support deferring device flag change notificationsPatrick McHardy2010-02-271-0/+2
* rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2010-02-271-1/+6