summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-241-3/+4
* ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-241-4/+4
* net: devlink: Add extack to shared buffer operationsIdo Schimmel2019-04-231-3/+5
* net: tc_act: drop include of module.h from tc_ife.hPaul Gortmaker2019-04-231-1/+2
* net: fib: drop include of module.h from fib_notifier.hPaul Gortmaker2019-04-231-1/+2
* net: ife: drop include of module.h from net/ife.hPaul Gortmaker2019-04-231-1/+0Star
* net: psample: drop include of module.h from psample.hPaul Gortmaker2019-04-231-1/+0Star
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-231-2/+2
* ipv6: Remove fib6_info_nh_lwtDavid Ahern2019-04-231-6/+0Star
* include/net/tcp.h: whitespace cleanup at tcp_v4_checkDaniel T. Lee2019-04-231-1/+1
* ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern2019-04-221-1/+3
* ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern2019-04-211-2/+1Star
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-192-5/+2Star
* ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-191-0/+3
* net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-181-0/+2
* ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-181-0/+2
* ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-182-10/+10
* ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2019-04-182-4/+6
* ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-182-10/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-176-38/+46
|\
| * rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-131-1/+3
| * net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-04-111-1/+1
| * net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-6/+0Star
| * net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-111-1/+1
| * net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-101-0/+2
| * Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-04-092-29/+39
| |\
| | * mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-4/+20
| | * cfg80211: add ratelimited variants of err and warnStanislaw Gruszka2019-04-081-0/+5
| | * mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau2019-03-291-30/+19Star
* | | sctp: implement memory accounting on rx pathXin Long2019-04-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-158-31/+35
|\ \ \
| * | | bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal2019-04-121-0/+3
| * | | netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal2019-04-111-4/+2Star
| * | | netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-112-14/+9Star
| * | | netfilter: make two functions staticFlorian Westphal2019-04-081-2/+0Star
| * | | netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-081-1/+1
| * | | netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-081-0/+2
| * | | netfilter: nat: add inet family nat supportFlorian Westphal2019-04-081-2/+5
| * | | ipvs: allow tunneling with gue encapsulationJacky Hu2019-04-081-0/+5
* | | | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-121-1/+1
* | | | ipv6: Change rt6_probe to take a fib6_nhDavid Ahern2019-04-111-4/+4
* | | | Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2019-04-101-16/+21
* | | | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2019-04-101-0/+26
* | | | net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni2019-04-101-9/+14
* | | | net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni2019-04-101-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-091-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-04-071-1/+1
* | | | ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-091-0/+2
* | | | ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-091-0/+1
* | | | ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-091-0/+32