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.12.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
2015-09-18
ipv6: include NLM_F_REPLACE in route replace notifications
Roopa Prabhu
2
-5
/
+6
2015-09-17
SUNRPC: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2015-09-17
SUNRPC: Fix races between socket connection and destroy code
Trond Myklebust
1
-0
/
+3
2015-09-17
libceph: don't access invalid memory in keepalive2 path
Ilya Dryomov
1
-4
/
+5
2015-09-17
netfilter: nf_log: wait for rcu grace after logger unregistration
Pablo Neira Ayuso
1
-0
/
+1
2015-09-17
Bluetooth: Delay check for conn->smp in smp_conn_security()
Johan Hedberg
1
-6
/
+6
2015-09-16
dccp: drop null test before destroy functions
Julia Lawall
2
-10
/
+5
2015-09-16
net: core: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2015-09-16
openvswitch: Fix mask generation for nested attributes.
Jesse Gross
1
-23
/
+59
2015-09-16
rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink
Roopa Prabhu
1
-10
/
+16
2015-09-16
ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel
Martin KaFai Lau
2
-26
/
+34
2015-09-16
ipv6: Avoid double dst_free
Martin KaFai Lau
3
-9
/
+16
2015-09-16
ipv6: Fix dst_entry refcnt bugs in ip6_tunnel
Martin KaFai Lau
2
-46
/
+114
2015-09-16
ipv6: Rename the dst_cache helper functions in ip6_tunnel
Martin KaFai Lau
2
-8
/
+8
2015-09-16
ipv6: Refactor common ip6gre_tunnel_init codes
Martin KaFai Lau
1
-13
/
+24
2015-09-14
netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC
Pablo Neira Ayuso
1
-6
/
+18
2015-09-14
netfilter: nf_log: don't zap all loggers on unregister
Florian Westphal
1
-2
/
+6
2015-09-12
openvswitch: Fix dependency on IPv6 defrag.
Joe Stringer
1
-1
/
+2
2015-09-12
bridge: fix igmpv3 / mldv2 report parsing
Linus Lüssing
1
-2
/
+2
2015-09-12
sctp: fix race on protocol/netns initialization
Marcelo Ricardo Leitner
1
-23
/
+41
2015-09-12
ebpf: emit correct src_reg for conditional jumps
Tycho Andersen
1
-1
/
+1
2015-09-12
netlink, mmap: transform mmap skb into full skb on taps
Daniel Borkmann
2
-7
/
+32
2015-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
6
-66
/
+111
2015-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
34
-108
/
+461
2015-09-10
tcp_cubic: better follow cubic curve after idle period
Eric Dumazet
1
-0
/
+16
2015-09-10
tcp: generate CA_EVENT_TX_START on data frames
Neal Cardwell
1
-3
/
+3
2015-09-10
netlink, mmap: fix edge-case leakages in nf queue zero-copy
Daniel Borkmann
2
-8
/
+15
2015-09-10
netlink, mmap: don't walk rx ring on poll if receive queue non-empty
Daniel Borkmann
1
-5
/
+12
2015-09-10
ipv6: fix ifnullfree.cocci warnings
Wu Fengguang
1
-2
/
+1
2015-09-10
net: ipv6: use common fib_default_rule_pref
Phil Sutter
6
-17
/
+3
2015-09-10
ipv6: fix multipath route replace error recovery
Roopa Prabhu
1
-26
/
+175
2015-09-09
RDS: verify the underlying transport exists before creating a connection
Sasha Levin
1
-0
/
+6
2015-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
14
-106
/
+34
2015-09-09
libceph: check data_len in ->alloc_msg()
Ilya Dryomov
2
-40
/
+18
2015-09-09
net: tipc: fix stall during bclink wakeup procedure
Kolmakov Dmitriy
1
-1
/
+29
2015-09-09
net: bridge: remove unnecessary switchdev include
Vivien Didelot
1
-1
/
+0
2015-09-09
net: bridge: check __vlan_vid_del for error
Vivien Didelot
1
-4
/
+13
2015-09-08
libceph: use keepalive2 to verify the mon session is alive
Yan, Zheng
3
-13
/
+84
2015-09-08
libceph: set 'exists' flag for newly up osd
Yan, Zheng
1
-1
/
+1
2015-09-08
libceph: rename con_work() to ceph_con_workfn()
Ilya Dryomov
1
-3
/
+3
2015-09-08
libceph: Avoid holding the zero page on ceph_msgr_slab_init errors
Benoît Canet
1
-5
/
+5
2015-09-08
libceph: remove the unused macro AES_KEY_SIZE
Nicholas Krause
1
-4
/
+0
2015-09-08
Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
9
-316
/
+288
2015-09-07
openvswitch: Remove conntrack Kconfig option.
Joe Stringer
3
-14
/
+6
2015-09-07
Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin...
David S. Miller
7
-6
/
+113
2015-09-06
RDS: rds_conn_lookup() should factor in the struct net for a match
Sowmini Varadhan
1
-4
/
+5
2015-09-06
switchdev: fix return value of switchdev_port_fdb_dump in case of error
Jiri Pirko
1
-5
/
+1
2015-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
7
-12
/
+55
2015-09-06
net/ipv6: Correct PIM6 mrt_lock handling
Richard Laing
1
-1
/
+1
2015-09-06
Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
6
-150
/
+197
[prev]
[next]