summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: update my email addressStefan Schmidt2018-07-061-2/+2
* liquidio: make timeout HZ independent and readableNicholas Mc Guire2018-07-061-1/+4
* qmi_wwan: add support for Quectel EG91Matevz Vucnik2018-07-051-0/+1
* Merge branch 'qrtr-Broadcasting-control-messages'David S. Miller2018-07-051-2/+11
|\
| * net: qrtr: Reset the node and port ID of broadcast messagesArun Kumar Neelakantam2018-07-051-2/+7
| * net: qrtr: Broadcast messages only from control portArun Kumar Neelakantam2018-07-051-0/+4
|/
* ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-054-103/+53
* qed: off by one in qed_parse_mcp_trace_buf()Dan Carpenter2018-07-051-1/+1
* qed: Fix reading stale configuration informationDenis Bolotin2018-07-052-12/+28
* net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit2018-07-051-5/+2
* smsc75xx: Add workaround for gigabit link up hardware errata.Yuiko Oshino2018-07-041-0/+62
* sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long2018-07-041-1/+1
* net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-045-137/+117
* gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen2018-07-041-2/+14
* net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng2018-07-042-18/+38
* Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...David S. Miller2018-07-0314-27/+47
|\
| * Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-06-293-3/+16
| |\
| | * wcn36xx: Remove Unicode Byte Order Mark from testcodeGeert Uytterhoeven2018-06-281-1/+1
| | * ath10k: update the phymode along with bandwidth change requestRyan Hsu2018-06-282-2/+15
| * | rtlwifi: rtl8821ae: fix firmware is not ready to runPing-Ke Shih2018-06-291-1/+0
| * | mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka2018-06-241-2/+4
| * | mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat2018-06-241-2/+2
| * | Revert "mwifiex: handle race during mwifiex_usb_disconnect"Ganapathi Bhat2018-06-241-3/+0
| * | brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi2018-06-241-0/+7
| * | rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih2018-06-246-13/+16
| |/
| * MAINTAINERS: update Xinming's email addressXinming Hu2018-06-181-1/+1
| * qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva2018-06-181-2/+1
* | r8169: fix mac address changeHeiner Kallweit2018-07-031-0/+1
* | tls: fix skb_to_sgvec returning unhandled error.Doron Roberts-Kedes2018-07-031-0/+5
* | lib: rhashtable: Correct self-assignment in rhashtable.cRishabh Bhatnagar2018-07-031-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-07-022-3/+12
|\ \
| * | md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7
| * | MD: cleanup resources in failureShaohua Li2018-06-181-3/+5
* | | Merge tag 'for-linus' of git://github.com/stffrdhrn/linuxLinus Torvalds2018-07-024-12/+13
|\ \ \
| * | | openrisc: entry: Fix delay slot exception detectionStafford Horne2018-07-013-11/+8
| * | | openrisc: Call destructor during __pte_free_tlbStafford Horne2018-06-251-1/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-02114-624/+1249
|\ \ \ \
| * \ \ \ Merge branch 'qed-fixes'David S. Miller2018-07-025-9/+38
| |\ \ \ \
| | * | | | qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru2018-07-021-2/+8
| | * | | | qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-021-4/+4
| | * | | | qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2018-07-022-3/+18
| | * | | | qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-021-0/+8
| |/ / / /
| * | | | ipvlan: call dev_change_flags when ipvlan mode is resetHangbin Liu2018-07-021-8/+28
| * | | | ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers2018-07-021-1/+1
| * | | | net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-027-10/+26
| * | | | tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-011-0/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-0122-294/+449
| |\ \ \ \
| | * \ \ \ Merge branch 'bpf-sockmap-fixes'Daniel Borkmann2018-07-011-70/+166
| | |\ \ \ \
| | | * | | | bpf: sockhash, add release routineJohn Fastabend2018-07-011-0/+1
| | | * | | | bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend2018-07-011-49/+96