aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-10net: strparser: fix commentJakub Kicinski1-1/+1
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern2-2/+4
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2-4/+7
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2-9/+16
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-33/+17
2019-04-10net: caif: avoid using qdisc_qlen()Paolo Abeni1-4/+8
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+31
2019-04-08net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi1-7/+13
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi1-5/+10
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2-8/+121
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+2
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern1-2/+8
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern1-1/+9
2019-04-08ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern1-4/+6
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern1-3/+14
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2-17/+23
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern2-2/+2
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern1-0/+27
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern1-109/+125
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-6/+23
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern3-7/+31
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2-17/+31
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern7-36/+43
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern6-29/+27
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-4/+2
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern2-0/+11
2019-04-08netfilter: make two functions staticFlorian Westphal2-5/+3
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2-12/+32
2019-04-08netfilter: nft_redir: add inet supportFlorian Westphal1-0/+61
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal1-0/+64
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal5-24/+19
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal10-214/+174
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal4-17/+136
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu2-5/+114
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso1-8/+2
2019-04-08netfilter: nft_redir: Make nft_redir_dump staticYueHaibing1-1/+1
2019-04-08netfilter: nf_tables: remove unused parameter ctxColin Ian King1-3/+2
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-3/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni4-32/+22
2019-04-07net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov1-20/+44
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown7-7/+0
2019-04-06net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri6-12/+155
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri12-61/+12
2019-04-06net: hsr: add blank line after function declarationMurali Karicheri1-0/+1
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri4-75/+76
2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri2-4/+4
2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2-6/+6
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri3-15/+15
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri5-13/+13