summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-121-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-122-22/+4
* mac80211: fix memory leak on filtered powersave framesFelix Fietkau2020-11-121-10/+8
* rfkill: Fix use-after-free in rfkill_resume()Claire Chang2020-11-121-0/+3
* cosa: Add missing kfree in error path of cosa_writeWang Hai2020-11-121-0/+1
* net: switch to the kernel.org patchwork instanceJakub Kicinski2020-11-124-14/+14
* Merge branch 'cxgb4-ch_ktls-fixes-in-nic-tls-code'Jakub Kicinski2020-11-127-228/+478
|\
| * ch_ktls: stop the txq if reaches thresholdRohit Maheshwari2020-11-121-3/+15
| * ch_ktls: tcb update fails sometimesRohit Maheshwari2020-11-121-4/+8
| * ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari2020-11-124-1/+119
| * ch_ktls: don't free skb before sending FINRohit Maheshwari2020-11-121-2/+10
| * ch_ktls: packet handling prior to start markerRohit Maheshwari2020-11-121-5/+33
| * ch_ktls: Correction in middle record handlingRohit Maheshwari2020-11-121-19/+31
| * ch_ktls: missing handling of header aloneRohit Maheshwari2020-11-121-14/+11
| * ch_ktls: Correction in trimmed_len calculationRohit Maheshwari2020-11-121-4/+7
| * cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari2020-11-123-169/+226
| * ch_ktls: Update cheksum informationRohit Maheshwari2020-11-121-4/+11
| * ch_ktls: Correction in finding correct lengthRohit Maheshwari2020-11-121-7/+8
| * cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari2020-11-124-5/+8
|/
* net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-111-1/+1
* arm64: dts: fsl-ls1028a-kontron-sl28: specify in-band mode for ENETCMichael Walle2020-11-111-0/+1
* tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
* Merge branch 'net-iucv-fixes-2020-11-09'Jakub Kicinski2020-11-112-4/+2
|\
| * MAINTAINERS: remove Ursula Braun as s390 network maintainerUrsula Braun2020-11-111-3/+0
| * net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-111-1/+2
|/
* lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2020-11-112-12/+3
* net: dsa: mv88e6xxx: Fix memleak in mv88e6xxx_region_atu_snapshotzhangxiaoxu2020-11-111-1/+3
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-112-4/+15
* net: phy: realtek: support paged operations on RTL8201CPHeiner Kallweit2020-11-111-0/+2
* lan743x: correctly handle chips with internal PHYSven Van Asbroeck2020-11-111-4/+6
* netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-111-5/+12
* selftest: fix flower terse dump testsVlad Buslov2020-11-101-2/+2
* mptcp: provide rmem[0] limitPaolo Abeni2020-11-101-0/+1
* docs: networking: phy: s/2.5 times faster/2.5 times as fast/Jonathan Neuschäfer2020-11-101-2/+2
* ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-101-1/+1
* tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-101-2/+2
* IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-101-2/+0
* net: marvell: prestera: fix compilation with CONFIG_BRIDGE=mVadym Kochan2020-11-071-0/+1
* Merge tag 'mlx5-fixes-2020-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2020-11-0713-51/+90
|\
| * net/mlx5e: Fix incorrect access of RCU-protected xdp_progMaxim Mikityanskiy2020-11-051-1/+1
| * net/mlx5e: Fix VXLAN synchronization after function reloadAya Levin2020-11-053-6/+20
| * net/mlx5: E-switch, Avoid extack error log for disabled vportParav Pandit2020-11-051-2/+0
| * net/mlx5: Fix deletion of duplicate rulesMaor Gottlieb2020-11-051-3/+4
| * net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy2020-11-053-11/+11
| * net/mlx5e: Protect encap route dev from concurrent releaseVlad Buslov2020-11-053-28/+52
| * net/mlx5e: Fix modify header actions memory leakMaor Dickman2020-11-051-0/+2
* | r8169: disable hw csum for short packets on all chip versionsHeiner Kallweit2020-11-071-12/+3
* | r8169: fix potential skb double free in an error pathHeiner Kallweit2020-11-071-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-0725-49/+346
|\ \
| * | bpf: Update verification logic for LSM programsKP Singh2020-11-061-3/+7