summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-1981-1089/+1315
|\
| * xfs: push the grant head when the log head moves forwardDave Chinner2019-09-061-25/+47
| * xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner2019-09-061-24/+33
| * xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner2019-09-061-98/+98
| * xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner2019-09-061-28/+48
| * xfs: factor debug code out of xlog_state_do_callback()Dave Chinner2019-09-061-35/+44
| * xfs: prevent CIL push holdoff in log recoveryDave Chinner2019-09-062-10/+23
| * xfs: fix missed wakeup on l_flush_waitRik van Riel2019-09-061-5/+4
| * xfs: push the AIL in xlog_grant_head_wakeDave Chinner2019-09-061-1/+28
| * xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim2019-09-061-1/+1
| * xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2019-09-041-41/+42
| * xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong2019-09-042-1/+5
| * xfs: add a xfs_valid_startblock helperChristoph Hellwig2019-09-033-4/+11
| * xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2019-08-312-10/+5