index
:
kernel/git/stable/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.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-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2019-06-04
net/tls: don't look for decrypted frames on non-offloaded sockets
Jakub Kicinski
2019-06-04
net/tls: remove false positive warning
Jakub Kicinski
2019-06-04
net/tls: check return values from skb_copy_bits() and skb_store_bits()
Jakub Kicinski
2019-06-04
net/tls: fully initialize the msg wrapper skb
Jakub Kicinski
2019-06-04
net: ipv4: fix rcu lockdep splat due to wrong annotation
Florian Westphal
2019-06-04
devlink: allow driver to update progress of flash update
Jiri Pirko
2019-06-04
net/tls: replace the sleeping lock around RX resync with a bit lock
Jakub Kicinski
2019-06-04
Revert "net/tls: avoid NULL-deref on resync during device removal"
Jakub Kicinski
2019-06-04
netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
Guillaume Nault
2019-06-03
net: fix use-after-free in kfree_skb_list
Eric Dumazet
2019-06-03
tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)
Eric Dumazet
2019-06-03
ipv4: icmp: use this_cpu_read() in icmp_sk()
Eric Dumazet
2019-06-03
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
Eric Dumazet
2019-06-03
ipv6: icmp: use this_cpu_read() in icmpv6_sk()
Eric Dumazet
2019-06-03
flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
Stanislav Fomichev
2019-06-03
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
Martin KaFai Lau
2019-06-03
bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
Martin KaFai Lau
2019-06-02
net: ethernet: improve eth_platform_get_mac_address
Heiner Kallweit
2019-06-02
packet: unconditionally free po->rollover
Willem de Bruijn
2019-06-02
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
2019-06-02
net: use new in_dev_ifa iterators
Florian Westphal
2019-06-02
netfilter: use in_dev_for_each_ifa_rcu
Florian Westphal
2019-06-02
devinet: use in_dev_for_each_ifa_rcu in more places
Florian Westphal
2019-06-02
net: inetdevice: provide replacement iterators for in_ifaddr walk
Florian Westphal
2019-06-02
batman-adv: Fix duplicated OGMs on NETDEV_UP
Sven Eckelmann
2019-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
bpf: add memlock precharge for socket local storage
Roman Gushchin
2019-05-31
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
2019-05-31
nexthop: remove redundant assignment to err
Colin Ian King
2019-05-31
uio: make import_iovec()/compat_import_iovec() return bytes on success
Jens Axboe
2019-05-31
net: dsa: sja1105: Don't store frame type in skb->cb
Vladimir Oltean
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y
Pablo Neira Ayuso
2019-05-31
ipvs: add checksum support for gue encapsulation
Jacky Hu
2019-05-31
netfilter: nf_tables: fix module autoload with inet family
Pablo Neira Ayuso
2019-05-31
netfilter: replace skb_make_writable with skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: tcpmss, optstrip: prefer skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: xt_HL: prefer skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: nf_tables: prefer skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: ipv4: prefer skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: conntrack, nat: prefer skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: ipvs: prefer skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: bridge: convert skb_make_writable to skb_ensure_writable
Florian Westphal
2019-05-31
netfilter: nf_tables: free base chain counters from worker
Florian Westphal
2019-05-31
netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tuple
Taehee Yoo
2019-05-31
netfilter: xt_owner: Add supplementary groups option
Lukasz Pawelczyk
[prev]
[next]