summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-05netfilter: nft_meta_bridge: Remove the br_private.h headerwenxu1-5/+14
2019-07-05netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu6-53/+207
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov1-4/+42
2019-07-05netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera7-0/+325
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko3-3/+65
2019-07-04netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal4-9/+6
2019-07-04netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()Markus Elfring1-1/+1
2019-07-04netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso3-2/+2
2019-06-25tipc: simplify stale link failure criteriaJon Maloy1-7/+2
2019-06-25tc-testing: Restore original behaviour for namespaces in tdcLucas Bates8-20/+296
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller58-1127/+1611
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso17761-133671/+51310
2019-06-25Merge branch 'cxgb4-Reference-count-MPS-TCAM-entries-within-a-PF'David S. Miller5-32/+312
2019-06-25cxgb4: Add MPS refcounting for alloc/free mac filtersRaju Rangoju3-3/+87
2019-06-25cxgb4: Add MPS TCAM refcounting for cxgb4 change macRaju Rangoju3-7/+29
2019-06-25cxgb4: Add MPS TCAM refcounting for raw mac filtersRaju Rangoju2-0/+62
2019-06-25cxgb4: Re-work the logic for mps refcountingRaju Rangoju5-22/+134
2019-06-24net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng1-0/+5
2019-06-24net: stmmac: sun8i: add support for Allwinner H6 EMACIcenowy Zheng1-0/+16
2019-06-24Merge branch 'cached-route-listings'David S. Miller10-73/+353
2019-06-24selftests: pmtu: Make list_flush_ipv6_exception test more demandingStefano Brivio1-8/+14
2019-06-24selftests: pmtu: Introduce list_flush_ipv4_exception test caseStefano Brivio1-0/+60
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio1-1/+2
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio4-13/+116
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2-7/+11
2019-06-24ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio1-1/+2
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio1-5/+2
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio3-13/+108
2019-06-24ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio1-26/+30
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio1-2/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio3-2/+11
2019-06-24net: macb: use GROAntoine Tenart2-9/+12
2019-06-24net: macb: use NAPI_POLL_WEIGHTAntoine Tenart1-1/+1
2019-06-24Merge branch 'ipv4-fix-bugs-when-enable-route_localnet'David S. Miller2-3/+87
2019-06-24selftests: add route_localnet test scriptShijie Luo1-0/+74
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo1-2/+8
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo1-1/+5
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long1-10/+0
2019-06-24Merge branch 'mlxsw-Thermal-and-hwmon-extensions'David S. Miller3-25/+209
2019-06-24mlxsw: core: Add support for negative temperature readoutVadim Pasternak3-20/+20
2019-06-24mlxsw: core: Add the hottest thermal zone detectionVadim Pasternak1-13/+62
2019-06-24mlxsw: core: Extend thermal core with per inter-connect device thermal zonesVadim Pasternak1-1/+136
2019-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au1-1/+1
2019-06-24net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy1-21/+9
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing9-3/+620
2019-06-23Merge branch 'ipv6-avoid-taking-refcnt-on-dst-during-route-lookup'David S. Miller6-61/+95
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang4-8/+37
2019-06-23ipv6: convert rx data path to not take refcnt on dstWei Wang1-3/+4
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang3-7/+20
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang1-0/+3