summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfrm: make xfrm modes builtinFlorian Westphal2019-04-086-147/+2
| | * | xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-081-1/+11
| | * | xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-082-112/+0
| | * | xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-082-86/+0
| | * | xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal2019-04-083-27/+39
| | * | xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-082-27/+0
| | * | xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-084-39/+0
| | * | xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-083-25/+0
| | * | xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-081-1/+1
| | * | xfrm: place af number into xfrm_mode structFlorian Westphal2019-04-083-15/+9
| | * | vti4: eliminated some duplicate code.Jeremy Sowden2019-03-241-38/+22
| | * | xfrm: gso partial offload supportBoris Pismenny2019-03-241-3/+7
| * | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-272-0/+5
| * | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-275-30/+33
| * | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-274-6/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-252-10/+27
| |\ \ \
| * | | | net: Change nhc_flags to unsigned charDavid Ahern2019-04-231-4/+4
| * | | | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-231-1/+2
| * | | | net: bpfilter: dont use module_init in non-modular codePaul Gortmaker2019-04-221-2/+1
| * | | | net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-222-2/+2
| * | | | tcp: properly reset skb->truesize for tx recyclingEric Dumazet2019-04-191-1/+1
| * | | | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-6/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-174-35/+40
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-154-209/+3
| |\ \ \ \ \
| | * | | | | netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal2019-04-113-111/+3
| | * | | | | netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-111-1/+1
| | * | | | | netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-083-98/+0
| * | | | | | net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi2019-04-111-3/+1
| * | | | | | fou: correct spelling of encapsulationSimon Horman2019-04-101-2/+2
| * | | | | | ipv4: Handle RTA_GATEWAY set to 0David Ahern2019-04-102-2/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-081-5/+10
| |\ \ \ \ \ \
| * | | | | | | ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-082-8/+121
| * | | | | | | ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+2
| * | | | | | | ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern2019-04-081-2/+8
| * | | | | | | ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern2019-04-081-1/+9
| * | | | | | | ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern2019-04-081-4/+6
| * | | | | | | ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-082-17/+23
| * | | | | | | neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-081-1/+1
| * | | | | | | ipv4: Add fib_check_nh_v6_gwDavid Ahern2019-04-081-0/+27
| * | | | | | | ipv4: Refactor fib_check_nhDavid Ahern2019-04-081-109/+125
| * | | | | | | ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-081-6/+23
| * | | | | | | ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-082-5/+28
| * | | | | | | ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-082-17/+31
| * | | | | | | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-085-30/+34
| * | | | | | | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-082-16/+14
| | |/ / / / / | |/| | | | |
| * | | | | | datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-12/+7
| * | | | | | rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
| * | | | | | tcp: remove redundant check on tskbColin Ian King2019-04-061-5/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-054-25/+25
| |\ \ \ \ \ \
| * | | | | | | tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)2019-04-041-1/+6