summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-081-11/+16
|\
| * netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
* | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-021-1/+4
* | tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-301-0/+3
|/
* vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-243-6/+10
* udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-226-21/+31
|\
| * net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-172-3/+4
| * tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2019-12-131-4/+2
| * tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-131-2/+3
| * tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-131-0/+8
| * tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-133-12/+14
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-093-5/+5
|/
* inet: protect against too small mtu values.Eric Dumazet2019-12-072-10/+8
* gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-061-2/+3
* tcp: refactor tcp_retransmit_timer()Eric Dumazet2019-12-031-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-011-1/+1
|\
| * net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-281-1/+1
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-12/+16
|\ \ | |/ |/|
| * y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-151-12/+16
* | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-222-6/+23
|\ \
| * | udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-221-5/+22
| * | net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner2019-11-181-1/+1
* | | ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-212-4/+73
* | | ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-10/+0
* | | net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-109/+109
* | | lwtunnel: check erspan options before allocating tun_infoXin Long2019-11-211-8/+16
* | | lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long2019-11-211-0/+3
* | | net: remove the unnecessary strict_start_type in some policiesXin Long2019-11-211-1/+0
* | | tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu2019-11-203-0/+13
* | | ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu2019-11-201-1/+5
* | | net: ipconfig: Wait for deferred device probesThomas Bogendoerfer2019-11-201-0/+3
* | | lwtunnel: add support for multiple geneve optsXin Long2019-11-201-36/+75
* | | lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long2019-11-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-11-183-4/+4
|\ \ \
| * | | netfilter: Support iif matches in POSTROUTINGPhil Sutter2019-11-152-3/+3
| * | | netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault2019-11-161-1/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-11-131-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan2019-10-091-0/+2
* | | | netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-0/+1
* | | | netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-121-0/+1
* | | | lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long2019-11-111-6/+8
* | | | lwtunnel: get nlsize for erspan options properlyXin Long2019-11-111-1/+7
* | | | lwtunnel: change to use nla_parse_nested on new optionsXin Long2019-11-111-8/+8