summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2-7/+11
2019-04-22net: devlink: Add extack to shared buffer operationsIdo Schimmel1-3/+5
2019-04-22net: tc_act: drop include of module.h from tc_ife.hPaul Gortmaker1-1/+2
2019-04-22net: fib: drop include of module.h from fib_notifier.hPaul Gortmaker1-1/+2
2019-04-22net: ife: drop include of module.h from net/ife.hPaul Gortmaker1-1/+0
2019-04-22net: psample: drop include of module.h from psample.hPaul Gortmaker1-1/+0
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-2/+2
2019-04-22ipv6: Remove fib6_info_nh_lwtDavid Ahern1-6/+0
2019-04-22include/net/tcp.h: whitespace cleanup at tcp_v4_checkDaniel T. Lee1-1/+1
2019-04-21ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern1-1/+3
2019-04-21ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern1-2/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2-5/+2
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra1-0/+3
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern1-0/+2
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern1-0/+2
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern2-10/+10
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2-4/+6
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2-10/+12
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-38/+46
2019-04-15sctp: implement memory accounting on rx pathXin Long1-1/+1
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-31/+35
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-1/+3
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller1-1/+1
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal1-0/+3
2019-04-11ipv6: Change rt6_probe to take a fib6_nhDavid Ahern1-4/+4
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initYueHaibing1-1/+1
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal1-4/+2
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2-14/+9
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-6/+0
2019-04-10net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski1-1/+1
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski1-0/+2
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni1-16/+21
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni1-0/+26
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-9/+14
2019-04-10net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni1-1/+1
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2-29/+39
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern1-0/+2
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+1
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern1-0/+32
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-2/+3
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-1/+4
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-1/+4
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern1-2/+3
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-4/+4
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2-5/+4
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-0/+40
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern1-0/+6
2019-04-08netfilter: make two functions staticFlorian Westphal1-2/+0
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-1/+1