summaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
Commit message (Expand)AuthorAgeFilesLines
* loopback: fix lockdep splatMahesh Bandewar2019-07-031-0/+2
* loopback: create blackhole net device similar to loopack.Mahesh Bandewar2019-07-021-9/+67
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: loopback: use generic helper to report timestamping infoJulian Wiedmann2019-04-131-13/+1Star
* net: loopback: clear skb->tstamp before netif_rx()Eric Dumazet2018-10-201-0/+4
* net: move definition of pcpu_lstats to header fileLi RongQing2018-09-141-6/+0Star
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* Cleanup some warning from timestamping code.Ezequiel Lara Gomez2017-03-211-11/+8Star
* Enable tx timestamping on loopback and dummyEzequiel Lara Gomez2017-03-211-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-0/+1
|\
| * net: introduce device min_header_lenWillem de Bruijn2017-02-081-0/+1
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2Star
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* loopback: make use of NETIF_F_GSO_SOFTWAREMarcelo Ricardo Leitner2016-06-041-3/+2Star
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-1/+1
* net: loopback: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1Star
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+1
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-2/+2
* loopback: sctp: add NETIF_F_SCTP_CSUM to device featuresDaniel Borkmann2014-02-251-0/+1
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+1Star
* net: allow setting mac address of loopback deviceWANG Cong2014-02-131-0/+2
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+6
* net loopback: Set loopback_dev to NULL when freedEric W. Biederman2013-09-181-0/+1
* net: loopback: fix a dst refcounting issueEric Dumazet2013-01-271-0/+5
* net: loopback: set default mtu to 64KEric Dumazet2012-09-241-1/+1
* net: Loopback ifindex is constant nowPavel Emelyanov2012-08-101-0/+1
* net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-221-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+1
* net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar2011-05-091-1/+2
* ip6_pol_route panic: Do not allow VLAN on loopbackKrishna Kumar2011-04-181-1/+2
* loopback: convert to hw_featuresMichał Mirosław2011-02-171-5/+4Star
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-7/+1Star
* net: loopback driver cleanupEric Dumazet2010-09-271-15/+5Star
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-2/+2
* loopback: use u64_stats_sync infrastructureEric Dumazet2010-06-261-46/+16Star
* loopback: Implement 64bit stats on 32bit archesEric Dumazet2010-06-151-10/+51
* percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-171-7/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-1/+1
|\
| * this_cpu: Straight transformationsChristoph Lameter2009-10-031-1/+1
* | net: Simplify loopback and improve batching.Eric W. Biederman2009-12-021-8/+0Star
* | net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-191-0/+1
* loopback: packet drops accountingEric Dumazet2009-04-201-6/+15
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* netdev: convert loopback to net_device_opsStephen Hemminger2008-11-201-4/+8