index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2007-08-14
[IPVS]: Use IP_VS_WAIT_WHILE when encessary.
Heiko Carstens
1
-1
/
+1
2007-08-14
[NET]: Share correct feature code between bridging and bonding
Herbert Xu
3
-33
/
+44
2007-08-14
[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()
Jesper Juhl
1
-4
/
+10
2007-08-14
[DCCP]: fix theoretical ccids_{read,write}_lock() race
Oleg Nesterov
1
-0
/
+1
2007-08-14
[XFRM]: Clean up duplicate includes in net/xfrm/
Jesper Juhl
2
-4
/
+2
2007-08-14
[TIPC]: Clean up duplicate includes in net/tipc/
Jesper Juhl
1
-1
/
+0
2007-08-14
[SUNRPC]: Clean up duplicate includes in net/sunrpc/
Jesper Juhl
1
-1
/
+0
2007-08-14
[PKT_SCHED]: Clean up duplicate includes in net/sched/
Jesper Juhl
1
-1
/
+0
2007-08-14
[IPV6]: Clean up duplicate includes in net/ipv6/
Jesper Juhl
1
-1
/
+0
2007-08-14
[IPV4]: Clean up duplicate includes in net/ipv4/
Jesper Juhl
3
-3
/
+0
2007-08-14
[ATM]: Clean up duplicate includes in net/atm/
Jesper Juhl
1
-1
/
+0
2007-08-14
[IPCONFIG]: ip_auto_config fix
Joakim Tjernlund
1
-3
/
+3
2007-08-09
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
4
-41
/
+31
2007-08-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
11
-27
/
+50
2007-08-08
[TCP]: H-TCP maxRTT estimation at startup
Stephen Hemminger
1
-3
/
+1
2007-08-08
[NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrack
Patrick McHardy
2
-1
/
+7
2007-08-08
[NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...
Pablo Neira Ayuso
1
-8
/
+9
2007-08-08
[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...
Jesper Juhl
1
-1
/
+6
2007-08-08
Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...
David S. Miller
4
-10
/
+20
2007-08-08
[NET] net/core/utils: fix sparse warning
Johannes Berg
1
-0
/
+1
2007-08-08
[NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has...
Paul Moore
1
-4
/
+6
2007-08-08
SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends
Trond Myklebust
2
-4
/
+2
2007-08-07
SUNRPC: Don't call gss_delete_sec_context() from an rcu context
Trond Myklebust
1
-3
/
+6
2007-08-07
SUNRPC: Fix a race in rpciod_down()
Trond Myklebust
1
-34
/
+23
2007-08-06
[PATCH] mac80211: don't allow scanning in monitor mode
Daniel Drake
1
-6
/
+13
2007-08-06
[PATCH] mac80211: Fix sparse error for sta_last_seq_ctrl_read
Zhu Yi
1
-1
/
+1
2007-08-06
[PATCH] mac80211: use do { } while (0) for multi-line macros
Zhu Yi
1
-3
/
+5
2007-08-06
[PATCH] mac80211: missing dev_put in ieee80211_master_start_xmit
Daniel Drake
1
-0
/
+1
2007-08-06
[PATCH] softmac: Fix deadlock of wx_set_essid with assoc work
Michael Buesch
1
-3
/
+8
2007-08-03
[TCP]: DSACK signals data receival, be conservative
Ilpo Järvinen
1
-1
/
+4
2007-08-03
[TCP]: Also handle snd_una changes in tcp_cwnd_down
Ilpo Järvinen
1
-16
/
+18
2007-08-03
Merge davem@master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev
David S. Miller
6
-59
/
+113
2007-08-03
[TIPC]: Fix two minor sparse warnings.
Florian Westphal
2
-3
/
+1
2007-08-03
[TIPC]: Make function tipc_nameseq_subscribe static.
Florian Westphal
1
-1
/
+1
2007-08-03
[PF_KEY]: Fix ipsec not working in 2.6.23-rc1-git10
Joy Latten
1
-0
/
+3
2007-08-03
[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().
David S. Miller
5
-5
/
+4
2007-08-03
[IPV4] route.c: mostly kmalloc + memset conversion to k[cz]alloc
Mariusz Kozlowski
1
-2
/
+2
2007-08-03
[IPV4] raw.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-2
/
+2
2007-08-03
[NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t...
Mariusz Kozlowski
1
-3
/
+2
2007-08-03
[NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+2
2007-08-03
[NET]: Removal of duplicated include net/wanrouter/wanmain.c
Michal Piotrowski
1
-1
/
+0
2007-08-02
Net/Security: fix memory leaks from security_secid_to_secctx()
Paul Moore
2
-3
/
+6
2007-08-02
SCTP: remove useless code in function sctp_init_cause
Wei Yongjun
1
-3
/
+0
2007-08-02
SCTP: drop SACK if ctsn is not less than the next tsn of assoc
Wei Yongjun
1
-25
/
+78
2007-08-01
SCTP: IPv4 mapped addr not returned in SCTPv6 accept()
Vlad Yasevich
1
-9
/
+11
2007-08-01
SCTP: IPv4 mapped addr not returned in SCTPv6 accept()
Dave Johnson
1
-0
/
+2
2007-08-01
sctp: fix shadow symbol in net/sctp/tsnmap.c
Sebastian Siewior
1
-7
/
+7
2007-08-01
sctp: try to fix readlock
Sebastian Siewior
1
-5
/
+11
2007-08-01
sctp: remove shadowed symbols
sebastian@breakpoint.cc
2
-2
/
+0
2007-08-01
sctp: move global declaration to header file.
sebastian@breakpoint.cc
2
-4
/
+0
[next]