summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | ipv4: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+9
* | | net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-111-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-102-14/+21
|\| |
| * | ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-081-0/+2
| * | tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet2022-02-041-14/+19
* | | ipv4: Reject again rules with high DSCP valuesGuillaume Nault2022-02-101-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-02-091-14/+10
|\ \ \
| * | | netfilter: conntrack: pptp: use single option structureFlorian Westphal2022-02-041-14/+10
* | | | tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2022-02-091-21/+32
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-2/+4
|\ \ \ \
| * | | | bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2022-01-271-2/+4
* | | | | ipmr: introduce ipmr_net_exit_batch()Eric Dumazet2022-02-081-5/+15
* | | | | ipv4: add fib_net_exit_batch()Eric Dumazet2022-02-081-3/+16
* | | | | nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet2022-02-081-4/+8
* | | | | ipv4: Use dscp_t in struct fib_aliasGuillaume Nault2022-02-074-34/+45
* | | | | ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-072-3/+15
* | | | | ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault2022-02-071-8/+10
* | | | | net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong2022-02-071-3/+7
* | | | | net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong2022-02-071-3/+9
* | | | | net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong2022-02-071-2/+3
* | | | | net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-02-071-4/+10
* | | | | net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-02-071-2/+10
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-033-6/+7
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| | | |/ | | |/|
* | | | tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-023-10/+8
* | | | tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov2022-01-311-1/+3
* | | | txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-311-0/+3
* | | | ipv4: Make ip_idents_reserve staticDavid Ahern2022-01-311-2/+1
* | | | ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski2022-01-292-25/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-275-15/+25
|\| | |
| * | | 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
| | |/ /
| * | | proc: remove PDE_DATA() completelyMuchun Song2022-01-224-11/+11
* | | | ipv4: Namespaceify min_adv_mss sysctl knobxu xin2022-01-271-10/+11
* | | | tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-265-17/+31
* | | | net: Adjust sk_gso_max_size once when setDavid Ahern2022-01-252-3/+2
* | | | ipv4/tcp: do not use per netns ctl socketsEric Dumazet2022-01-251-34/+27
* | | | ipv4: do not use per netns icmp socketsEric Dumazet2022-01-251-60/+31
* | | | tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-252-49/+0
* | | | tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet2022-01-251-5/+4
* | | | tcp/dccp: add tw->tw_bslotEric Dumazet2022-01-251-4/+7
* | | | ipv4: get rid of fib_info_hash_{alloc|free}Eric Dumazet2022-01-251-33/+11
| |_|/ |/| |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-244-33/+42
|\ \ \ | |_|/ |/| |
| * | bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-184-33/+42
* | | ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-01-241-1/+2