summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | xfrm: use net device refcount tracker helpersEric Dumazet2021-12-091-1/+1
* | | inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet2021-12-071-5/+7
* | | tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov2021-12-071-2/+2
* | | ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet2021-12-061-1/+2
* | | ipv4: add net device refcount tracker to struct in_deviceEric Dumazet2021-12-061-2/+2
* | | net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-023-5/+6
|\| |
| * | ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-023-5/+5
| * | ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-0/+1
* | | Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet2021-12-012-5/+1
* | | net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov2021-11-301-5/+3