summaryrefslogtreecommitdiff
path: root/drivers/net/loopback.c
AgeCommit message (Expand)Author
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-25net: loopback: use NET_NAME_PREDICTABLE for name_assign_typeRasmus Villemoes
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-05-16net: loopback: enable BIG TCP packetsEric Dumazet
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2019-11-07net: use u64_stats_t in struct pcpu_lstatsEric Dumazet
2019-11-07net: provide dev_lstats_add() helperEric Dumazet
2019-11-07net: provide dev_lstats_read() helperEric Dumazet
2019-07-03loopback: fix lockdep splatMahesh Bandewar
2019-07-01loopback: create blackhole net device similar to loopack.Mahesh Bandewar
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-12net: loopback: use generic helper to report timestamping infoJulian Wiedmann
2018-10-20net: loopback: clear skb->tstamp before netif_rx()Eric Dumazet
2018-09-14net: move definition of pcpu_lstats to header fileLi RongQing
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-03-21Cleanup some warning from timestamping code.Ezequiel Lara Gomez
2017-03-21Enable tx timestamping on loopback and dummyEzequiel Lara Gomez
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-08net: introduce device min_header_lenWillem de Bruijn
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-03loopback: make use of NETIF_F_GSO_SOFTWAREMarcelo Ricardo Leitner
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-08-18net: loopback: convert to using IFF_NO_QUEUEPhil Sutter
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-24loopback: sctp: add NETIF_F_SCTP_CSUM to device featuresDaniel Borkmann
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-13net: allow setting mac address of loopback deviceWANG Cong
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-09-17net loopback: Set loopback_dev to NULL when freedEric W. Biederman
2013-01-27net: loopback: fix a dst refcounting issueEric Dumazet
2012-09-24net: loopback: set default mtu to 64KEric Dumazet
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar
2011-04-17ip6_pol_route panic: Do not allow VLAN on loopbackKrishna Kumar
2011-02-17loopback: convert to hw_featuresMichał Mirosław
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-26net: loopback driver cleanupEric Dumazet
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-25loopback: use u64_stats_sync infrastructureEric Dumazet
2010-06-14loopback: Implement 64bit stats on 32bit archesEric Dumazet
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo