index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mlx4_en: moderation parameters are not reseted.
Yevgeny Petrilin
2011-03-23
1
-2
/
+1
*
mlx4_en: going out of range of TX rings when reporting stats
Yevgeny Petrilin
2011-03-23
1
-1
/
+1
*
ipv4: fix ip_rt_update_pmtu()
Eric Dumazet
2011-03-23
1
-2
/
+0
*
ipv4: Fallback to FIB local table in __ip_dev_find().
David S. Miller
2011-03-23
1
-0
/
+16
*
tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.
David S. Miller
2011-03-23
1
-6
/
+6
*
tcp: avoid cwnd moderation in undo
Yuchung Cheng
2011-03-23
1
-5
/
+7
*
bridge: Fix possibly wrong MLD queries' ethernet source address
Linus Lüssing
2011-03-23
1
-1
/
+1
*
net: davinci_emac:Fix translation logic for buffer descriptor
Sriram
2011-03-23
4
-4
/
+14
*
ipv6: ip6_route_output does not modify sk parameter, so make it const
Florian Westphal
2011-03-23
2
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2011-03-22
9
-24
/
+34
|
\
|
*
mac80211: initialize sta->last_rx in sta_info_alloc
Felix Fietkau
2011-03-21
1
-0
/
+1
|
*
ath9k: Fix kernel panic in AR2427
Mohammed Shafi Shajakhan
2011-03-21
1
-2
/
+2
|
*
wireless: fix 80211 kernel-doc warnings
Randy Dunlap
2011-03-21
2
-2
/
+3
|
*
rtlwifi: Fix memset argument order
Ilia Mirkin
2011-03-21
1
-16
/
+15
|
*
rt2x00: Add unknown Toshiba device
Peter Lemenkov
2011-03-21
1
-0
/
+2
|
*
rt2x00: Add 2L Central Europe BV 8070
Peter Lemenkov
2011-03-21
1
-0
/
+2
|
*
rt2x00: Add Planex Communications, Inc. RT8070
Peter Lemenkov
2011-03-21
1
-0
/
+1
|
*
rt2x00: Add rt2870 device id
Peter Lemenkov
2011-03-21
1
-1
/
+1
|
*
orinoco: Maintain lock until entry removed from list
Joe Gunn
2011-03-21
1
-1
/
+1
|
*
iwlwifi: missing unlock on error path
Dan Carpenter
2011-03-21
1
-2
/
+5
|
*
zd1211rw: TrendNet TEW-509UB id added
Tõnu Samuel
2011-03-21
1
-0
/
+1
*
|
ipv4: optimize route adding on secondary promotion
Julian Anastasov
2011-03-22
1
-1
/
+2
*
|
ipv4: remove the routes on secondary promotion
Julian Anastasov
2011-03-22
1
-0
/
+11
*
|
ipv4: fix route deletion for IPs on many subnets
Julian Anastasov
2011-03-22
2
-13
/
+89
*
|
ipv4: match prefsrc when deleting routes
Julian Anastasov
2011-03-22
1
-0
/
+2
*
|
NET: smsc95xx: don't use stack for async writes to the device
Marc Zyngier
2011-03-22
1
-7
/
+10
*
|
net: implement dev_disable_lro() hw_features compatibility
Michał Mirosław
2011-03-22
3
-9
/
+15
*
|
IPVS: Use global mutex in ip_vs_app.c
Simon Horman
2011-03-22
2
-15
/
+10
*
|
ipvs: fix a typo in __ip_vs_control_init()
Eric Dumazet
2011-03-22
1
-1
/
+1
*
|
veth: Fix the byte counters
Eric W. Biederman
2011-03-22
1
-1
/
+1
*
|
net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.
Eric W. Biederman
2011-03-22
1
-7
/
+11
*
|
macvlan: Fix use after free of struct macvlan_port.
Eric W. Biederman
2011-03-22
1
-6
/
+12
*
|
net: fix incorrect spelling in drop monitor protocol
Neil Horman
2011-03-22
1
-1
/
+1
*
|
can: c_can: Do basic c_can configuration _before_ enabling the interrupts
Jan Altenberg
2011-03-22
1
-3
/
+3
*
|
net/appletalk: fix atalk_release use after free
Arnd Bergmann
2011-03-22
1
-0
/
+3
*
|
ipx: fix ipx_release()
Eric Dumazet
2011-03-22
1
-1
/
+1
*
|
snmp: SNMP_UPD_PO_STATS_BH() always called from softirq
Eric Dumazet
2011-03-22
1
-2
/
+2
*
|
l2tp: fix possible oops on l2tp_eth module unload
James Chapman
2011-03-22
1
-1
/
+1
*
|
xfrm: Fix initialize repl field of struct xfrm_state
Wei Yongjun
2011-03-22
3
-2
/
+16
|
/
*
Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2011-03-20
2
-150
/
+64
|
\
|
*
vhost-net: remove unlocked use of receive_queue
Michael S. Tsirkin
2011-03-13
1
-1
/
+1
|
*
vhost: lock receive queue, not the socket
Jason Wang
2011-03-13
1
-3
/
+4
|
*
vhost-net: Unify the code of mergeable and big buffer handling
Jason Wang
2011-03-13
1
-121
/
+7
|
*
vhost-net: check the support of mergeable buffer outside the receive loop
Jason Wang
2011-03-13
1
-2
/
+3
|
*
vhost: copy_from_user -> __copy_from_user
Michael S. Tsirkin
2011-03-08
1
-1
/
+1
|
*
vhost: Cleanup vhost.c and net.c
Krishna Kumar
2011-03-08
2
-23
/
+49
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2011-03-20
9
-104
/
+73
|
\
\
|
*
|
netfilter: ipt_CLUSTERIP: fix buffer overflow
Vasiliy Kulikov
2011-03-20
1
-1
/
+4
|
*
|
netfilter: xtables: fix reentrancy
Eric Dumazet
2011-03-20
2
-4
/
+4
|
*
|
netfilter: ipset: fix checking the type revision at create command
Jozsef Kadlecsik
2011-03-20
1
-5
/
+17
[next]