summaryrefslogtreecommitdiff
path: root/drivers/net/loopback.c
Commit message (Expand)AuthorAge
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-07
* Cleanup some warning from timestamping code.Ezequiel Lara Gomez2017-03-21
* Enable tx timestamping on loopback and dummyEzequiel Lara Gomez2017-03-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-11
|\
| * net: introduce device min_header_lenWillem de Bruijn2017-02-08
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-08
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* loopback: make use of NETIF_F_GSO_SOFTWAREMarcelo Ricardo Leitner2016-06-03
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-15
* net: loopback: convert to using IFF_NO_QUEUEPhil Sutter2015-08-18
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-07
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
* loopback: sctp: add NETIF_F_SCTP_CSUM to device featuresDaniel Borkmann2014-02-24
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-14
* net: allow setting mac address of loopback deviceWANG Cong2014-02-13
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-16
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
* net loopback: Set loopback_dev to NULL when freedEric W. Biederman2013-09-17
* net: loopback: fix a dst refcounting issueEric Dumazet2013-01-27
* net: loopback: set default mtu to 64KEric Dumazet2012-09-24
* net: Loopback ifindex is constant nowPavel Emelyanov2012-08-09
* net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-22
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-16
* net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar2011-05-08
* ip6_pol_route panic: Do not allow VLAN on loopbackKrishna Kumar2011-04-17
* loopback: convert to hw_featuresMichał Mirosław2011-02-17
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-05
* net: loopback driver cleanupEric Dumazet2010-09-26
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-07
* loopback: use u64_stats_sync infrastructureEric Dumazet2010-06-25
* loopback: Implement 64bit stats on 32bit archesEric Dumazet2010-06-14
* percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
|\
| * this_cpu: Straight transformationsChristoph Lameter2009-10-03
* | net: Simplify loopback and improve batching.Eric W. Biederman2009-12-01
* | net: use net_eq to compare netsOctavian Purdila2009-11-25
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-18
* loopback: packet drops accountingEric Dumazet2009-04-20
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-20
* netdev: convert loopback to net_device_opsStephen Hemminger2008-11-19
* net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman2008-11-07
* Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller2008-11-07
* net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman2008-11-05
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-03
* net: Really remove all of LOOPBACK_TSO code.David S. Miller2008-10-31
* loopback: Drop obsolete ip_summed settingHerbert Xu2008-08-15