index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2019-09-21
bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0
Ilya Leoshkevich
2019-09-21
udp: correct reuseport selection with connected sockets
Willem de Bruijn
2019-09-19
net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...
Shmulik Ladkani
2019-09-19
net: Fix null de-reference of device refcount
Subash Abhinov Kasiviswanathan
2019-09-10
net: fix skb use after free in netpoll
Feng Sun
2019-09-06
tcp: make sure EPOLLOUT wont be missed
Eric Dumazet
2019-08-09
net: fix ifindex collision during namespace removal
Jiri Pirko
2019-07-28
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
2019-07-28
net: neigh: fix multiple neigh timer scheduling
Lorenzo Bianconi
2019-07-14
bpf: sockmap, fix use after free from sleep in psock backlog workqueue
John Fastabend
2019-07-10
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2019-07-03
bpf: fix unconnected udp hooks
Daniel Borkmann
2019-07-03
net: remove duplicate fetch in sock_getsockopt
JingYi Hou
2019-06-22
neigh: fix use-after-free read in pneigh_get_next
Eric Dumazet
2019-06-11
ethtool: check the return value of get_regs_len
Yunsheng Lin
2019-06-11
Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...
Hangbin Liu
2019-06-11
pktgen: do not sleep with the thread lock held.
Paolo Abeni
2019-06-11
neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
David Ahern
2019-06-11
ethtool: fix potential userspace buffer overflow
Vivien Didelot
2019-06-04
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-06-04
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
2019-05-31
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2019-05-25
rtnetlink: always put IFLA_LINK for links with a link-netnsid
Sabrina Dubroca
2019-05-25
net: avoid weird emergency message
Eric Dumazet
2019-05-16
fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...
Hangbin Liu
2019-04-27
net: Fix missing meta data in skb with vlan packet
Yuya Kusakabe
2019-04-27
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
2019-04-17
net: core: netif_receive_skb_list: unlist skb before passing to pt->func
Alexander Lobakin
2019-04-17
netns: provide pure entropy for net_hash_mix()
Eric Dumazet
2019-04-17
net-gro: Fix GRO flush when receiving a GSO packet.
Steffen Klassert
2019-04-17
net: ethtool: not call vzalloc for zero sized memory request
Li RongQing
2019-04-03
net-sysfs: call dev_hold if kobject_init_and_add success
YueHaibing
2019-04-03
net: datagram: fix unbounded loop in __skb_try_recv_datagram()
Paolo Abeni
2019-03-23
bpf: only test gso type on gso packets
Willem de Bruijn
2019-03-23
bpf: only adjust gso_size on bytestream protocols
Willem de Bruijn
2019-03-19
gro_cells: make sure device is up in gro_cells_receive()
Eric Dumazet
2019-03-13
bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()
Yafang Shao
2019-03-10
net-sysfs: Fix mem leak in netdev_register_kobject
YueHaibing
2019-03-10
net: sched: put back q.qlen into a single location
Eric Dumazet
2019-02-27
bpf: bpf_setsockopt: reset sock dst on SO_MARK changes
Peter Oskolkov
2019-02-27
bpf: correctly set initial window on active Fast Open sender
Yuchung Cheng
2019-02-23
net: Do not allocate page fragments that are not skb aligned
Alexander Duyck
2019-02-23
net: Fix for_each_netdev_feature on Big endian
Hauke Mehrtens
2019-02-06
net: set default network namespace in init_dummy_netdev()
Josh Elsasser
2019-01-26
net: call sk_dst_reset when set SO_DONTROUTE
yupeng
2019-01-26
net, skbuff: do not prefer skb allocation fails early
David Rientjes
2019-01-22
bpf: in __bpf_redirect_no_mac pull mac only if present
Willem de Bruijn
2019-01-09
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
2019-01-09
gro_cell: add napi_disable in gro_cells_destroy
Lorenzo Bianconi
2018-12-17
net: fix XPS static_key accounting
Sabrina Dubroca
[next]