summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-021-0/+2
* tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet2022-02-011-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-271-4/+0
|\
| * netfilter: Remove flowtable relicsGeert Uytterhoeven2022-01-271-4/+0
* | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-275-8/+29
|\ \
| * | net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2022-01-271-1/+1
| * | ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-01-271-2/+9
| * | ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-01-271-1/+4
| |/
| * ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-01-241-1/+2
| * ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-01-241-3/+12
| * tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet2022-01-201-0/+1
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-224-11/+11
|/
* ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet2022-01-191-14/+15
* ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-191-19/+17
* ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-161-3/+8
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-4/+7
* gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault2022-01-111-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+4
|\
| * netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-051-1/+4
* | tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim2022-01-091-5/+5
* | net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-091-2/+8
* | net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-01-091-3/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-093-46/+2
|\ \
| * | netfilter: flowtable: remove ipv4/ipv6 modulesFlorian Westphal2021-12-233-46/+2
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-065-0/+32
|\ \ \
| * | | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-064-0/+5
| * | | bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend2022-01-051-0/+27
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-6/+43
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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
* | | Namespaceify mtu_expires sysctlxu xin2022-01-041-10/+11
* | | Namespaceify min_pmtu sysctlxu xin2022-01-041-16/+37
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-0/+2
|\ \ \
| * | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
| * | | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-302-7/+5
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-235-11/+13
|\ \ \ | |/ /
| * | inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-205-11/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-3/+1
|\ \ \ | |/ /
| * | inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet2021-12-101-3/+1
* | | fib: rules: remove duplicated nla policiesFlorian Westphal2021-12-162-11/+0
| |/ |/|
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-3/+3
|\ \
| * | bpf: Rename btf_member accessors.Alexei Starovoitov2021-12-021-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-093-4/+4
|\ \ \ | | |/ | |/|
| * | 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