summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-092-8/+121
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-091-0/+2
* ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern2019-04-091-2/+8
* ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern2019-04-091-1/+9
* ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern2019-04-091-4/+6
* bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern2019-04-091-3/+14
* ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-092-17/+23
* neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-092-2/+2
* ipv4: Add fib_check_nh_v6_gwDavid Ahern2019-04-091-0/+27
* ipv4: Refactor fib_check_nhDavid Ahern2019-04-091-109/+125
* ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-091-6/+23
* ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-093-7/+31
* ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-092-17/+31
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-097-36/+43
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-096-29/+27
* ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2019-04-091-4/+2
* ipv6: Add fib6_nh_init and release to stubsDavid Ahern2019-04-092-0/+11
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-084-32/+22
* net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov2019-04-081-20/+44
* rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-087-7/+0
* net: hsr: Fix node prune function for forget time expiryAaron Kramer2019-04-071-0/+4
* net: hsr: add debugfs support for display node listMurali Karicheri2019-04-076-12/+155
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-0712-61/+12
* net: hsr: add blank line after function declarationMurali Karicheri2019-04-071-0/+1
* net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-074-75/+76
* net: hsr: add missing space around operator in codeMurali Karicheri2019-04-072-4/+4
* net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2019-04-072-6/+6
* net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-073-15/+15
* net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-075-13/+13
* net: hsr: fix lines that ends with a '('Murali Karicheri2019-04-072-7/+5
* net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-073-9/+9
* net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri2019-04-073-18/+16
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-077-55/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-075-22/+31
* tcp: remove redundant check on tskbColin Ian King2019-04-071-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0546-191/+256
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-0545-189/+250
| |\
| | * ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-051-0/+4
| | * net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov2019-04-051-0/+3
| | * vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-051-11/+15
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-14/+6
| | |\
| | | * flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3
| | | * flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| | | * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-0/+1
| | * | sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen2019-04-041-0/+11
| | * | sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen2019-04-041-1/+1
| | * | tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
| | * | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-2/+8
| | * | ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-041-1/+3
| | * | net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-041-1/+1
| | |/