summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-091-2/+3
* | ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-091-1/+4
* | ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-091-1/+4
* | ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-091-2/+3
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-091-4/+4
* | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-092-5/+4
* | ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2019-04-091-0/+40
* | ipv6: Add fib6_nh_init and release to stubsDavid Ahern2019-04-091-0/+6
* | datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-054-16/+41
|\|
| * net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-7/+19
| * net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-0/+18
| * vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-011-1/+1
| * netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-292-8/+3
* | net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko2019-04-051-0/+9
* | net: devlink: extend port attrs for switch IDJiri Pirko2019-04-051-2/+6
* | net: devlink: convert devlink_port_attrs bools to bitsJiri Pirko2019-04-051-2/+2
* | ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-041-0/+5
* | ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-041-26/+21
* | net: dsa: read mac address from DT for slave deviceXiaofei Shen2019-04-011-0/+1
* | ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-293-48/+64
* | net: Use common nexthop init and release helpersDavid Ahern2019-03-291-0/+4
* | net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-292-18/+33
* | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-292-11/+13
* | ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-12/+12
* | ipv6: Refactor fib6_ignore_linkdownDavid Ahern2019-03-291-0/+8
* | ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-292-2/+3
* | ipv6: Create cleanup helper for fib6_nhDavid Ahern2019-03-291-0/+1
* | ipv6: Create init helper for fib6_nhDavid Ahern2019-03-291-0/+4
* | ipv4: Create cleanup helper for fib_nhDavid Ahern2019-03-291-0/+1
* | ipv4: Create init helper for fib_nhDavid Ahern2019-03-291-0/+4
* | netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei2019-03-291-0/+15
* | net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko2019-03-281-2/+0
* | net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko2019-03-281-0/+9
* | net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko2019-03-281-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-283-3/+9
|\|
| * net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-1/+2
| * net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-03-211-1/+1
| * net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-1/+6