Age | Commit message (Expand) | Author | Files | Lines |
2009-01-15 | net: Add init_dummy_netdev() and fix EMAC driver using it | Benjamin Herrenschmidt | 1 | -0/+3 |
2009-01-13 | net: Fix a comment in include/linux/netdevice.h. | Krzysztof HaĆasa | 1 | -1/+1 |
2009-01-09 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -3/+0 |
2009-01-06 | gro: Add internal interfaces for VLAN | Herbert Xu | 1 | -0/+6 |
2009-01-06 | net_dma: convert to dma_find_channel | Dan Williams | 1 | -3/+0 |
2009-01-05 | gro: Add page frag support | Herbert Xu | 1 | -1/+15 |
2008-12-23 | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 1 | -15/+9 |
2008-12-16 | net: Add Generic Receive Offload infrastructure | Herbert Xu | 1 | -52/+28 |
2008-12-16 | net: Add frag_list support to GSO | Herbert Xu | 1 | -0/+2 |
2008-12-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+7 |
2008-12-10 | netpoll: fix race on poll_list resulting in garbage entry | Neil Horman | 1 | -0/+7 |
2008-12-08 | netdevice: Kill netdev->priv | Wang Chen | 1 | -1/+0 |
2008-11-25 | DCB: fix kconfig option | Jeff Kirsher | 1 | -2/+2 |
2008-11-25 | netdev: add HAVE_NET_DEVICE_OPS | Stephen Hemminger | 1 | -0/+1 |
2008-11-21 | ixgbe: this patch adds support for DCB to the kernel and ixgbe driver | Alexander Duyck | 1 | -0/+8 |
2008-11-21 | netdev: add more functions to netdevice ops | Stephen Hemminger | 1 | -13/+26 |
2008-11-20 | netdev: introduce dev_get_stats() | Stephen Hemminger | 1 | -1/+3 |
2008-11-20 | netdev: network device operations infrastructure | Stephen Hemminger | 1 | -64/+168 |
2008-11-08 | net: Guaranetee the proper ordering of the loopback device. v2 | Eric W. Biederman | 1 | -0/+1 |
2008-11-08 | Revert "net: Guaranetee the proper ordering of the loopback device." | David S. Miller | 1 | -1/+0 |
2008-11-06 | net: Guaranetee the proper ordering of the loopback device. | Eric W. Biederman | 1 | -0/+1 |
2008-11-04 | bonding, net: Move last_rx update into bonding recv logic | Jay Vosburgh | 1 | -14/+18 |
2008-10-31 | net: delete excess kernel-doc notation | Randy Dunlap | 1 | -1/+0 |
2008-10-23 | net: Fix disjunct computation of netdev features | Herbert Xu | 1 | -1/+11 |
2008-10-14 | net: Rationalise email address: Network Specific Parts | Alan Cox | 1 | -1/+1 |
2008-10-09 | dsa: add support for Trailer tagging format | Lennert Buytenhek | 1 | -0/+10 |
2008-10-09 | dsa: add support for original DSA tagging format | Lennert Buytenhek | 1 | -0/+11 |
2008-10-09 | net: Distributed Switch Architecture protocol support | Lennert Buytenhek | 1 | -0/+3 |
2008-09-30 | netdev: use const for some name functions | Stephen Hemminger | 1 | -2/+2 |
2008-09-23 | net: network device name ifalias support | Stephen Hemminger | 1 | -0/+3 |
2008-08-05 | net: Kill plain NET_XMIT_BYPASS. | David S. Miller | 1 | -3/+0 |
2008-08-05 | net_sched: Add qdisc __NET_XMIT_STOLEN flag | Jarek Poplawski | 1 | -0/+1 |
2008-08-01 | netdev: Fix lockdep warnings in multiqueue configurations. | David S. Miller | 1 | -31/+55 |
2008-07-23 | net: Fix build failure with 'make mandocs'. | Dave Jones | 1 | -29/+29 |
2008-07-22 | net: Print the module name as part of the watchdog message | Arjan van de Ven | 1 | -0/+2 |
2008-07-19 | pkt_sched: Manage qdisc list inside of root qdisc. | David S. Miller | 1 | -2/+0 |
2008-07-18 | pkt_sched: Kill netdev_queue lock. | David S. Miller | 1 | -1/+0 |
2008-07-18 | netdevice: Move qdisc_list back into net_device proper. | David S. Miller | 1 | -1/+2 |
2008-07-18 | pkt_sched: Schedule qdiscs instead of netdev_queue. | David S. Miller | 1 | -7/+5 |
2008-07-18 | pkt_sched: Make QDISC_RUNNING a qdisc state. | David S. Miller | 1 | -1/+0 |
2008-07-18 | pkt_sched: Move gso_skb into Qdisc. | David S. Miller | 1 | -1/+0 |
2008-07-18 | netdev: Kill plain netif_schedule() | David S. Miller | 1 | -5/+0 |
2008-07-18 | netdev: Add netdev->select_queue() method. | David S. Miller | 1 | -0/+3 |
2008-07-18 | netdev: netdev_priv() can now be sane again. | David S. Miller | 1 | -1/+3 |
2008-07-18 | netdev: Kill struct net_device_subqueue and netdev->egress_subqueue* | David S. Miller | 1 | -12/+0 |
2008-07-18 | net: Use queue aware tests throughout. | David S. Miller | 1 | -9/+73 |
2008-07-18 | netdev: Kill NETIF_F_MULTI_QUEUE. | David S. Miller | 1 | -3/+1 |
2008-07-18 | netdev: Allocate multiple queues for TX. | David S. Miller | 1 | -23/+46 |
2008-07-15 | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 1 | -0/+20 |
2008-07-15 | netdev: Add addr_list_lock to struct net_device. | David S. Miller | 1 | -0/+1 |