summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson2020-04-141-16/+24
* mptcp: fix double-unlock in mptcp_pollFlorian Westphal2020-04-121-12/+13
* net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin2020-04-121-1/+2
* net: ethernet: ti: Add missing '\n' in log messagesChristophe JAILLET2020-04-121-3/+3
* soc: qcom: ipa: Add a missing '\n' in a log messageChristophe JAILLET2020-04-121-3/+2
* net: neterion: remove redundant assignment to variable tmp64Colin Ian King2020-04-121-1/+1
* net: phy: marvell: Fix pause frame negotiationClemens Gruber2020-04-111-22/+24
* docs: networking: add full DIM APIRandy Dunlap2020-04-101-0/+6
* docs: networking: convert DIM to RSTJakub Kicinski2020-04-103-47/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-0913-43/+137
|\
| * arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0Luke Nelson2020-04-091-2/+10
| * bpf: Fix use of sk->sk_reuseport from sk_assignJoe Stringer2020-04-091-1/+1
| * selftests/bpf: Add test for bpf_get_link_xdp_idAndrey Ignatov2020-04-081-0/+68
| * libbpf: Fix bpf_get_link_xdp_id flags handlingAndrey Ignatov2020-04-081-1/+1
| * riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson2020-04-081-17/+32
| * bpf: Fix a typo "inacitve" -> "inactive"Qiujun Huang2020-04-061-1/+1
| * libbpf: Initialize *nl_pid so gcc 10 is happyJeremy Cline2020-04-061-2/+2
| * xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing2020-04-061-2/+3
| * bpf, lsm: Fix the file_mprotect LSM test.KP Singh2020-04-022-13/+13
| * net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki2020-04-031-1/+1
| * riscv, bpf: Remove BPF JIT for nommu buildsBjörn Töpel2020-04-031-1/+1
| * bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifierColin Ian King2020-04-031-2/+2
| * kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov2020-04-031-0/+2
* | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-091-4/+9
* | net/rds: Fix MR reference counting problemKa-Cheong Poon2020-04-092-21/+12
* | net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-093-23/+20
* | net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo2020-04-091-1/+1
* | net-sysfs: remove redundant assignment to variable retColin Ian King2020-04-091-1/+1
* | net: qrtr: send msgs from local of same id as broadcastWang Wenhu2020-04-091-3/+4
* | Merge tag 'mlx5-fixes-2020-04-08' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-04-098-32/+26
|\ \
| * | net/mlx5e: CT: Use rhashtable's ct entries instead of a separate listPaul Blakey2020-04-081-12/+7
| * | net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit2020-04-081-1/+1
| * | net/mlx5e: Fix pfnum in devlink port attributeParav Pandit2020-04-081-4/+5
| * | net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan2020-04-081-1/+2
| * | net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin2020-04-081-2/+3
| * | net/mlx5e: Add missing release firmware callEran Ben Elisha2020-04-081-1/+4
| * | net/mlx5: Fix condition for termination table cleanupEli Cohen2020-04-082-10/+3
| * | net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh2020-04-081-1/+1
* | | Documentation: devlink: fix broken link warningLothar Rubusch2020-04-091-0/+2
|/ /
* | net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
* | l2tp: Allow management of tunnels and session in user namespaceMichael Weiß2020-04-081-8/+8
* | Merge branch 'ionic-fw-upgrade-filter-fixes'David S. Miller2020-04-083-28/+70
|\ \
| * | ionic: set station addr only if neededShannon Nelson2020-04-081-13/+19
| * | ionic: replay filters after fw upgradeShannon Nelson2020-04-083-15/+51
|/ /
* | tc-testing: remove duplicate code in tdc.pyRoman Mashak2020-04-071-3/+2
* | hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-071-2/+8
* | Documentation: mdio_bus.c - fix warningsLothar Rubusch2020-04-071-1/+1
* | net: sched: Fix setting last executed chain on skb extensionPaul Blakey2020-04-071-0/+1
* | net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-071-1/+2
* | net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst2020-04-072-1/+31