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-09-29
inet: fix possible request socket leak
Eric Dumazet
2
-2
/
+2
2015-09-29
netlink: make sure -EBUSY won't escape from netlink_insert
Daniel Borkmann
1
-0
/
+5
2015-09-29
bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...
Nikolay Aleksandrov
1
-0
/
+2
2015-09-29
bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policy
Nikolay Aleksandrov
1
-0
/
+2
2015-09-29
udp: fix dst races with multicast early demux
Eric Dumazet
1
-3
/
+10
2015-09-29
rds: fix an integer overflow test in rds_info_getsockopt()
Dan Carpenter
1
-1
/
+1
2015-09-29
net: sched: fix refcount imbalance in actions
Daniel Borkmann
1
-5
/
+6
2015-09-29
act_bpf: fix memory leaks when replacing bpf programs
Daniel Borkmann
1
-15
/
+35
2015-09-29
packet: tpacket_snd(): fix signed/unsigned comparison
Alexander Drozdov
1
-1
/
+2
2015-09-29
packet: missing dev_put() in packet_do_bind()
Lars Westerhoff
1
-5
/
+3
2015-09-29
fib_trie: Drop unnecessary calls to leaf_pull_suffix
Alexander Duyck
1
-4
/
+0
2015-09-29
bridge: netlink: fix slave_changelink/br_setport race conditions
Nikolay Aleksandrov
1
-1
/
+9
2015-09-29
netlink: don't hold mutex in rcu callback when releasing mmapd ring
Florian Westphal
1
-32
/
+47
2015-09-29
inet: frags: fix defragmented packet's IP header for af_packet
Edward Hyunkoo Jee
1
-2
/
+5
2015-09-29
sched: cls_flow: fix panic on filter replace
Daniel Borkmann
1
-2
/
+3
2015-09-29
sched: cls_bpf: fix panic on filter replace
Daniel Borkmann
1
-1
/
+1
2015-09-29
Revert "sit: Add gro callbacks to sit_offload"
Herbert Xu
1
-2
/
+0
2015-09-29
ipv6: lock socket in ip6_datagram_connect()
Eric Dumazet
2
-9
/
+27
2015-09-29
fq_codel: fix a use-after-free
WANG Cong
1
-1
/
+1
2015-09-29
bridge: mdb: fix double add notification
Nikolay Aleksandrov
1
-1
/
+0
2015-09-29
net: Fix skb_set_peeked use-after-free bug
Herbert Xu
1
-6
/
+7
2015-09-29
net: Fix skb csum races when peeking
Herbert Xu
1
-6
/
+9
2015-09-29
net: Clone skb before setting peeked flag
Herbert Xu
1
-3
/
+38
2015-09-29
net: call rcu_read_lock early in process_backlog
Julian Anastasov
1
-15
/
+15
2015-09-29
net: do not process device backlog during unregistration
Julian Anastasov
1
-2
/
+4
2015-09-29
bridge: fix potential crash in __netdev_pick_tx()
Eric Dumazet
1
-0
/
+1
2015-09-29
net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()
Oleg Nesterov
1
-1
/
+3
2015-09-29
bridge: mdb: zero out the local br_ip variable before use
Nikolay Aleksandrov
1
-0
/
+2
2015-09-29
net/tipc: initialize security state for new connection socket
Stephen Smalley
1
-0
/
+1
2015-09-29
ip_tunnel: fix ipv4 pmtu check to honor inner ip header df
Timo Teräs
1
-3
/
+5
2015-09-29
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
1
-91
/
+96
2015-09-29
Revert "dev: set iflink to 0 for virtual interfaces"
Nicolas Dichtel
1
-4
/
+0
2015-09-29
net: graceful exit from netif_alloc_netdev_queues()
Eric Dumazet
1
-1
/
+2
2015-09-29
ipv6: Make MLD packets to only be processed locally
Angga
1
-3
/
+3
2015-09-29
SUNRPC: Lock the transport layer on shutdown
Trond Myklebust
1
-0
/
+6
2015-09-29
SUNRPC: Ensure that we wait for connections to complete before retrying
Trond Myklebust
1
-3
/
+8
2015-09-29
SUNRPC: xs_reset_transport must mark the connection as disconnected
Trond Myklebust
1
-0
/
+1
2015-09-29
SUNRPC: Fix a thinko in xs_connect()
Trond Myklebust
1
-4
/
+5
2015-09-29
mm: make page pfmemalloc check more robust
Michal Hocko
1
-1
/
+1
2015-09-29
mac80211: enable assoc check for mesh interfaces
Bob Copeland
1
-3
/
+0
2015-09-29
nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter
Christophe Ricard
1
-1
/
+1
2015-09-21
fs: create and use seq_show_option for escaping
Kees Cook
1
-2
/
+5
2015-09-13
9p: ensure err is initialized to 0 in p9_client_read/write
Vincent Bernat
1
-0
/
+2
2015-09-13
mac80211: fix invalid read in minstrel_sort_best_tp_rates()
Adrien Schildknecht
1
-5
/
+6
2015-08-17
Bluetooth: Fix NULL pointer dereference in smp_conn_security
Johan Hedberg
1
-0
/
+4
2015-08-10
rds: rds_ib_device.refcount overflow
Wengang Wang
1
-1
/
+3
2015-08-10
mac80211: clear subdir_stations when removing debugfs
Tom Hughes
1
-0
/
+1
2015-08-10
can: replace timestamp as unique skb attribute
Oliver Hartkopp
3
-8
/
+13
2015-08-03
p9_client_write(): avoid double p9_free_req()
Al Viro
1
-0
/
+1
2015-08-03
9p: forgetting to cancel request on interrupted zero-copy RPC
Al Viro
1
-1
/
+2
[prev]
[next]