Age | Commit message (Expand) | Author | Files | Lines |
2009-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -1/+17 |
2009-03-28 | net: Add missing include into include/linux/netdevice.h | Dmitri Vorobiev | 1 | -0/+1 |
2009-03-16 | GRO: Move netpoll checks to correct location | Herbert Xu | 1 | -0/+8 |
2009-03-13 | [SCSI] net: add FCoE offload support through net_device | Yi Zou | 1 | -0/+13 |
2009-03-13 | [SCSI] net: define feature flags for FCoE offloads | Chris Leech | 1 | -0/+3 |
2009-03-13 | [SCSI] net: reclaim 8 upper bits of the netdev->features from GSO | Chris Leech | 1 | -1/+1 |
2009-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2009-03-05 | vlan: Fix vlan-in-vlan crashes. | David S. Miller | 1 | -0/+1 |
2009-02-15 | net: replace __constant_{endian} uses in net headers | Harvey Harrison | 1 | -2/+2 |
2009-02-09 | gro: Optimise Ethernet header comparison | Herbert Xu | 1 | -0/+7 |
2009-02-09 | gro: Remember number of held packets instead of counting every time | Herbert Xu | 1 | -0/+3 |
2009-02-06 | net: fix some trailing whitespaces | Graf Yang | 1 | -5/+5 |
2009-01-30 | gro: Avoid copying headers of unmerged packets | Herbert Xu | 1 | -0/+26 |
2009-01-30 | gro: Move common completion code into helpers | Herbert Xu | 1 | -0/+3 |
2009-01-22 | net: Remove redundant NAPI functions | Ben Hutchings | 1 | -50/+0 |
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 |