summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-186-10/+19
|\
| * ynl: broaden the license even moreJakub Kicinski2023-03-172-2/+2
| * ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-171-0/+3
| * tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima2023-03-151-1/+7
| * net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-6/+6
| * tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-101-1/+1
* | inet_diag: constify raw_lookup() socket argumentEric Dumazet2023-03-171-1/+1
* | ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet2023-03-171-2/+2
* | udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet2023-03-171-2/+2
* | ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet2023-03-171-2/+2
* | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-171-2/+3
* | tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-175-12/+13
* | net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-1/+1
* | tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-173-7/+7
* | neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-154-9/+9
* | udp: introduce __sk_mem_schedule() usageJason Xing2023-03-101-11/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-105-3/+12
|\|
| * ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-072-2/+2
| * Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Paolo Abeni2023-03-071-1/+1
| |\
| | * netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-061-1/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-072-0/+9
| |\ \ | | |/ | |/|
| | * bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian2023-03-032-0/+9
* | | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2023-03-081-1/+1
|/ /
* | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-273-4/+14
|\|
| * tcp: tcp_check_req() can be called from process contextEric Dumazet2023-02-271-2/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-232-2/+9
| |\
| | * netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2023-02-222-0/+8
| | * netfilter: ebtables: fix table blob use-after-freeFlorian Westphal2023-02-221-2/+1
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-5/+6
|\ \ \ | |/ / |/| |
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-2/+2
| * | mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-191-3/+4
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2226-1053/+182
|\ \ \
| * | | net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima2023-02-211-2/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-201-0/+1
| |\ \ \
| | * | | netfilter: let reset rules clean out conntrack entriesFlorian Westphal2023-02-171-0/+1
| * | | | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-153-8/+0
| * | | | Daniel Borkmann says:Jakub Kicinski2023-02-114-25/+25
| |\ \ \ \
| | * | | | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-024-25/+25
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-092-3/+1
| |\ \ \ \
| * | | | | raw: use net_hash_mix() in hash functionEric Dumazet2023-02-041-6/+7
| * | | | | ipv4: raw: add drop reasonsEric Dumazet2023-02-041-3/+5
| * | | | | tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-031-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | net: add support for ipv4 big tcpXin Long2023-02-023-5/+6
| * | | | | cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long2023-02-021-1/+1
| | |_|/ / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-1/+2
| |\ \ \ \
| | * | | | bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+2
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-282-0/+4
| |\ \ \ \
| * | | | | icmp: Add counters for rate limitsJamie Bainbridge2023-01-262-3/+8
| * | | | | inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-264-4/+43