aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-11-16ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet2-3/+3
2019-10-31tcp: increase tcp_max_syn_backlog max valueEric Dumazet1-1/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2-2/+2
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long1-2/+2
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2-2/+2
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-10-26ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-5/+6
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet1-0/+3
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet1-2/+6
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet3-10/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2-2/+3
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2-5/+6
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet2-3/+4
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet3-8/+11
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet5-21/+28
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet6-17/+18
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet5-9/+13
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet8-19/+30
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-1/+1
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2019-10-04net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet1-4/+2
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-03udp: fix gso_segs calculationsJosh Hunt1-1/+1
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-8/+8
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal6-8/+8
2019-09-30erspan: remove the incorrect mtu limit for erspanHaishuang Yan1-0/+1
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet1-2/+3
2019-09-27tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang1-4/+4
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet3-1/+5
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern5-19/+26
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds19-47/+212
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+5
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon1-0/+1
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2-0/+3
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn2-2/+5
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+9
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn4-5/+6
2019-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-5/+5
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden2-5/+5
2019-09-11tcp: force a PSH flag on TSO packetsEric Dumazet1-2/+13
2019-09-11tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu1-2/+2
2019-09-07tcp: ulp: fix possible crash in tcp_diag_get_aux_size()Eric Dumazet1-1/+1
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp1-7/+8
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-11/+22
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti1-1/+51
2019-08-30tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao1-2/+4
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-08-27tcp: remove empty skb from write queue in error casesEric Dumazet1-10/+20
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-12/+21
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2-8/+11
2019-08-24ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu1-1/+7
2019-08-22nexthops: remove redundant assignment to variable errColin Ian King1-1/+1
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+2
2019-08-21net: fix icmp_socket_deliver argument 2 inputLi RongQing1-1/+1
2019-08-20net: fix __ip_mc_inc_group usageLi RongQing1-2/+2
2019-08-19net: remove empty inet_exit_netLi RongQing1-5/+0
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-13/+46
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-2/+2
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-5/+91
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt3-1/+11
2019-08-09tcp: batch calls to sk_flush_backlog()Eric Dumazet1-5/+6
2019-08-09ipv4: Add lockdep condition to fix for_each_entry()Joel Fernandes (Google)1-1/+2
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski3-1/+11
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2-12/+35
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-1/+17
2019-08-03netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera1-2/+2
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2-0/+88
2019-07-30tcp: tcp_syn_flood_action read port from socketPetar Penkov1-5/+3
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon2-4/+4
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+13
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan1-0/+3
2019-07-24net/ipv4: cleanup error condition testingPavel Machek1-1/+1
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-6/+8
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-0/+13
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet1-2/+11
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-8/+11
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+12
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2-4/+6
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-31/+29
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun1-1/+1
2019-07-17fib: relax source validation check for loopback packetsCong Wang1-0/+5
2019-07-16netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera1-0/+2
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt1-2/+2
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu1-6/+6
2019-07-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin1-0/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds43-1111/+3251
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-10/+13
2019-07-08tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-07-08ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra1-4/+17
2019-07-05ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel1-1/+1
2019-07-05net: remove unused parameter from skb_checksum_try_convertLi RongQing2-3/+2
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-82/+6
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+4
2019-07-03ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni1-3/+7
2019-07-03inet: factor out inet_send_prepare()Paolo Abeni1-8/+13
2019-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger1-3/+0
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev1-0/+4
2019-07-02ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio1-8/+14
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar1-2/+1
2019-07-01ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal1-26/+1
2019-06-29igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet1-6/+2
2019-06-28ipv4: enable route flushing in network namespacesChristian Brauner1-4/+8
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+55
2019-06-27net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal1-1/+2
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2-0/+45
2019-06-26ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet1-5/+6
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso72-552/+804
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio2-13/+104
2019-06-24ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio1-26/+30
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio1-2/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio1-1/+7
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo1-2/+8
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo1-1/+5
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel3-22/+19
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-99/+34
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-12/+13
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-87/+21
2019-06-21netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra1-0/+1
2019-06-21netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera1-1/+0
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet2-8/+0
2019-06-19net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke1-2/+8
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet2-17/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner20-85/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner1-2/+1
2019-06-18net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen1-0/+5
2019-06-18ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long1-3/+6
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-45/+74
2019-06-17net: ipv4: remove erroneous advancement of list pointerFlorian Westphal1-2/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-13/+71
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel1-66/+31
2019-06-17Merge branch 'tcp-fixes'David S. Miller7-9/+42
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera1-388/+6
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2-5/+5
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-0/+8
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-0/+9
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale1-12/+0
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale1-5/+5
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2-6/+11
2019-06-14ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2-1/+18
2019-06-14tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn1-1/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-12tcp: add optional per socket transmit delayEric Dumazet4-8/+51
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn1-1/+1
2019-06-10nexthops: add support for replaceDavid Ahern1-5/+214
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern1-6/+65
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern2-0/+34
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern1-0/+31
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing1-3/+3
2019-06-10Update my email addressJozsef Kadlecsik2-2/+2
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-0/+1
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng1-1/+1
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-32/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+9
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller39-228/+52
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-14/+13
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal5-11/+5
2019-06-06xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal1-2/+0
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-12/+12
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt4-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2-28/+2
2019-06-05xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal1-8/+0
2019-06-05xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal1-16/+0
2019-06-05xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal1-19/+0
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-0/+44
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern3-36/+177
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern6-33/+58
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern6-46/+69
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale1-2/+1
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-06-03tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet1-2/+2
2019-06-03ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet1-1/+1
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+5
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-31/+57