Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6ec5e12074b42fafec2a340d72e8d8e1fd4c5405
/
drivers
/
net
/
loopback.c
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
b17c706
loopback: sctp: add NETIF_F_SCTP_CSUM to device features
by Daniel Borkmann
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
25f929f
net: allow setting mac address of loopback device
by WANG Cong
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
e05e907
net loopback: Set loopback_dev to NULL when freed
by Eric W. Biederman
· 11 years ago
794ed39
net: loopback: fix a dst refcounting issue
by Eric Dumazet
· 12 years ago
0cf833a
net: loopback: set default mtu to 64K
by Eric Dumazet
· 12 years ago
1fb9489
net: Loopback ifindex is constant now
by Pavel Emelyanov
· 12 years ago
e390648
net: fix race condition in several drivers when reading stats
by Kevin Groeneveld
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
34324dc
net: remove NETIF_F_NO_CSUM feature bit
by Michał Mirosław
· 13 years ago
eed2a12
net: Allow ethtool to set interface in loopback mode.
by Mahesh Bandewar
· 14 years ago
0553c89
ip6_pol_route panic: Do not allow VLAN on loopback
by Krishna Kumar
· 14 years ago
cf0bdef
loopback: convert to hw_features
by Michał Mirosław
· 14 years ago
caf586e
net: add a core netdev->rx_dropped counter
by Eric Dumazet
· 14 years ago
a7855c7
net: loopback driver cleanup
by Eric Dumazet
· 14 years ago
2817273
net: fix 64 bit counters on 32 bit arches
by Eric Dumazet
· 14 years ago
5eaa0bd
loopback: use u64_stats_sync infrastructure
by Eric Dumazet
· 14 years ago
6b10de3
loopback: Implement 64bit stats on 32bit arches
by Eric Dumazet
· 14 years ago
47d7427
percpu: add __percpu sparse annotations to net drivers
by Tejun Heo
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
999b6d3
net: Simplify loopback and improve batching.
by Eric W. Biederman
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
ca0c958
this_cpu: Straight transformations
by Christoph Lameter
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
93f154b
net: release dst entry in dev_hard_start_xmit()
by Eric Dumazet
· 15 years ago
7eebb0b
loopback: packet drops accounting
by Eric Dumazet
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
c02373b
netdev: convert loopback to net_device_ops
by Stephen Hemminger
· 16 years ago
505d4f7
net: Guaranetee the proper ordering of the loopback device. v2
by Eric W. Biederman
· 16 years ago
3d8160b
Revert "net: Guaranetee the proper ordering of the loopback device."
by David S. Miller
· 16 years ago
ae33bc4
net: Guaranetee the proper ordering of the loopback device.
by Eric W. Biederman
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
3a8af72
net: Really remove all of LOOPBACK_TSO code.
by David S. Miller
· 16 years ago
04a0551
loopback: Drop obsolete ip_summed setting
by Herbert Xu
· 16 years ago
7447ef6
loopback: Remove rest of LOOPBACK_TSO code.
by David S. Miller
· 16 years ago
f22f856
loopback: Enable TSO
by Herbert Xu
· 16 years ago
e3c50d5
netdev: netdev_priv() can now be sane again.
by David S. Miller
· 16 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
6a7657f
[NET]: Remove unused define from loopback driver.
by Pavel Emelyanov
· 17 years ago
2d2c54e
Fixed a small typo in the loopback driver
by Emil Medve
· 17 years ago
022cbae
[NET]: Move unneeded data to initdata section.
by Denis V. Lunev
· 17 years ago
2b008b0a
[NET]: Marking struct pernet_operations __net_initdata was inappropriate
by Eric W. Biederman
· 17 years ago
9d6dda32
[NETNS]: Don't panic on creating the namespace's loopback
by Pavel Emelyanov
· 17 years ago
4665079
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
by Pavel Emelyanov
· 17 years ago
9e0db4b
[NET]: Bring comments in loopback.c uptodate.
by Eric W. Biederman
· 17 years ago
070ac3a
[NET]: Proper comment for loopback initialization order.
by Denis V. Lunev
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
4c94f8c
[NET]: Remove no longer relevant comment in loopback driver.
by David S. Miller
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
5f6d88b
[NET]: Dynamically allocate the per cpu counters for the loopback device.
by Eric W. Biederman
· 17 years ago
854d836
[NET]: Dynamically allocate the loopback device, part 2.
by Daniel Lezcano
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
88d3aaf
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
by Jeff Garzik
· 17 years ago
abf07ac
[NETNS]: Fix loopback network namespace initialization.
by Daniel Lezcano
· 17 years ago
ce286d3
[NET]: Implement network device movement between namespaces
by Eric W. Biederman
· 17 years ago
aeed9e8
[NET] loopback: Panic if registration fails
by Herbert Xu
· 17 years ago
3303680
[NET]: loopback driver can use loopback_dev integrated net_device_stats
by Eric Dumazet
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
48d49d0c
[SK_BUFF]: Introduce skb_set_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
60903f2
[NET] drivers/net/loopback.c: convert to module_init()
by Adrian Bunk
· 18 years ago
58f5397
[NET]: Can use __get_cpu_var() instead of per_cpu() in loopback driver.
by Eric Dumazet
· 18 years ago
5175c37
[NET]: reduce per cpu ram used for loopback stats
by Eric Dumazet
· 18 years ago
7fa6b06
[NET] loopback: minor statistics optimization
by Stephen Hemminger
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
89114af
[NET] gso: Add skb_is_gso
by Herbert Xu
· 18 years ago
7967168
[NET]: Merge TSO/UFO fields in sk_buff
by Herbert Xu
· 18 years ago
0fed484
[PATCH] for_each_possible_cpu: loopback device.
by KAMEZAWA Hiroyuki
· 19 years ago
394e390
[PATCH] more for_each_cpu() conversions
by Andrew Morton
· 19 years ago
a3bc068
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
2278364
[NET]: Fix comment in loopback driver.
by Ralf Baechle
· 19 years ago
0e920bf
[PATCH] loopback: whitespace cleanup
by Chuck Ebbert
· 19 years ago
18c16c6
[PATCH] loopback: optimize stats
by Chuck Ebbert
· 19 years ago
d2ae1d2
[PATCH] loopback: #ifdef the TSO code
by Chuck Ebbert
· 19 years ago
02c30a8
[PATCH] update Ross Biro bouncing email address
by Jesper Juhl
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago