summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2021-03-17net: ipv4: route.c: simplify procfs codeYejune Deng1-30/+4
2021-03-13net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti1-48/+49
2021-03-12tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-12tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet1-6/+4
2021-03-12tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-4/+8
2021-03-12nexthop: Enable resilient next-hop groupsPetr Machata1-4/+0
2021-03-12nexthop: Notify userspace about bucket migrationsPetr Machata1-6/+39
2021-03-12nexthop: Add netlink handlers for bucket getPetr Machata1-1/+109
2021-03-12nexthop: Add netlink handlers for bucket dumpPetr Machata1-0/+283
2021-03-12nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata1-5/+145
2021-03-12nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel1-0/+35
2021-03-12nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel1-0/+34
2021-03-12nexthop: Implement notifiers for resilient nexthop groupsPetr Machata1-12/+308
2021-03-12nexthop: Add implementation of resilient next-hop groupsPetr Machata1-13/+504
2021-03-12nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel1-0/+2
2021-03-12nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata1-1/+4
2021-03-12nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata1-5/+7
2021-03-12nexthop: Pass nh_config to replace_nexthop()Petr Machata1-4/+5
2021-03-11net: ipv4: route.c: fix space before tabShubhankar Kuranagatti1-5/+5
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+3
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-44/+39
2021-03-06CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov1-1/+1
2021-03-05cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-10/+1
2021-03-05nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel1-3/+7
2021-03-02tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet1-8/+15
2021-03-02inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng1-14/+7
2021-03-02net: 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-27tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy1-1/+2
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang2-3/+3
2021-02-24net: 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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-11/+29
2021-02-16tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet1-1/+1
2021-02-13tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2-22/+7
2021-02-12tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy1-1/+10
2021-02-12net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean1-1/+2
2021-02-12tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2021-02-12tcp: 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/klasse...David S. Miller1-1/+1
2021-02-09IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2-1/+7
2021-02-09IPv4: Add "offload failed" indication to routesAmit Cohen4-2/+12
2021-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-9/+9
2021-02-07Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean1-4/+17
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-0/+6
2021-02-05net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez1-2/+2
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2-3/+9
2021-02-04net: use indirect call helpers for dst_mtuBrian Vazquez1-2/+4
2021-02-04net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1