summary refs log tree commit diff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-03-15bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen
2022-03-15bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau
2022-03-03net: ip: Handle delivery_time in ip defragMartin KaFai Lau
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau
2022-03-02tcp: make tcp_read_sock() more robustEric Dumazet
2022-02-26net: neigh: add skb drop reasons to arp_error_report()Menglong Dong
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-02-24net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24ping: remove pr_err from ping_lookupXin Long
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong
2022-02-20net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong
2022-02-20net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong
2022-02-20net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong
2022-02-20net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong
2022-02-20net: tcp: add skb drop reasons to tcp_v4_rcv()Menglong Dong
2022-02-20net: tcp: introduce tcp_drop_reason()Menglong Dong
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet
2022-02-17ping: fix the dif and sdif check in ping_lookupXin Long
2022-02-15ipv4: add description about martian sourceZhang Yunkai
2022-02-11ipv4: add (struct uncached_list)->quarantine listEric Dumazet
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10ipv4: Reject again rules with high DSCP valuesGuillaume Nault
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-02-09tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2022-02-08ipmr: introduce ipmr_net_exit_batch()Eric Dumazet
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault
2022-02-07ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong