| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-08-04 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 1 | -1/+4 |
| |\ |
|
| * \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-06-16 | 1 | -4/+12 |
| |\ \ |
|
| * | | | fix comment typo in netdevice.h | Justin P. Mattock | 2010-06-04 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-08-04 | 1 | -69/+96 |
|\ \ \ \ |
|
| * | | | | sysfs: add attribute to indicate hw address assignment type | Stefan Assmann | 2010-07-24 | 1 | -0/+6 |
| * | | | | net: 64bit stats for netdev_queue | Eric Dumazet | 2010-07-19 | 1 | -3/+3 |
| * | | | | net: support time stamping in phy devices. | Richard Cochran | 2010-07-18 | 1 | -0/+4 |
| * | | | | net: Document that dev_get_stats() returns the given pointer | Ben Hutchings | 2010-07-09 | 1 | -2/+2 |
| * | | | | net: Get rid of rtnl_link_stats64 / net_device_stats union | Ben Hutchings | 2010-07-09 | 1 | -42/+28 |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-07 | 1 | -1/+4 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 2010-07-07 | 1 | -4/+8 |
| * | | | | netdevice.h: Change netif_<level> macros to call netdev_<level> functions | Joe Perches | 2010-07-04 | 1 | -7/+13 |
| * | | | | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions | Joe Perches | 2010-07-04 | 1 | -19/+17 |
| * | | | | udp: Add UFO to NETIF_F_SOFTWARE_GSO | Herbert Xu | 2010-06-16 | 1 | -1/+2 |
| * | | | | net: Fix error in comment on net_device_ops::ndo_get_stats | Ben Hutchings | 2010-06-15 | 1 | -1/+1 |
| * | | | | bridge: use rx_handler_data pointer to store net_bridge_port pointer | Jiri Pirko | 2010-06-15 | 1 | -2/+0 |
| * | | | | macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 | Jiri Pirko | 2010-06-15 | 1 | -2/+0 |
| * | | | | net: add rx_handler data pointer | Jiri Pirko | 2010-06-15 | 1 | -1/+3 |
| * | | | | netpoll: Add ndo_netpoll_setup | Herbert Xu | 2010-06-15 | 1 | -0/+2 |
| * | | | | net: Enable 64-bit net device statistics on 32-bit architectures | Ben Hutchings | 2010-06-12 | 1 | -37/+54 |
| * | | | | anycast: Some RCU conversions | Eric Dumazet | 2010-06-07 | 1 | -2/+2 |
| * | | | | net: replace hooks in __netif_receive_skb V5 | Jiri Pirko | 2010-06-02 | 1 | -0/+7 |
| * | | | | net: CONFIG_NET_NS reduction | Eric Dumazet | 2010-06-02 | 1 | -5/+1 |
| * | | | | arp_notify: allow drivers to explicitly request a notification event. | Ian Campbell | 2010-05-31 | 1 | -0/+2 |
| | |_|/
| |/| | |
|
* | | | | pm_qos: Get rid of the allocation in pm_qos_add_request() | James Bottomley | 2010-07-19 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined | Ben Hutchings | 2010-07-05 | 1 | -1/+1 |
* | | | net: decreasing real_num_tx_queues needs to flush qdisc | John Fastabend | 2010-07-02 | 1 | -0/+3 |
|/ / |
|
* | | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not defined | Ben Hutchings | 2010-05-23 | 1 | -1/+1 |
* | | net: fix problem in dequeuing from input_pkt_queue | Tom Herbert | 2010-05-21 | 1 | -3/+11 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-20 | 1 | -104/+188 |
|\ |
|
| * | net: Add netlink support for virtual port management (was iovnl) | Scott Feldman | 2010-05-17 | 1 | -0/+8 |
| * | net: Consistent skb timestamping | Eric Dumazet | 2010-05-15 | 1 | -0/+1 |
| * | netpoll: add generic support for bridge and bonding devices | WANG Cong | 2010-05-06 | 1 | -0/+1 |
| * | net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.h | David S. Miller | 2010-05-02 | 1 | -5/+5 |
| * | net: fix softnet_stat | Changli Gao | 2010-05-02 | 1 | -10/+7 |
| * | net: batch skb dequeueing from softnet input_pkt_queue | Changli Gao | 2010-04-27 | 1 | -2/+4 |
| * | net: reimplement softnet_data.output_queue as a FIFO queue | Changli Gao | 2010-04-27 | 1 | -0/+1 |
| * | rps: cleanups | Eric Dumazet | 2010-04-20 | 1 | -2/+2 |
| * | rps: shortcut net_rps_action() | Eric Dumazet | 2010-04-19 | 1 | -3/+6 |
| * | rfs: Receive Flow Steering | Tom Herbert | 2010-04-16 | 1 | -1/+68 |
| * | net: CONFIG_SMP should be CONFIG_RPS | Changli Gao | 2010-04-15 | 1 | -1/+1 |
| * | net: uninline skb_bond_should_drop() | Eric Dumazet | 2010-04-13 | 1 | -44/+4 |
| * | net: fix definition of netdev_for_each_mc_addr() | Pavel Roskin | 2010-04-07 | 1 | -1/+1 |
| * | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -40/+42 |
| * | net: move address list functions to a separate file | Jiri Pirko | 2010-04-03 | 1 | -5/+10 |
| * | netdev: ethtool RXHASH flag | stephen hemminger | 2010-03-30 | 1 | -0/+1 |
| * | rps: add CONFIG_RPS | Eric Dumazet | 2010-03-25 | 1 | -0/+4 |
| * | bonding: flush unicast and multicast lists when changing type | Jiri Pirko | 2010-03-21 | 1 | -0/+2 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-03-20 | 1 | -4/+4 |
| |\ |
|