index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: use new in_dev_ifa iterators
Florian Westphal
2019-06-02
5
-17
/
+29
*
netfilter: use in_dev_for_each_ifa_rcu
Florian Westphal
2019-06-02
3
-7
/
+16
*
devinet: use in_dev_for_each_ifa_rcu in more places
Florian Westphal
2019-06-02
1
-8
/
+19
*
net: inetdevice: provide replacement iterators for in_ifaddr walk
Florian Westphal
2019-06-02
1
-15
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-06-01
32
-139
/
+370
|
\
|
*
ipvs: add checksum support for gue encapsulation
Jacky Hu
2019-05-31
2
-17
/
+137
|
*
netfilter: replace skb_make_writable with skb_ensure_writable
Florian Westphal
2019-05-31
4
-28
/
+6
|
*
netfilter: tcpmss, optstrip: prefer skb_ensure_writable
Florian Westphal
2019-05-31
2
-16
/
+14
|
*
netfilter: xt_HL: prefer skb_ensure_writable
Florian Westphal
2019-05-31
1
-2
/
+2
|
*
netfilter: nf_tables: prefer skb_ensure_writable
Florian Westphal
2019-05-31
2
-4
/
+5
|
*
netfilter: ipv4: prefer skb_ensure_writable
Florian Westphal
2019-05-31
5
-6
/
+6
|
*
netfilter: conntrack, nat: prefer skb_ensure_writable
Florian Westphal
2019-05-31
4
-17
/
+17
|
*
netfilter: ipvs: prefer skb_ensure_writable
Florian Westphal
2019-05-31
7
-18
/
+18
|
*
netfilter: bridge: convert skb_make_writable to skb_ensure_writable
Florian Westphal
2019-05-31
3
-3
/
+3
|
*
netfilter: nf_tables: free base chain counters from worker
Florian Westphal
2019-05-31
1
-16
/
+10
|
*
netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tuple
Taehee Yoo
2019-05-31
1
-1
/
+0
|
*
netfilter: xt_owner: Add supplementary groups option
Lukasz Pawelczyk
2019-05-31
1
-3
/
+20
|
*
ipvs: strip udp tunnel headers from icmp errors
Julian Anastasov
2019-05-31
1
-0
/
+60
|
*
ipvs: add function to find tunnels
Julian Anastasov
2019-05-31
2
-0
/
+37
|
*
ipvs: allow rs_table to contain different real server types
Julian Anastasov
2019-05-31
1
-8
/
+35
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-05-31
4
-29
/
+52
|
\
\
|
*
|
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
2
-10
/
+2
|
*
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
2
-5
/
+8
|
*
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
2
-3
/
+3
|
*
|
bpf: add memlock precharge for socket local storage
Roman Gushchin
2019-05-31
1
-2
/
+10
|
*
|
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
2019-05-31
2
-20
/
+40
*
|
|
nexthop: remove redundant assignment to err
Colin Ian King
2019-05-31
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
95
-924
/
+313
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-30
27
-194
/
+245
|
|
\
\
\
|
|
*
|
|
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
2019-05-30
3
-5
/
+9
|
|
*
|
|
ethtool: Check for vlan etype or vlan tci when parsing flow_rule
Maxime Chevallier
2019-05-30
1
-2
/
+6
|
|
*
|
|
net: don't clear sock->sk early to avoid trouble in strparser
Jakub Kicinski
2019-05-30
1
-1
/
+1
|
|
*
|
|
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
2019-05-30
1
-1
/
+1
|
|
*
|
|
net: dsa: tag_8021q: Create a stable binary format
Vladimir Oltean
2019-05-30
1
-10
/
+50
|
|
*
|
|
net: dsa: tag_8021q: Change order of rx_vid setup
Ioana Ciornei
2019-05-30
1
-4
/
+15
|
|
*
|
|
ipv4: tcp_input: fix stack out of bounds when parsing TCP options.
Young Xiao
2019-05-30
1
-0
/
+2
|
|
*
|
|
net: core: support XDP generic on stacked devices.
Stephen Hemminger
2019-05-30
1
-46
/
+12
|
|
*
|
|
llc: fix skb leak in llc_build_and_send_ui_pkt()
Eric Dumazet
2019-05-28
1
-0
/
+2
|
|
*
|
|
net/tls: fix no wakeup on partial reads
Jakub Kicinski
2019-05-26
1
-6
/
+2
|
|
*
|
|
net/tls: fix lowat calculation if some data came from previous record
Jakub Kicinski
2019-05-26
1
-7
/
+6
|
|
*
|
|
ip_sockglue: Fix missing-check bug in ip_ra_control()
Gen Zhang
2019-05-25
1
-0
/
+2
|
|
*
|
|
ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()
Gen Zhang
2019-05-25
1
-0
/
+2
|
|
*
|
|
net: sched: don't use tc_action->order during action dump
Vlad Buslov
2019-05-24
1
-2
/
+1
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2019-05-23
9
-60
/
+44
|
|
|
\
\
\
|
|
|
*
|
|
netfilter: nft_flow_offload: IPCB is only valid for ipv4 family
Florian Westphal
2019-05-22
1
-6
/
+11
|
|
|
*
|
|
netfilter: nft_flow_offload: don't offload when sequence numbers need adjustment
Florian Westphal
2019-05-22
1
-4
/
+2
|
|
|
*
|
|
netfilter: nft_flow_offload: set liberal tracking mode for tcp
Florian Westphal
2019-05-22
1
-0
/
+8
|
|
|
*
|
|
netfilter: nf_flow_table: ignore DF bit setting
Florian Westphal
2019-05-22
1
-2
/
+1
|
|
|
*
|
|
netfilter: nat: fix udp checksum corruption
Florian Westphal
2019-05-21
1
-1
/
+1
|
|
|
*
|
|
ipvs: Fix use-after-free in ip_vs_in
YueHaibing
2019-05-21
1
-1
/
+1
[next]