summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet2021-12-101-3/+1
* 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
* 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_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 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
|/
* 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
| * | | net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-262-6/+3
| * | | tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian2021-10-261-0/+12
* | | | net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier2021-10-281-2/+10
* | | | tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2021-10-282-6/+0
* | | | tcp: do not clear skb->csum if already zeroEric Dumazet2021-10-282-2/+0
* | | | tcp: factorize ip_summed settingEric Dumazet2021-10-282-8/+1
* | | | tcp: no longer set skb->reserved_tailroomEric Dumazet2021-10-281-5/+0
* | | | tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet2021-10-281-7/+3
* | | | tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2021-10-281-4/+5