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.13.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-10-27
ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
Joe Perches
1
-1
/
+1
2015-10-27
act_mirred: clear sender cpu before sending to tx
WANG Cong
1
-0
/
+1
2015-10-27
ovs: do not allocate memory from offline numa node
Konstantin Khlebnikov
1
-1
/
+2
2015-10-27
bpf: fix panic in SO_GET_FILTER with native ebpf programs
Daniel Borkmann
1
-1
/
+5
2015-10-27
inet: fix race in reqsk_queue_unlink()
Eric Dumazet
1
-9
/
+10
2015-10-27
inet: fix races in reqsk_queue_hash_req()
Eric Dumazet
1
-4
/
+4
2015-10-27
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-4
/
+5
2015-10-27
l2tp: protect tunnel->del_work by ref_count
Alexander Couzens
1
-2
/
+9
2015-10-23
inet: fix potential deadlock in reqsk_queue_unlink()
Eric Dumazet
1
-1
/
+1
2015-10-23
batman-adv: Fix potentially broken skb network header access
Linus Lüssing
1
-1
/
+6
2015-10-23
batman-adv: Fix potential synchronization issues in mcast tvlv handler
Linus Lüssing
3
-13
/
+58
2015-10-23
batman-adv: Make MCAST capability changes atomic
Linus Lüssing
2
-9
/
+11
2015-10-23
batman-adv: Make TT capability changes atomic
Linus Lüssing
2
-5
/
+7
2015-10-23
batman-adv: Make NC capability changes atomic
Linus Lüssing
2
-4
/
+5
2015-10-23
batman-adv: Make DAT capability changes atomic
Linus Lüssing
2
-5
/
+6
2015-10-23
batman-adv: protect tt_local_entry from concurrent delete events
Marek Lindner
1
-1
/
+10
2015-10-23
batman-adv: fix kernel crash due to missing NULL checks
Marek Lindner
2
-4
/
+17
2015-10-23
ipvs: call skb_sender_cpu_clear
Julian Anastasov
1
-0
/
+6
2015-10-23
ipvs: fix crash with sync protocol v0 and FTP
Julian Anastasov
1
-1
/
+1
2015-10-23
ipvs: skb_orphan in case of forwarding
Alex Gartrell
1
-0
/
+27
2015-10-23
ipvs: fix crash if scheduler is changed
Julian Anastasov
3
-37
/
+69
2015-10-23
ipvs: do not use random local source address for tunnels
Julian Anastasov
1
-1
/
+0
2015-10-23
Bluetooth: Delay check for conn->smp in smp_conn_security()
Johan Hedberg
1
-6
/
+6
2015-10-23
netfilter: nf_log: don't zap all loggers on unregister
Florian Westphal
1
-2
/
+6
2015-10-23
netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC
Pablo Neira Ayuso
1
-6
/
+18
2015-10-23
netfilter: nf_log: wait for rcu grace after logger unregistration
Pablo Neira Ayuso
1
-0
/
+1
2015-10-23
netfilter: nftables: Do not run chains in the wrong network namespace
Eric W. Biederman
1
-1
/
+6
2015-10-23
netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook
Eric W. Biederman
4
-1
/
+42
2015-10-23
netfilter: ctnetlink: put back references to master ct and expect objects
Pablo Neira Ayuso
1
-5
/
+0
2015-10-23
netfilter: nf_conntrack: Support expectations in different zones
Joe Stringer
1
-1
/
+2
2015-10-23
netfilter: nfnetlink: work around wrong endianess in res_id field
Pablo Neira Ayuso
1
-1
/
+7
2015-10-23
svcrdma: Fix send_reply() scatter/gather set-up
Chuck Lever
1
-1
/
+9
2015-10-03
netlink: Replace rhash_portid with bound
Herbert Xu
2
-12
/
+29
2015-10-03
netlink: Fix autobind race condition that leads to zero port ID
Herbert Xu
2
-5
/
+7
2015-10-03
fib_rules: fix fib rule dumps across multiple skbs
Wilson Kok
1
-5
/
+9
2015-10-03
net: revert "net_sched: move tp->root allocation into fw_init()"
WANG Cong
1
-15
/
+15
2015-10-03
tcp: add proper TS val into RST packets
Eric Dumazet
1
-0
/
+1
2015-10-03
openvswitch: Zero flows on allocation.
Jesse Gross
3
-14
/
+15
2015-10-03
bridge: fix igmpv3 / mldv2 report parsing
Linus Lüssing
1
-2
/
+2
2015-10-03
sctp: fix race on protocol/netns initialization
Marcelo Ricardo Leitner
1
-23
/
+41
2015-10-03
netlink, mmap: transform mmap skb into full skb on taps
Daniel Borkmann
2
-7
/
+32
2015-10-03
ipv6: fix multipath route replace error recovery
Roopa Prabhu
1
-26
/
+175
2015-10-03
net/ipv6: Correct PIM6 mrt_lock handling
Richard Laing
1
-1
/
+1
2015-10-03
ipv6: fix exthdrs offload registration in out_rt path
Daniel Borkmann
1
-1
/
+1
2015-10-03
sock, diag: fix panic in sock_diag_put_filterinfo
Daniel Borkmann
1
-0
/
+3
2015-10-03
cls_u32: complete the check for non-forced case in u32_destroy()
WANG Cong
1
-0
/
+13
2015-10-03
ip6_gre: release cached dst on tunnel removal
huaibin Wang
1
-0
/
+1
2015-09-29
ipv4: off-by-one in continuation handling in /proc/net/route
Andy Whitcroft
1
-1
/
+1
2015-09-29
net: dsa: Do not override PHY interface if already configured
Florian Fainelli
1
-1
/
+2
2015-09-29
inet: fix races with reqsk timers
Eric Dumazet
2
-2
/
+8
[prev]
[next]