| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 1 | -2/+2 |
* | Cleanup some warning from timestamping code. | Ezequiel Lara Gomez | 2017-03-21 | 1 | -11/+8 |
* | Enable tx timestamping on loopback and dummy | Ezequiel Lara Gomez | 2017-03-21 | 1 | -0/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-11 | 1 | -0/+1 |
|\ |
|
| * | net: introduce device min_header_len | Willem de Bruijn | 2017-02-08 | 1 | -0/+1 |
* | | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -3/+2 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | loopback: make use of NETIF_F_GSO_SOFTWARE | Marcelo Ricardo Leitner | 2016-06-04 | 1 | -3/+2 |
* | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC | Tom Herbert | 2015-12-15 | 1 | -1/+1 |
* | net: loopback: convert to using IFF_NO_QUEUE | Phil Sutter | 2015-08-18 | 1 | -2/+1 |
* | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 2014-10-07 | 1 | -1/+1 |
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-16 | 1 | -1/+1 |
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 2014-03-15 | 1 | -2/+2 |
* | loopback: sctp: add NETIF_F_SCTP_CSUM to device features | Daniel Borkmann | 2014-02-25 | 1 | -0/+1 |
* | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 2014-02-14 | 1 | -8/+1 |
* | net: allow setting mac address of loopback device | WANG Cong | 2014-02-13 | 1 | -0/+2 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 2013-11-06 | 1 | -0/+6 |
* | net loopback: Set loopback_dev to NULL when freed | Eric W. Biederman | 2013-09-18 | 1 | -0/+1 |
* | net: loopback: fix a dst refcounting issue | Eric Dumazet | 2013-01-27 | 1 | -0/+5 |
* | net: loopback: set default mtu to 64K | Eric Dumazet | 2012-09-24 | 1 | -1/+1 |
* | net: Loopback ifindex is constant now | Pavel Emelyanov | 2012-08-10 | 1 | -0/+1 |
* | net: fix race condition in several drivers when reading stats | Kevin Groeneveld | 2012-07-22 | 1 | -2/+2 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | 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-09 | 1 | -1/+2 |
* | ip6_pol_route panic: Do not allow VLAN on loopback | Krishna Kumar | 2011-04-18 | 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-27 | 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-26 | 1 | -46/+16 |
* | loopback: Implement 64bit stats on 32bit arches | Eric Dumazet | 2010-06-15 | 1 | -10/+51 |
* | percpu: add __percpu sparse annotations to net drivers | Tejun Heo | 2010-02-17 | 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-02 | 1 | -8/+0 |
* | | net: use net_eq to compare nets | Octavian Purdila | 2009-11-26 | 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-06 | 1 | -1/+1 |
* | net: release dst entry in dev_hard_start_xmit() | Eric Dumazet | 2009-05-19 | 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-21 | 1 | -1/+1 |
* | netdev: convert loopback to net_device_ops | Stephen Hemminger | 2008-11-20 | 1 | -4/+8 |
* | net: Guaranetee the proper ordering of the loopback device. v2 | Eric W. Biederman | 2008-11-08 | 1 | -11/+2 |
* | Revert "net: Guaranetee the proper ordering of the loopback device." | David S. Miller | 2008-11-08 | 1 | -2/+11 |
* | net: Guaranetee the proper ordering of the loopback device. | Eric W. Biederman | 2008-11-06 | 1 | -11/+2 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 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-16 | 1 | -3/+0 |