aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean1-6/+8
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-16/+16
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2-4/+10
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2-14/+14
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2-2/+2
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann1-37/+8
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-44/+39
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov1-1/+1
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-10/+1
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel1-3/+7
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet1-8/+15
2021-03-01inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng1-14/+7
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2-6/+5
2021-02-28net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann1-1/+1
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-02-26tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy1-1/+2
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-1/+0
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld1-2/+3
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-11/+29
2021-02-15tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet1-1/+1
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2-22/+7
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy1-1/+10
2021-02-11net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean1-1/+2
2021-02-11tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2021-02-11tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2021-02-08IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2-1/+7
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen4-2/+12
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-9/+9
2021-02-06Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean1-4/+17
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-0/+6
2021-02-04net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez1-2/+2
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2-3/+9
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez1-2/+4
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2021-02-03net: use indirect call helpers for dst_inputBrian Vazquez1-0/+1
2021-02-02inet: do not export inet_gro_{receive|complete}Eric Dumazet1-3/+0
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen3-0/+38
2021-02-02net: ipv4: Publish fib_nlmsg_size()Amit Cohen2-1/+2
2021-02-02net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2-2/+2
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+71
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-5/+64
2021-02-01net: ip_tunnel: fix mtu calculationVadim Fedorenko1-9/+7
2021-01-29net: proc: speedup /proc/net/netstatEric Dumazet1-14/+36
2021-01-29ip_gre: add csum offload support for gre headerXin Long1-2/+13
2021-01-28nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata1-18/+25
2021-01-28nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata1-10/+22
2021-01-28nexthop: Extract a helper for walking the next-hop treePetr Machata1-19/+33
2021-01-28nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata1-2/+16
2021-01-28nexthop: Extract a common helper for parsing dump attributesPetr Machata1-12/+19