index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
znet.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-06-11
ip: ip_ra_control() rcu fix
Eric Dumazet
2
-5
/
+19
2010-06-10
ipv6: mcast: RCU conversions
Eric Dumazet
1
-96
/
+87
2010-06-10
cleanup: remove pppoe_xmit() declaration.
Rami Rosen
1
-1
/
+0
2010-06-10
icmp: RCU conversion in icmp_address_reply()
Eric Dumazet
1
-7
/
+5
2010-06-10
phonet: use call_rcu for phonet device free
Jiri Pirko
2
-4
/
+12
2010-06-08
anycast: Some RCU conversions
Eric Dumazet
3
-59
/
+49
2010-06-08
net: avoid two atomic ops in ip_rcv_options()
Eric Dumazet
1
-4
/
+2
2010-06-08
ipv4: avoid two atomic ops in ip_rt_redirect()
Eric Dumazet
1
-7
/
+3
2010-06-08
igmp: avoid two atomic ops in igmp_rcv()
Eric Dumazet
1
-6
/
+4
2010-06-08
ip: Router Alert RCU conversion
Eric Dumazet
3
-18
/
+18
2010-06-08
macvlan: use call_rcu for port free
Jiri Pirko
1
-2
/
+10
2010-06-07
net: Remove unnecessary net action assertion
jamal
1
-3
/
+0
2010-06-07
net sched: make pedit check for clones instead
jamal
1
-2
/
+1
2010-06-07
htb: remove two unnecessary assignments
Changli Gao
1
-2
/
+0
2010-06-07
greth: Remove unnecessary memset of napi member in netdev private data
Tobias Klauser
1
-1
/
+0
2010-06-07
raw: avoid two atomics in xmit
Eric Dumazet
2
-8
/
+12
2010-06-07
net-caif: Added missing lock validator constants
Alex Lorca
1
-3
/
+3
2010-06-07
tcp: Fix slowness in read /proc/net/tcp
Tom Herbert
2
-9
/
+86
2010-06-07
tg3: Update version to 3.111
Matt Carlson
1
-2
/
+2
2010-06-07
tg3: Add 5719 PCI device and phy IDs
Matt Carlson
2
-1
/
+5
2010-06-07
tg3: Add 5719 ASIC rev
Matt Carlson
2
-18
/
+52
2010-06-07
tg3: Use devfn to determine function number
Matt Carlson
2
-10
/
+4
2010-06-07
tg3: 5717: Allow serdes link via parallel detect
Matt Carlson
1
-1
/
+5
2010-06-07
tg3: Allow single MSI-X vector allocations
Matt Carlson
1
-12
/
+12
2010-06-07
tg3: Off-by-one error in RSS setup
Matt Carlson
1
-1
/
+1
2010-06-07
tg3: Fix a memory leak on 5717+ devices
Matt Carlson
1
-2
/
+2
2010-06-07
tg3: Avoid tx lockups on 5755+ devices
Matt Carlson
2
-0
/
+4
2010-06-07
tg3: Relocate APE mutex regs for 5717+
Matt Carlson
2
-12
/
+38
2010-06-07
r8169: fix random mdio_write failures
Timo Teräs
1
-0
/
+5
2010-06-07
ip6mr: fix a typo in ip6mr_for_each_table()
Eric Dumazet
1
-1
/
+1
2010-06-05
ixgbevf: Enable GRO by default
Shirley Ma
1
-0
/
+1
2010-06-05
ipv6: avoid high order allocations
Eric Dumazet
1
-1
/
+4
2010-06-05
fec: convert legacy PM hooks to dem_pm_ops
Denis Kirjanov
1
-2
/
+20
2010-06-05
bonding: allow user-controlled output slave selection
Andy Gospodarek
5
-7
/
+278
2010-06-05
bonding: add all_slaves_active parameter
Andy Gospodarek
3
-1
/
+68
2010-06-05
skbuff: add check for non-linear to warn_if_lro and needs_linearize
Alexander Duyck
2
-4
/
+6
2010-06-05
fix return value of __pppoe_xmit() method.
Rami Rosen
1
-1
/
+1
2010-06-05
syncookies: update mss tables
Florian Westphal
2
-43
/
+34
2010-06-05
syncookies: avoid unneeded tcp header flag double check
Florian Westphal
4
-4
/
+4
2010-06-05
syncookies: make v4/v6 synflood warning behaviour the same
Florian Westphal
1
-11
/
+13
2010-06-05
X25: remove duplicated #include
Huang Weiyi
1
-2
/
+0
2010-06-05
tcp: use correct net ns in cookie_v4_check()
Eric Dumazet
1
-1
/
+1
2010-06-05
rps: tcp: fix rps_sock_flow_table table updates
Eric Dumazet
1
-3
/
+4
2010-06-05
ppp_generic: fix multilink fragment sizes
Ben McKeegan
1
-1
/
+1
2010-06-05
syncookies: remove Kconfig text line about disabled-by-default
Florian Westphal
1
-5
/
+5
2010-06-05
ixgbe: only check pfc bits in hang logic if pfc is enabled
John Fastabend
1
-1
/
+1
2010-06-05
net: check for refcount if pop a stacked dst_entry
Steffen Klassert
2
-5
/
+5
2010-06-04
qlcnic: Fix Compilation Issue when CONFIG_INET was not set
Anirban Chakraborty
1
-41
/
+40
2010-06-04
From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001
Eric Dumazet
2
-110
/
+101
2010-06-04
ixgbe: Use netdev_<level>, dev_<level>, pr_<level>
Emil Tantilov
8
-220
/
+195
[next]