index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
loopback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-15
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
1
-2
/
+2
2014-02-25
loopback: sctp: add NETIF_F_SCTP_CSUM to device features
Daniel Borkmann
1
-0
/
+1
2014-02-15
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
1
-8
/
+1
2014-02-14
net: allow setting mac address of loopback device
WANG Cong
1
-0
/
+2
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
1
-0
/
+6
2013-09-18
net loopback: Set loopback_dev to NULL when freed
Eric W. Biederman
1
-0
/
+1
2013-01-27
net: loopback: fix a dst refcounting issue
Eric Dumazet
1
-0
/
+5
2012-09-25
net: loopback: set default mtu to 64K
Eric Dumazet
1
-1
/
+1
2012-08-10
net: Loopback ifindex is constant now
Pavel Emelyanov
1
-0
/
+1
2012-07-22
net: fix race condition in several drivers when reading stats
Kevin Groeneveld
1
-2
/
+2
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2011-11-17
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
1
-1
/
+1
2011-05-09
net: Allow ethtool to set interface in loopback mode.
Mahesh Bandewar
1
-1
/
+2
2011-04-18
ip6_pol_route panic: Do not allow VLAN on loopback
Krishna Kumar
1
-1
/
+2
2011-02-18
loopback: convert to hw_features
Michał Mirosław
1
-5
/
+4
2010-10-06
net: add a core netdev->rx_dropped counter
Eric Dumazet
1
-7
/
+1
2010-09-27
net: loopback driver cleanup
Eric Dumazet
1
-15
/
+5
2010-07-08
net: fix 64 bit counters on 32 bit arches
Eric Dumazet
1
-2
/
+2
2010-06-26
loopback: use u64_stats_sync infrastructure
Eric Dumazet
1
-46
/
+16
2010-06-15
loopback: Implement 64bit stats on 32bit arches
Eric Dumazet
1
-10
/
+51
2010-02-17
percpu: add __percpu sparse annotations to net drivers
Tejun Heo
1
-7
/
+9
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-1
/
+1
2009-12-02
net: Simplify loopback and improve batching.
Eric W. Biederman
1
-8
/
+0
2009-11-26
net: use net_eq to compare nets
Octavian Purdila
1
-1
/
+1
2009-10-03
this_cpu: Straight transformations
Christoph Lameter
1
-1
/
+1
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+2
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-05-19
net: release dst entry in dev_hard_start_xmit()
Eric Dumazet
1
-0
/
+1
2009-04-20
loopback: packet drops accounting
Eric Dumazet
1
-6
/
+15
2008-11-21
netdev: add more functions to netdevice ops
Stephen Hemminger
1
-1
/
+1
2008-11-20
netdev: convert loopback to net_device_ops
Stephen Hemminger
1
-4
/
+8
2008-11-08
net: Guaranetee the proper ordering of the loopback device. v2
Eric W. Biederman
1
-11
/
+2
2008-11-08
Revert "net: Guaranetee the proper ordering of the loopback device."
David S. Miller
1
-2
/
+11
2008-11-06
net: Guaranetee the proper ordering of the loopback device.
Eric W. Biederman
1
-11
/
+2
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-2
/
+0
2008-10-31
net: Really remove all of LOOPBACK_TSO code.
David S. Miller
1
-9
/
+0
2008-08-16
loopback: Drop obsolete ip_summed setting
Herbert Xu
1
-3
/
+0
2008-08-16
loopback: Remove rest of LOOPBACK_TSO code.
David S. Miller
1
-62
/
+0
2008-08-16
loopback: Enable TSO
Herbert Xu
1
-2
/
+0
2008-07-18
netdev: netdev_priv() can now be sane again.
David S. Miller
1
-4
/
+4
2008-03-25
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-01-29
[NET]: Remove unused define from loopback driver.
Pavel Emelyanov
1
-2
/
+0
2008-01-13
Fixed a small typo in the loopback driver
Emil Medve
1
-1
/
+1
2007-11-13
[NET]: Move unneeded data to initdata section.
Denis V. Lunev
1
-1
/
+1
2007-10-27
[NET]: Marking struct pernet_operations __net_initdata was inappropriate
Eric W. Biederman
1
-1
/
+1
2007-10-15
[NETNS]: Don't panic on creating the namespace's loopback
Pavel Emelyanov
1
-6
/
+5
2007-10-11
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
1
-3
/
+3
2007-10-11
[NET]: Bring comments in loopback.c uptodate.
Eric W. Biederman
1
-1
/
+3
2007-10-11
[NET]: Proper comment for loopback initialization order.
Denis V. Lunev
1
-0
/
+3
[next]