summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | 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
| | * | | | | | | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-063-2/+275
| | * | | | | | | bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap2020-11-061-0/+1
| | * | | | | | | tools/bpftool: Fix attaching flow dissectorLorenz Bauer2020-11-061-1/+1
| | * | | | | | | libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson2020-11-041-2/+4
| | * | | | | | | libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson2020-11-041-1/+2
| | * | | | | | | libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
| | * | | | | | | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-304-8/+6
| | * | | | | | | tools, bpftool: Remove two unused variables.Ian Rogers2020-10-291-2/+2
| | * | | | | | | tools, bpftool: Avoid array index warnings.Ian Rogers2020-10-291-1/+6
| | * | | | | | | xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-293-4/+8
| | * | | | | | | bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defsAndrii Nakryiko2020-10-291-0/+1
| | * | | | | | | samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen2020-10-275-5/+5
| | * | | | | | | bpf: Fix -Wshadow warningsArnd Bergmann2020-10-271-11/+11
| | * | | | | | | selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko2020-10-261-3/+8
* | | | | | | | | Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-11-124-12/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust2020-11-121-5/+1
| * | | | | | | | | NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust2020-11-121-5/+4
| * | | | | | | | | NFS: Fix listxattr receive buffer sizeChuck Lever2020-11-121-2/+2