aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAge
* net: increase the size of priv_flags and add IFF_OVS_DATAPATHSimon Horman2010-08-23
* net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-23
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-04
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-04
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-06-16
| |\ \
| * | | fix comment typo in netdevice.hJustin P. Mattock2010-06-04
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-04
|\ \ \ \
| * | | | sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-24
| * | | | net: 64bit stats for netdev_queueEric Dumazet2010-07-19
| * | | | net: support time stamping in phy devices.Richard Cochran2010-07-18
| * | | | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-09
| * | | | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-09
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-07
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-07
| * | | | netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches2010-07-04
| * | | | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-04
| * | | | udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu2010-06-16
| * | | | net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings2010-06-15
| * | | | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-15
| * | | | macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2010-06-15
| * | | | net: add rx_handler data pointerJiri Pirko2010-06-15
| * | | | netpoll: Add ndo_netpoll_setupHerbert Xu2010-06-15
| * | | | net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-12
| * | | | anycast: Some RCU conversionsEric Dumazet2010-06-08
| * | | | net: replace hooks in __netif_receive_skb V5Jiri Pirko2010-06-02
| * | | | net: CONFIG_NET_NS reductionEric Dumazet2010-06-02
| * | | | arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-05-31
| | |_|/ | |/| |
* | | | pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley2010-07-18
| |/ / |/| |
* | | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings2010-07-05
* | | net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-03
|/ /
* | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not definedBen Hutchings2010-05-24
* | net: fix problem in dequeuing from input_pkt_queueTom Herbert2010-05-21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-21
|\
| * net: Add netlink support for virtual port management (was iovnl)Scott Feldman2010-05-18
| * net: Consistent skb timestampingEric Dumazet2010-05-16
| * netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-06
| * net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller2010-05-03
| * net: fix softnet_statChangli Gao2010-05-03
| * net: batch skb dequeueing from softnet input_pkt_queueChangli Gao2010-04-27
| * net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao2010-04-27
| * rps: cleanupsEric Dumazet2010-04-20
| * rps: shortcut net_rps_action()Eric Dumazet2010-04-19
| * rfs: Receive Flow SteeringTom Herbert2010-04-16
| * net: CONFIG_SMP should be CONFIG_RPSChangli Gao2010-04-15
| * net: uninline skb_bond_should_drop()Eric Dumazet2010-04-13
| * net: fix definition of netdev_for_each_mc_addr()Pavel Roskin2010-04-07
| * net: convert multicast list to list_headJiri Pirko2010-04-03
| * net: move address list functions to a separate fileJiri Pirko2010-04-03
| * netdev: ethtool RXHASH flagstephen hemminger2010-03-31
| * rps: add CONFIG_RPSEric Dumazet2010-03-25