Age | Commit message (Expand) | Author | Files | Lines |
2009-03-05 | vlan: Fix vlan-in-vlan crashes. | David S. Miller | 1 | -22/+34 |
2009-03-05 | net: Fix missing dev->neigh_setup in register_netdevice(). | David S. Miller | 1 | -0/+1 |
2009-03-03 | netns: Remove net_alive | Eric W. Biederman | 1 | -6/+0 |
2009-03-01 | netpoll: Add drop checks to all entry points | Herbert Xu | 1 | -0/+6 |
2009-02-07 | net_dma: call dmaengine_get only if NET_DMA enabled | David S. Miller | 1 | -2/+2 |
2009-01-21 | gro: Fix error handling on extremely short frags | Herbert Xu | 1 | -0/+1 |
2009-01-20 | net: Add debug info to track down GSO checksum bug | Herbert Xu | 1 | -1/+13 |
2009-01-15 | net: Add init_dummy_netdev() and fix EMAC driver using it | Benjamin Herrenschmidt | 1 | -0/+39 |
2009-01-15 | gro: Fix page ref count for skbs freed normally | Herbert Xu | 1 | -6/+0 |
2009-01-15 | gro: Check for GSO packets and packets with frag_list | Herbert Xu | 1 | -0/+3 |
2009-01-11 | net_dma: acquire/release dma channels on ifup/ifdown | Dan Williams | 1 | -3/+10 |
2009-01-09 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -145/+4 |
2009-01-06 | gro: Add internal interfaces for VLAN | Herbert Xu | 1 | -23/+59 |
2009-01-06 | dmaengine: kill struct dma_client and supporting infrastructure | Dan Williams | 1 | -96/+3 |
2009-01-06 | dmaengine: replace dma_async_client_register with dmaengine_get | Dan Williams | 1 | -2/+1 |
2009-01-06 | net_dma: convert to dma_find_channel | Dan Williams | 1 | -40/+0 |
2009-01-06 | dmaengine: provide a common 'issue_pending_all' implementation | Dan Williams | 1 | -8/+1 |
2009-01-05 | gro: Add page frag support | Herbert Xu | 1 | -5/+86 |
2009-01-05 | gro: Use gso_size to store MSS | Herbert Xu | 1 | -0/+2 |
2008-12-30 | netns: foreach_netdev_safe is insufficient in default_device_exit | Eric W. Biederman | 1 | -3/+5 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -103/+355 |
2008-12-27 | gro: Fix potential use after free | Herbert Xu | 1 | -1/+4 |
2008-12-26 | net: Init NAPI dev_list on napi_del | Peter P Waskiewicz Jr | 1 | -1/+1 |
2008-12-23 | net: Fix oops in dev_ifsioc() | Jarek Poplawski | 1 | -1/+3 |
2008-12-18 | Phonet: allocate separate ARP type for GPRS over a Phonet pipe | Rémi Denis-Courmont | 1 | -2/+2 |
2008-12-18 | Phonet: allocate a non-Ethernet ARP type | Rémi Denis-Courmont | 1 | -4/+4 |
2008-12-16 | net: Add Generic Receive Offload infrastructure | Herbert Xu | 1 | -2/+191 |
2008-12-16 | net: Add frag_list support to GSO | Herbert Xu | 1 | -2/+0 |
2008-12-08 | netdevice: Kill netdev->priv | Wang Chen | 1 | -6/+0 |
2008-11-21 | netdev: add more functions to netdevice ops | Stephen Hemminger | 1 | -4/+8 |
2008-11-20 | netdev: introduce dev_get_stats() | Stephen Hemminger | 1 | -5/+18 |
2008-11-20 | netdev: network device operations infrastructure | Stephen Hemminger | 1 | -32/+77 |
2008-11-17 | net: use %pF for /proc/net/ptype | Alexey Dobriyan | 1 | -30/+2 |
2008-11-14 | Merge branch 'master' into next | James Morris | 1 | -0/+3 |
2008-11-14 | CRED: Wrap task credential accesses in the networking subsystem | David Howells | 1 | -2/+6 |
2008-11-08 | net: Guaranetee the proper ordering of the loopback device. v2 | Eric W. Biederman | 1 | -5/+17 |
2008-11-08 | Revert "net: Guaranetee the proper ordering of the loopback device." | David S. Miller | 1 | -12/+0 |
2008-11-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+3 |
2008-11-06 | net: Don't leak packets when a netns is going down | Eric W. Biederman | 1 | -1/+3 |
2008-11-06 | net: Guaranetee the proper ordering of the loopback device. | Eric W. Biederman | 1 | -0/+12 |
2008-11-06 | netns: Delete virtual interfaces during namespace cleanup | Eric W. Biederman | 1 | -0/+6 |
2008-11-05 | net: fix packet socket delivery in rx irq handler | Patrick McHardy | 1 | -0/+3 |
2008-11-04 | net: increase receive packet quantum | Stephen Hemminger | 1 | -7/+4 |
2008-10-28 | netns: Coexist with the sysfs limitations v2 | Eric W. Biederman | 1 | -5/+20 |
2008-10-23 | net: Fix disjunct computation of netdev features | Herbert Xu | 1 | -64/+71 |
2008-10-20 | netdev: change name dropping error codes | Stephen Hemminger | 1 | -3/+3 |
2008-10-17 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 1 | -2/+0 |
2008-10-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -27/+16 |
2008-10-08 | net: Fix netdev_run_todo dead-lock | Herbert Xu | 1 | -21/+6 |
2008-10-08 | net: only invoke dev->change_rx_flags when device is UP | Patrick McHardy | 1 | -6/+10 |