index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-05
svcrpc: ensure cache_check caller sees updated entry
J. Bruce Fields
1
-1
/
+10
2011-01-05
svcrpc: take lock on turning entry NEGATIVE in cache_check
J. Bruce Fields
1
-7
/
+18
2011-01-05
svcrpc: simpler request dropping
J. Bruce Fields
2
-1
/
+3
2011-01-05
svcrpc: avoid double reply caused by deferral race
J. Bruce Fields
1
-7
/
+11
2011-01-05
SUNRPC: Remove more code when NFSD_DEPRECATED is not configured
J. Bruce Fields
1
-0
/
+12
2011-01-05
svcrpc: modifying valid sunrpc cache entries is racy
J. Bruce Fields
1
-2
/
+1
2010-12-17
net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value return
Joe Perches
1
-1
/
+1
2010-12-17
net: sunrpc: kill unused macros
Shan Wei
3
-5
/
+0
2010-12-17
sunrpc: svc_sock_names should hold ref to socket being closed.
NeilBrown
1
-4
/
+6
2010-12-17
sunrpc: remove xpt_pool
NeilBrown
1
-5
/
+0
2010-12-17
Merge commit 'v2.6.37-rc6' into for-2.6.38
J. Bruce Fields
49
-204
/
+383
2010-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-57
/
+128
2010-12-11
net: fix skb_defer_rx_timestamp()
Eric Dumazet
1
-2
/
+4
2010-12-11
atm: correct sysfs 'device' link creation and parent relationships
Dan Williams
3
-5
/
+7
2010-12-11
SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped address
Wei Yongjun
1
-0
/
+8
2010-12-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-3
/
+18
2010-12-10
ipv6: fix nl group when advertising a new link
Nicolas Dichtel
1
-2
/
+2
2010-12-10
net: Document the kernel_recvmsg() function
Martin Lucina
1
-0
/
+15
2010-12-10
xfrm: Fix xfrm_state_migrate leak
Thomas Egerer
1
-1
/
+1
2010-12-09
econet: Fix crash in aun_incoming().
David S. Miller
1
-1
/
+5
2010-12-08
tcp: protect sysctl_tcp_cookie_size reads
Eric Dumazet
1
-12
/
+15
2010-12-08
tcp: avoid a possible divide by zero
Eric Dumazet
1
-2
/
+4
2010-12-08
mac80211: Fix BUG in pskb_expand_head when transmitting shared skbs
Helmut Schaa
1
-3
/
+18
2010-12-08
tcp: Replace time wait bucket msg by counter
Tom Herbert
2
-1
/
+2
2010-12-08
x25: decrement netdev reference counts on unload
Apollon Oikonomopoulos
1
-0
/
+1
2010-12-08
l2tp: Fix modalias of l2tp_ip
Michal Marek
1
-1
/
+5
2010-12-08
econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.
Nelson Elhage
1
-2
/
+4
2010-12-08
llc: fix a device refcount imbalance
Eric Dumazet
1
-2
/
+3
2010-12-08
tcp: Bug fix in initialization of receive window.
Nandita Dukkipati
1
-5
/
+4
2010-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
3
-4
/
+15
2010-12-08
sunrpc: prevent use-after-free on clearing XPT_BUSY
NeilBrown
1
-1
/
+8
2010-12-06
filter: fix sk_filter rcu handling
Eric Dumazet
1
-13
/
+6
2010-12-03
leds: fix up dependencies
Johannes Berg
1
-1
/
+1
2010-12-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
1
-3
/
+3
2010-12-02
net/ipv6/sit.c: return unhandled skb to tunnel4_rcv
David McCullough
1
-1
/
+2
2010-12-01
Make the ip6_tunnel reflect the true mtu.
Anders Franzen
1
-0
/
+7
2010-11-30
mac80211: Fix STA disconnect due to MIC failure
Senthil Balasubramanian
1
-0
/
+2
2010-11-30
mac80211: ignore non-bcast mcast deauth/disassoc franes
Christian Lamparter
1
-0
/
+4
2010-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
10
-83
/
+96
2010-11-29
mac80211: Fix frame injection using non-AP vif
Jouni Malinen
1
-1
/
+6
2010-11-29
af_unix: limit recursion level
Eric Dumazet
2
-6
/
+33
2010-11-29
inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners
Nagendra Tomar
1
-2
/
+1
2010-11-28
DECnet: don't leak uninitialized stack byte
Dan Rosenberg
1
-0
/
+2
2010-11-28
dccp: fix error in updating the GAR
Gerrit Renker
1
-1
/
+2
2010-11-28
tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)
Alexey Dobriyan
1
-1
/
+5
2010-11-28
netns: Don't leak others' openreq-s in proc
Pavel Emelyanov
1
-1
/
+3
2010-11-28
Net: ceph: Makefile: Remove unnessary code
Tracey Dent
1
-22
/
+0
2010-11-27
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-9
/
+15
2010-11-24
econet: fix CVE-2010-3848
Phil Blundell
1
-31
/
+31
2010-11-24
econet: fix CVE-2010-3850
Phil Blundell
1
-0
/
+3
[next]