aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+27
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern1-4/+4
2019-04-23lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern1-1/+2
2019-04-22net: bpfilter: dont use module_init in non-modular codePaul Gortmaker1-2/+1
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern2-2/+2
2019-04-19tcp: properly reset skb->truesize for tx recyclingEric Dumazet1-1/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-6/+3
2019-04-17ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-35/+40
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-209/+3
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-11dctcp: more accurate tracking of packets deliveryEric Dumazet1-28/+17
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal3-111/+3
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal1-1/+1
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi1-3/+1
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-10fou: correct spelling of encapsulationSimon Horman1-2/+2
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern2-2/+4
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi1-5/+10
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2-8/+121
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+2
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern1-2/+8
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern1-1/+9
2019-04-08ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern1-4/+6
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2-17/+23
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-1/+1
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern1-0/+27
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern1-109/+125
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-6/+23
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2-5/+28
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2-17/+31
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern5-30/+34
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2-16/+14
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal3-98/+0
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-12/+7
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown1-1/+0
2019-04-06tcp: remove redundant check on tskbColin Ian King1-5/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-25/+25
2019-04-04tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)1-1/+6
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso1-5/+2
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern1-5/+17
2019-04-03ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern1-20/+32
2019-04-03ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern1-59/+107
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern5-33/+72
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern1-1/+1