index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
loopback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-05-18
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-20
netdev: add more functions to netdevice ops
Stephen Hemminger
1
-1
/
+1
2008-11-19
netdev: convert loopback to net_device_ops
Stephen Hemminger
1
-4
/
+8
2008-11-07
net: Guaranetee the proper ordering of the loopback device. v2
Eric W. Biederman
1
-11
/
+2
2008-11-07
Revert "net: Guaranetee the proper ordering of the loopback device."
David S. Miller
1
-2
/
+11
2008-11-05
net: Guaranetee the proper ordering of the loopback device.
Eric W. Biederman
1
-11
/
+2
2008-11-03
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-15
loopback: Drop obsolete ip_summed setting
Herbert Xu
1
-3
/
+0
2008-08-15
loopback: Remove rest of LOOPBACK_TSO code.
David S. Miller
1
-62
/
+0
2008-08-15
loopback: Enable TSO
Herbert Xu
1
-2
/
+0
2008-07-17
netdev: netdev_priv() can now be sane again.
David S. Miller
1
-4
/
+4
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-01-28
[NET]: Remove unused define from loopback driver.
Pavel Emelyanov
1
-2
/
+0
2008-01-12
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-26
[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-10
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
1
-3
/
+3
2007-10-10
[NET]: Bring comments in loopback.c uptodate.
Eric W. Biederman
1
-1
/
+3
2007-10-10
[NET]: Proper comment for loopback initialization order.
Denis V. Lunev
1
-0
/
+3
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-6
/
+2
2007-10-10
[NET]: Remove no longer relevant comment in loopback driver.
David S. Miller
1
-1
/
+0
2007-10-10
[NET]: Make the loopback device per network namespace.
Eric W. Biederman
1
-5
/
+21
2007-10-10
[NET]: Dynamically allocate the per cpu counters for the loopback device.
Eric W. Biederman
1
-4
/
+28
2007-10-10
[NET]: Dynamically allocate the loopback device, part 2.
Daniel Lezcano
1
-28
/
+44
2007-10-10
[NET]: Dynamically allocate the loopback device, part 1.
Daniel Lezcano
1
-2
/
+4
2007-10-10
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
1
-1
/
+0
2007-10-10
[NETNS]: Fix loopback network namespace initialization.
Daniel Lezcano
1
-0
/
+1
2007-10-10
[NET]: Implement network device movement between namespaces
Eric W. Biederman
1
-1
/
+2
2007-07-31
[NET] loopback: Panic if registration fails
Herbert Xu
1
-1
/
+6
2007-04-25
[NET]: loopback driver can use loopback_dev integrated net_device_stats
Eric Dumazet
1
-4
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-3
/
+4
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_set_mac_header()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2007-01-03
[NET] drivers/net/loopback.c: convert to module_init()
Adrian Bunk
1
-1
/
+3
2006-10-20
[NET]: Can use __get_cpu_var() instead of per_cpu() in loopback driver.
Eric Dumazet
1
-3
/
+3
2006-10-18
[NET]: reduce per cpu ram used for loopback stats
Eric Dumazet
1
-16
/
+19
2006-09-28
[NET] loopback: minor statistics optimization
Stephen Hemminger
1
-17
/
+14
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-13
drivers/net: Trim trailing whitespace
Jeff Garzik
1
-2
/
+2
2006-07-08
[NET] gso: Add skb_is_gso
Herbert Xu
1
-1
/
+1
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
1
-2
/
+2
2006-03-28
[PATCH] for_each_possible_cpu: loopback device.
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-03-23
[PATCH] more for_each_cpu() conversions
Andrew Morton
1
-3
/
+1
[next]