summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | skge: fix checksum byte orderStephen Hemminger2019-09-241-1/+1
| * | | | arcnet: provide a buffer big enough to actually receive packetsUwe Kleine-König2019-09-241-14/+17
| * | | | Merge branch 'check-CAP_NEW_RAW'David S. Miller2019-09-245-2/+17
| |\ \ \ \
| | * | | | nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-2/+5
| | * | | | ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+3
| | * | | | ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+2
| | * | | | appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+5
| | * | | | mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+2
| |/ / / /
| * / / / net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet2019-09-241-2/+4
| |/ / /
| * | | net: dsa: Use the correct style for SPDX License IdentifierNishad Kamdar2019-09-231-1/+1
| * | | net: dsa: b53: Use the correct style for SPDX License IdentifierNishad Kamdar2019-09-231-2/+2
| * | | ionic: Fix an error code in ionic_lif_alloc()Dan Carpenter2019-09-221-0/+1
| * | | net: ena: Select DIMLIB for ENA_ETHERNETMao Wenan2019-09-221-0/+1
| * | | qede: qede_fp: simplify a bit 'qede_rx_build_skb()'Christophe JAILLET2019-09-221-2/+1
| * | | net: stmmac: selftest: avoid large stack usageArnd Bergmann2019-09-222-13/+6
| * | | net: dsa: sja1105: Add dependency for NET_DSA_SJA1105_TASMao Wenan2019-09-221-0/+1
| * | | net_sched: add policy validation for action attributesCong Wang2019-09-221-16/+18
| * | | net_sched: add max len check for TCA_KINDCong Wang2019-09-221-1/+2
| * | | net: remove netx ethernet driverArnd Bergmann2019-09-224-522/+0
| * | | net: qrtr: Stop rx_worker before freeing nodeBjorn Andersson2019-09-221-0/+1
| * | | net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov2019-09-221-3/+6
| * | | usbnet: ignore endpoints with invalid wMaxPacketSizeBjørn Mork2019-09-211-0/+5
| * | | cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSizeBjørn Mork2019-09-211-1/+5
| * | | ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet2019-09-211-1/+1
| * | | sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-09-211-1/+1
| * | | dt-bindings: net: remove un-implemented propertyAlexandru Ardelean2019-09-211-7/+0
| * | | ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-217-21/+29
| * | | selftests: Update fib_nexthop_multiprefix to handle missing ping6David Ahern2019-09-211-2/+4
| * | | selftests: Update fib_tests to handle missing ping6David Ahern2019-09-211-1/+3
| * | | dt-bindings: net: dwmac: fix 'mac-mode' typeAlexandru Ardelean2019-09-211-1/+1
| * | | net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti2019-09-211-0/+1
| | |/ | |/|
| * | selftests: Add test cases for `ip nexthop flush proto XX`Donald Sharp2019-09-201-0/+14
| * | dt-bindings: net: Correct the documentation of KSZ9021 skew valuesJames Byrne2019-09-201-2/+30
| * | net/ncsi: Disable global multicast filterVijay Khemka2019-09-202-93/+12
| * | ibmvnic: Warn unknown speed message only when carrier is presentMurilo Fossa Vicentini2019-09-201-3/+4
| * | ionic: Remove unnecessary ternary operator in ionic_debugfs_add_identNathan Chancellor2019-09-201-1/+1
| |/
| * usbnet: sanity checking of packet sizes and device mtuOliver Neukum2019-09-191-0/+3
* | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-286-42/+92
|\ \
| * | mm, page_alloc: allow hugepage fallback to remote nodes when madvisedDavid Rientjes2019-09-281-0/+11
| * | mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes2019-09-281-0/+22
| * | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes2019-09-284-22/+51
| * | Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes2019-09-283-29/+17
* | | Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-2828-93/+1476
|\ \ \
| * | | powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devicesOliver O'Halloran2019-09-271-2/+2
| * | | powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP errorAneesh Kumar K.V2019-09-251-8/+40
| * | | powerpc/nvdimm: Use HCALL error as the return valueAneesh Kumar K.V2019-09-251-15/+11
| * | | selftests/powerpc: Add test case for tlbie vs mtpidr ordering issueAneesh Kumar K.V2019-09-252-0/+736
| * | | powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-245-22/+134
| * | | powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-245-9/+9
| * | | powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V2019-09-241-2/+28