index
:
linux-stable.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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2017-02-23
net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
Eric Dumazet
2017-02-23
dccp: limit sk_filter trim to payload
Willem de Bruijn
2017-02-23
rose: limit sk_filter trim to payload
Willem de Bruijn
2017-02-23
net: Add __sock_queue_rcv_skb()
Ben Hutchings
2017-02-23
rtnetlink: fix rtnl_vfinfo_size
Sabrina Dubroca
2017-02-23
rtnl: reset calcit fptr in rtnl_unregister()
Mathias Krause
2016-06-15
net: fix infoleak in rtnetlink
Kangjie Lu
2016-05-01
tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
Daniel Borkmann
2016-05-01
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
2016-03-24
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2016-02-25
unix: correctly track in-flight fds in sending process user_struct
Hannes Frederic Sowa
2016-01-28
net: bpf: reject invalid shifts
Rabin Vincent
2016-01-25
Revert "[stable-only] net: add length argument to skb_copy_and_csum_datagram_...
Luis Henriques
2016-01-25
net: possible use after free in dst_release
Francesco Ruggeri
2016-01-04
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
2016-01-04
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
2016-01-04
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
2015-12-18
net/neighbour: fix crash at dumping device-agnostic proxy entries
Konstantin Khlebnikov
2015-12-18
net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
Daniel Borkmann
2015-12-09
net: fix a race in dst_release()
Eric Dumazet
2015-10-28
[stable-only] net: add length argument to skb_copy_and_csum_datagram_iovec
Sabrina Dubroca
2015-10-28
ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
Joe Perches
2015-10-28
skbuff: Fix skb checksum partial check.
Pravin B Shelar
2015-10-19
fib_rules: Fix dump_rules() not to exit early
Roland Dreier
2015-09-30
fib_rules: fix fib rule dumps across multiple skbs
Wilson Kok
2015-08-27
net: Fix skb_set_peeked use-after-free bug
Herbert Xu
2015-08-27
net: Fix skb csum races when peeking
Herbert Xu
2015-08-27
net: Clone skb before setting peeked flag
Herbert Xu
2015-08-27
net: call rcu_read_lock early in process_backlog
Julian Anastasov
2015-08-27
net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()
Oleg Nesterov
2015-08-27
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
2015-08-10
net: do not process device backlog during unregistration
Julian Anastasov
2015-08-10
net: graceful exit from netif_alloc_netdev_queues()
Eric Dumazet
2015-07-15
pktgen: adjust spacing in proc file interface output
Jesper Dangaard Brouer
2015-07-06
neigh: do not modify unlinked entries
Julian Anastasov
2015-07-06
net: don't wait for order-3 page allocation
Shaohua Li
2015-06-12
net: core: Correct an over-stringent device loop detection.
Vlad Yasevich
2015-05-06
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
2015-04-29
net: fix crash in build_skb()
Eric Dumazet
2015-04-29
net: do not deplete pfmemalloc reserve
Eric Dumazet
2015-04-27
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
2015-04-13
net: use for_each_netdev_safe() in rtnl_group_changelink()
WANG Cong
2015-03-24
net: sysctl_net_core: check SNDBUF and RCVBUF for min length
Alexey Kodanev
2015-03-12
net: reject creation of netdev names with colons
Matthew Thode
2015-03-12
gen_stats.c: Duplicate xstats buffer for later use
Ignacy Gawędzki
2015-03-12
rtnetlink: call ->dellink on failure when ->newlink exists
WANG Cong
2015-03-12
rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
Daniel Borkmann
2015-03-12
pktgen: fix UDP checksum computation
Sabrina Dubroca
2015-03-12
flowcache: Fix kernel panic in flow_cache_flush_task
Miroslav Urbanek
2015-02-10
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
[next]