summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern
2019-04-23lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern
2019-04-23xfrm: remove unneeded export_symbolsFlorian Westphal
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal
2019-04-22net: bpfilter: dont use module_init in non-modular codePaul Gortmaker
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern
2019-04-19tcp: properly reset skb->truesize for tx recyclingEric Dumazet
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-04-17ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-11dctcp: more accurate tracking of packets deliveryEric Dumazet
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-10fou: correct spelling of encapsulationSimon Horman
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern
2019-04-09net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu()Paul E. McKenney
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal