summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-2619-151/+151
* net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-268-94/+94
* MAINTAINERS: add Yanjun to FORCEDETH maintainers listRain River2019-09-261-0/+1
* net: macb: Remove dead codeShubhrajyoti Datta2019-09-251-3/+2
* net: stmmac: selftests: Flow Control test can also run with ASYM PauseJose Abreu2019-09-251-1/+1
* gianfar: Make reset_gfar staticYueHaibing2019-09-251-1/+1
* atm: he: clean up an indentation issueColin Ian King2019-09-251-1/+1
* ppp: Fix memory leak in ppp_writeTakeshi Misawa2019-09-251-0/+2
* Merge branch 'ibmvnic-serialization-fixes'David S. Miller2019-09-252-78/+190
|\
| * net/ibmvnic: prevent more than one thread from running in resetJuliet Kim2019-09-252-11/+34
| * net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can runJuliet Kim2019-09-252-68/+157
|/
* 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 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