summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-064-18/+30
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-07-052-0/+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
| | | * | | | bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend2018-07-011-12/+22
| | | * | | | bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-07-011-10/+48
| | |/ / / /
| | * | | | Merge branch 'bpf-fixes'Alexei Starovoitov2018-06-294-78/+11
| | |\ \ \ \
| | | * | | | bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-292-77/+9
| | | * | | | bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann2018-06-291-0/+1
| | | * | | | bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann2018-06-291-1/+1
| | |/ / / /
| | * | | | bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-293-41/+81
| | * | | | test_bpf: flag tests that cannot be jited on s390Kleber Sacilotto de Souza2018-06-281-0/+20