summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet2021-10-281-9/+1
* | | | net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-272-2/+2
* | | | inet: remove races in inet{6}_getname()Eric Dumazet2021-10-271-7/+9
* | | | tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet2021-10-261-3/+0
* | | | tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet2021-10-261-2/+2
* | | | tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-262-11/+11
* | | | tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell2021-10-261-1/+1
* | | | ipv4: guard IP_MINTTL with a static keyEric Dumazet2021-10-252-8/+18
* | | | ipv4: annotate data races arount inet->min_ttlEric Dumazet2021-10-252-3/+9
* | | | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-251-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-13/+32
|\| | |
| * | | tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-10/+16
| * | | tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez2021-10-151-3/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-188-55/+20
|\ \ \ \
| * | | | netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal2021-10-142-12/+5