summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-103-9/+11
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-3/+13
|\
| * ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-04-221-3/+13
* | net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-212-7/+1
* | net: Ensure ->msg_control_user is used for user buffersKevin Brodsky2023-04-141-2/+2
* | Daniel Borkmann says:Jakub Kicinski2023-04-137-17/+221
|\ \
| * | bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig2023-04-123-1/+125
| * | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-122-2/+21
| * | bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-041-2/+1
| * | bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov2023-04-041-3/+0
| * | bpf: allow a TCP CC to write app_limitedYixin Shen2023-03-291-0/+3
| * | bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee2023-03-221-0/+6
| * | bpf: Create links for BPF struct_ops maps.Kui-Feng Lee2023-03-221-2/+6
| * | net: Update an existing TCP congestion control algorithm.Kui-Feng Lee2023-03-221-7/+59
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-132-2/+5
|\ \ \ | | |/ | |/|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-071-2/+2
| |\ \
| | * | bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau2023-03-281-2/+2
| * | | tcp: restrict net.ipv4.tcp_app_winYueHaibing2023-04-071-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-064-27/+32
|\ \ \ \ | |/ / /
| * | | ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima2023-04-041-4/+4
| * | | raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-042-23/+23
| * | | icmp: guard against too small mtuEric Dumazet2023-03-311-0/+5
| |/ /
* | | tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima2023-03-311-0/+2
* | | ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2023-03-291-7/+4
* | | net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-282-12/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-2/+2
|\ \ \ | |/ /
| * | erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-211-2/+2
* | | Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski2023-03-231-67/+1
|\ \ \
| * | | xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal2023-03-221-67/+1
* | | | net: ipv4: Allow changing IPv4 address protocolPetr Machata2023-03-231-0/+3
|/ / /
* | | neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-214-11/+11
* | | tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-185-8/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-176-10/+19
|\ \ \ | |/ /
| * | ynl: broaden the license even moreJakub Kicinski2023-03-162-2/+2
| * | ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-161-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-091-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-091-11/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-095-3/+12
|\ \ \ | |/ / | | / | |/ |/|