summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-1/+2
* net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer2021-04-011-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-03-314-7/+20
|\
| * xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert2021-03-291-1/+10
| * esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long2021-03-221-2/+4
| * xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-032-2/+2
| * vti: fix ipv4 pmtu check to honor ip header dfEyal Birger2021-03-031-2/+4
* | net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean2021-03-221-6/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-182-16/+16
|\ \
| * | Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-152-14/+14
| * | Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2021-03-152-2/+2
* | | tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-152-4/+10
|/ /
* | net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-101-37/+8
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-097-44/+39
|\ \
| * | CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov2021-03-051-1/+1
| * | cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-041-10/+1
| * | nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel2021-03-041-3/+7
| * | tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet2021-03-011-8/+15
| * | inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng2021-03-011-14/+7
| * | net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-012-6/+5
| * | net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-02-281-1/+1
| * | tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy2021-02-261-1/+2
* | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+0
|\ \ \ | |/ / |/| |
| * | net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-1/+0
| |/
* / net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-231-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-164-11/+29
|\
| * bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-271-3/+6
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-202-8/+8
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-202-0/+15
* | tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet2021-02-151-1/+1
* | tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-122-22/+7
* | tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy2021-02-111-1/+10
* | net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean2021-02-111-1/+2
* | tcp: add some entropy in __inet_hash_connect()Eric Dumazet2021-02-111-0/+5
* | tcp: change source port randomizarion at connect() timeEric Dumazet2021-02-111-3/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-02-091-1/+1
|\ \
| * | net: Simplify the calculation of variablesJiapeng Zhong2021-01-271-1/+1
* | | IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2021-02-082-1/+7
* | | IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-084-2/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-061-9/+9
|\ \ \
| * | | netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-271-9/+9
* | | | Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean2021-02-061-4/+17
* | | | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-041-0/+6
* | | | net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-041-2/+2
* | | | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-032-3/+9
* | | | net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-2/+4
* | | | net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-0/+1
* | | | net: use indirect call helpers for dst_inputBrian Vazquez2021-02-031-0/+1
* | | | inet: do not export inet_gro_{receive|complete}Eric Dumazet2021-02-021-3/+0
* | | | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-023-0/+38