summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote2021-11-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-184-1/+17
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-172-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-161-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-131-0/+3
| |/
* | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-183-20/+14
* | net: align static siphash keysEric Dumazet2021-11-172-2/+2
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-1/+1
* | net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2021-11-161-0/+27
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-166-0/+6
* | tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet2021-11-161-2/+1
* | tcp: check local var (timeo) before socket fields in one testEric Dumazet2021-11-161-2/+2
* | tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-162-2/+26
* | tcp: avoid indirect calls to sock_rfreeEric Dumazet2021-11-161-5/+15
* | tcp: tp->urg_data is unlikely to be setEric Dumazet2021-11-162-7/+7
* | tcp: annotate races around tp->urg_dataEric Dumazet2021-11-162-10/+11
* | tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet2021-11-161-2/+4
* | tcp: small optimization in tcp recvmsg()Eric Dumazet2021-11-161-2/+1
* | net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet2021-11-162-3/+3
* | net: remove sk_route_nocapsEric Dumazet2021-11-162-3/+3
* | net: remove sk_route_forced_capsEric Dumazet2021-11-161-1/+0
* | tcp: minor optimization in tcp_add_backlog()Eric Dumazet2021-11-161-3/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-152-8/+8
|\ \
| * | bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-112-8/+8
* | | ipv4: Remove duplicate assignmentsluo penghao2021-11-141-1/+0
* | | ipv4: drop unused assignmentluo penghao2021-11-141-1/+0
| |/ |/|
* | 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-031-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-022-25/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-024-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-064-34/+80
| * | bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-061-1/+1
* | | net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-022-1/+14
* | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-022-4/+25
* | | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-022-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