summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-02-212-3/+11
* | | net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong2022-02-201-4/+6
* | | net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong2022-02-201-2/+11
* | | net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong2022-02-201-2/+7
* | | net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2022-02-201-1/+4
* | | net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong2022-02-201-2/+5
* | | net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong2022-02-201-4/+9
* | | net: tcp: add skb drop reasons to tcp_v4_rcv()Menglong Dong2022-02-201-1/+6
* | | net: tcp: introduce tcp_drop_reason()Menglong Dong2022-02-201-2/+8
* | | net: Add new protocol attribute to IP addressesJacques de Laval2022-02-191-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-176-20/+33
|\| |
| * | ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-174-18/+21
| * | ping: fix the dif and sdif check in ping_lookupXin Long2022-02-171-2/+9
| * | ipv4: add description about martian sourceZhang Yunkai2022-02-151-0/+3
* | | 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-112-14/+21
|\| |
| * | ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-091-0/+2
| * | tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet2022-02-051-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-101-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-101-21/+32
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-101-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-091-5/+15
* | | | | ipv4: add fib_net_exit_batch()Eric Dumazet2022-02-091-3/+16
* | | | | nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet2022-02-091-4/+8
* | | | | ipv4: Use dscp_t in struct fib_aliasGuillaume Nault2022-02-084-34/+45
* | | | | ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-082-3/+15
* | | | | ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault2022-02-081-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-043-6/+7
|\ \ \ \ | | |/ / | |/| |
| * | | tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-031-0/+2
| * | | tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet2022-02-021-2/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-281-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