summaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
|/
* 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-031-3/+2
* 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/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* loopback: sctp: add NETIF_F_SCTP_CSUM to device featuresDaniel Borkmann2014-02-241-0/+1
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+1
* 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/+0
* 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-171-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-091-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/+0
* 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-081-1/+2
* ip6_pol_route panic: Do not allow VLAN on loopbackKrishna Kumar2011-04-171-1/+2
* loopback: convert to hw_featuresMichał Mirosław2011-02-171-5/+4
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-7/+1
* net: loopback driver cleanupEric Dumazet2010-09-261-15/+5
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-2/+2
* loopback: use u64_stats_sync infrastructureEric Dumazet2010-06-251-46/+16
* loopback: Implement 64bit stats on 32bit archesEric Dumazet2010-06-141-10/+51
* percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-161-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-011-8/+0
* | net: use net_eq to compare netsOctavian Purdila2009-11-251-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-051-1/+1
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-181-0/+1
* loopback: packet drops accountingEric Dumazet2009-04-201-6/+15
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+1
* netdev: convert loopback to net_device_opsStephen Hemminger2008-11-191-4/+8
* net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman2008-11-071-11/+2
* Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller2008-11-071-2/+11
* net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman2008-11-051-11/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* net: Really remove all of LOOPBACK_TSO code.David S. Miller2008-10-311-9/+0
* loopback: Drop obsolete ip_summed settingHerbert Xu2008-08-151-3/+0
* loopback: Remove rest of LOOPBACK_TSO code.David S. Miller2008-08-151-62/+0
* loopback: Enable TSOHerbert Xu2008-08-151-2/+0
* netdev: netdev_priv() can now be sane again.David S. Miller2008-07-171-4/+4