summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.16' into linux-5.16.y-rtSebastian Andrzej Siewior2022-01-111-6/+43
|\
| * lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2021-12-311-0/+3
| * ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern2021-12-311-3/+14
| * ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-3/+26
* | Merge tag 'v5.16-rc8' into linux-5.16.y-rtSebastian Andrzej Siewior2022-01-035-18/+18
|\ \ | |/
| * net: fix use-after-free in tw_timer_handlerMuchun Song2021-12-291-6/+4
| * net: udp: fix alignment problem in udp4_seq_show()yangxingwu2021-12-271-1/+1
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-205-11/+13
* | Merge tag 'v5.16-rc6' into linux-5.16.y-rtSebastian Andrzej Siewior2021-12-221-3/+1
|\ \ | |/
| * inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet2021-12-101-3/+1
* | Merge tag 'v5.16-rc5' into linux-5.16.y-rtSebastian Andrzej Siewior2021-12-133-4/+4
|\ \ | |/
| * udp: using datalen to cap max gso segmentsJianguo Wu2021-12-091-1/+1
| * tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-2/+2
| * inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet2021-12-031-1/+1
* | Merge tag 'v5.16-rc4' into linux-5.16.y-rtSebastian Andrzej Siewior2021-12-063-5/+6
|\ \ | |/
| * ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-023-5/+5
| * ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-0/+1
* | tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2021-11-301-21/+27
* | Merge tag 'v5.16-rc3' into linux-5.16.y-rtSebastian Andrzej Siewior2021-11-292-7/+33
|\ \ | |/
| * tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-11-241-2/+3
| * net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov2021-11-231-3/+7
| * net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov2021-11-221-2/+23
* | Merge tag 'v5.16-rc2' into linux-5.16.y-rtSebastian Andrzej Siewior2021-11-224-1/+17
|\ \ | |/
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-162-0/+13
| |\
| | * udp: Validate checksum in udp_read_sock()Cong Wang2021-11-161-0/+11
| | * bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-151-0/+2
| * | net: return correct error codeliuguoqiang2021-11-151-1/+1
| * | tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy2021-11-121-0/+3
| |/
* | tcp: Remove superfluous BH-disable around listening_hashSebastian Andrzej Siewior2021-11-181-7/+12
|/
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-113-15/+82
|\
| * bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend2021-11-091-0/+47
| * bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend2021-11-091-1/+0
| * tcp: Use BIT() for OPTION_* constantsLeonard Crestez2021-11-041-7/+7
| * net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-032-4/+25
| * net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-021-3/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-062-2/+0
|\ \ | |/ |/|
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-062-2/+0
* | Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-012-25/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-014-43/+82
|\ \
| * | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-8/+1
| * | bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-054-34/+80
| * | bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-051-1/+1
* | | net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+14
* | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-012-4/+25
* | | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-012-4/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-11-011-2/+0
|\ \ \
| * | | net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.cMianhan Liu2021-09-231-2/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-284-18/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2021-10-262-0/+4
| * | | skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-261-14/+1