summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal1-0/+2
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal1-2/+5
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu1-0/+5
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-16/+41
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko1-0/+9
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-2/+6
2019-04-04net: devlink: convert devlink_port_attrs bools to bitsJiri Pirko1-2/+2
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern1-0/+5
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-26/+21
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen1-0/+1
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-7/+19
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-0/+18
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern3-48/+64
2019-03-29net: Use common nexthop init and release helpersDavid Ahern1-0/+4
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2-18/+33
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern2-11/+13
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-12/+12
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern1-0/+8
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2-2/+3
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern1-0/+1
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern1-0/+4
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern1-0/+1