summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-03-16net: ipv4: route.c: simplify procfs codeYejune Deng
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet
2021-03-11nexthop: Enable resilient next-hop groupsPetr Machata
2021-03-11nexthop: Notify userspace about bucket migrationsPetr Machata
2021-03-11nexthop: Add netlink handlers for bucket getPetr Machata
2021-03-11nexthop: Add netlink handlers for bucket dumpPetr Machata
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsPetr Machata
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata
2021-03-11nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata
2021-03-11nexthop: Pass nh_config to replace_nexthop()Petr Machata
2021-03-10net: ipv4: route.c: fix space before tabShubhankar Kuranagatti
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet
2021-03-01inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-02-28net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-15tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy
2021-02-11net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean
2021-02-11tcp: add some entropy in __inet_hash_connect()Eric Dumazet
2021-02-11tcp: change source port randomizarion at connect() timeEric Dumazet
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-02-08IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2021-02-06Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2021-02-04net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez