summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne-1/+3
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller-1/+1
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal-0/+3
2019-04-11ipv6: Change rt6_probe to take a fib6_nhDavid Ahern-4/+4
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initYueHaibing-1/+1
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal-4/+2
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal-14/+9
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun-6/+0
2019-04-10net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski-1/+1
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski-0/+2
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni-16/+21
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni-0/+26
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni-9/+14
2019-04-10net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni-1/+1
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller-29/+39
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern-0/+2
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern-0/+1
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern-0/+32
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern-2/+3
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern-1/+4
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern-1/+4
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern-2/+3
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern-4/+4
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern-5/+4
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern-0/+40
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern-0/+6
2019-04-08netfilter: make two functions staticFlorian Westphal-2/+0
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal-1/+1
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal-0/+2
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal-2/+5
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu-0/+5
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni-3/+3
2019-04-08cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt-0/+42
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti-0/+3
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna-0/+8
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau-4/+20
2019-04-08cfg80211: add ratelimited variants of err and warnStanislaw Gruszka-0/+5
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal-17/+17
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal-9/+4
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal-1/+0
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal-13/+0
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal-13/+0
2019-04-08xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal-5/+0
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal-5/+0
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal-14/+5
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal-11/+0
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal-4/+5
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter-1/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+41