| Commit message (Expand) | Author | Age | Files | Lines |
* | net: remove NETIF_F_NO_CSUM feature bit | Michał Mirosław | 2011-11-16 | 1 | -1/+1 |
* | net: Allow ethtool to set interface in loopback mode. | Mahesh Bandewar | 2011-05-08 | 1 | -1/+2 |
* | ip6_pol_route panic: Do not allow VLAN on loopback | Krishna Kumar | 2011-04-17 | 1 | -1/+2 |
* | loopback: convert to hw_features | Michał Mirosław | 2011-02-17 | 1 | -5/+4 |
* | net: add a core netdev->rx_dropped counter | Eric Dumazet | 2010-10-05 | 1 | -7/+1 |
* | net: loopback driver cleanup | Eric Dumazet | 2010-09-26 | 1 | -15/+5 |
* | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 2010-07-07 | 1 | -2/+2 |
* | loopback: use u64_stats_sync infrastructure | Eric Dumazet | 2010-06-25 | 1 | -46/+16 |
* | loopback: Implement 64bit stats on 32bit arches | Eric Dumazet | 2010-06-14 | 1 | -10/+51 |
* | percpu: add __percpu sparse annotations to net drivers | Tejun Heo | 2010-02-16 | 1 | -7/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 1 | -1/+1 |
|\ |
|
| * | this_cpu: Straight transformations | Christoph Lameter | 2009-10-03 | 1 | -1/+1 |
* | | net: Simplify loopback and improve batching. | Eric W. Biederman | 2009-12-01 | 1 | -8/+0 |
* | | net: use net_eq to compare nets | Octavian Purdila | 2009-11-25 | 1 | -1/+1 |
|/ |
|
* | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -1/+2 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | net: release dst entry in dev_hard_start_xmit() | Eric Dumazet | 2009-05-18 | 1 | -0/+1 |
* | loopback: packet drops accounting | Eric Dumazet | 2009-04-20 | 1 | -6/+15 |
* | netdev: add more functions to netdevice ops | Stephen Hemminger | 2008-11-20 | 1 | -1/+1 |
* | netdev: convert loopback to net_device_ops | Stephen Hemminger | 2008-11-19 | 1 | -4/+8 |
* | net: Guaranetee the proper ordering of the loopback device. v2 | Eric W. Biederman | 2008-11-07 | 1 | -11/+2 |
* | Revert "net: Guaranetee the proper ordering of the loopback device." | David S. Miller | 2008-11-07 | 1 | -2/+11 |
* | net: Guaranetee the proper ordering of the loopback device. | Eric W. Biederman | 2008-11-05 | 1 | -11/+2 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-03 | 1 | -2/+0 |
* | net: Really remove all of LOOPBACK_TSO code. | David S. Miller | 2008-10-31 | 1 | -9/+0 |
* | loopback: Drop obsolete ip_summed setting | Herbert Xu | 2008-08-15 | 1 | -3/+0 |
* | loopback: Remove rest of LOOPBACK_TSO code. | David S. Miller | 2008-08-15 | 1 | -62/+0 |
* | loopback: Enable TSO | Herbert Xu | 2008-08-15 | 1 | -2/+0 |
* | netdev: netdev_priv() can now be sane again. | David S. Miller | 2008-07-17 | 1 | -4/+4 |
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 1 | -1/+1 |
* | [NET]: Remove unused define from loopback driver. | Pavel Emelyanov | 2008-01-28 | 1 | -2/+0 |
* | Fixed a small typo in the loopback driver | Emil Medve | 2008-01-12 | 1 | -1/+1 |
* | [NET]: Move unneeded data to initdata section. | Denis V. Lunev | 2007-11-13 | 1 | -1/+1 |
* | [NET]: Marking struct pernet_operations __net_initdata was inappropriate | Eric W. Biederman | 2007-10-26 | 1 | -1/+1 |
* | [NETNS]: Don't panic on creating the namespace's loopback | Pavel Emelyanov | 2007-10-15 | 1 | -6/+5 |
* | [NETNS]: Move some code into __init section when CONFIG_NET_NS=n | Pavel Emelyanov | 2007-10-10 | 1 | -3/+3 |
* | [NET]: Bring comments in loopback.c uptodate. | Eric W. Biederman | 2007-10-10 | 1 | -1/+3 |
* | [NET]: Proper comment for loopback initialization order. | Denis V. Lunev | 2007-10-10 | 1 | -0/+3 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-10 | 1 | -6/+2 |
* | [NET]: Remove no longer relevant comment in loopback driver. | David S. Miller | 2007-10-10 | 1 | -1/+0 |
* | [NET]: Make the loopback device per network namespace. | Eric W. Biederman | 2007-10-10 | 1 | -5/+21 |
* | [NET]: Dynamically allocate the per cpu counters for the loopback device. | Eric W. Biederman | 2007-10-10 | 1 | -4/+28 |
* | [NET]: Dynamically allocate the loopback device, part 2. | Daniel Lezcano | 2007-10-10 | 1 | -28/+44 |
* | [NET]: Dynamically allocate the loopback device, part 1. | Daniel Lezcano | 2007-10-10 | 1 | -2/+4 |
* | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 2007-10-10 | 1 | -1/+0 |
* | [NETNS]: Fix loopback network namespace initialization. | Daniel Lezcano | 2007-10-10 | 1 | -0/+1 |
* | [NET]: Implement network device movement between namespaces | Eric W. Biederman | 2007-10-10 | 1 | -1/+2 |
* | [NET] loopback: Panic if registration fails | Herbert Xu | 2007-07-31 | 1 | -1/+6 |
* | [NET]: loopback driver can use loopback_dev integrated net_device_stats | Eric Dumazet | 2007-04-25 | 1 | -4/+1 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+2 |