Age | Commit message (Expand) | Author | Files | Lines |
2022-01-05 | bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). | Kuniyuki Iwashima | 1 | -0/+2 |
2022-01-05 | Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 38 | -229/+441 |
2022-01-05 | bpf: Fix verifier support for validation of async callbacks | Kris Van Hees | 1 | -0/+1 |
2022-01-05 | bpf, docs: Fully document the JMP mode modifiers | Christoph Hellwig | 1 | -6/+6 |
2022-01-05 | bpf, docs: Fully document the JMP opcodes | Christoph Hellwig | 1 | -17/+17 |
2022-01-05 | bpf, docs: Fully document the ALU opcodes | Christoph Hellwig | 1 | -15/+15 |
2022-01-05 | bpf, docs: Document the opcode classes | Christoph Hellwig | 1 | -12/+12 |
2022-01-05 | bpf, docs: Add subsections for ALU and JMP instructions | Christoph Hellwig | 1 | -20/+32 |
2022-01-05 | bpf, docs: Add a setion to explain the basic instruction encoding | Christoph Hellwig | 1 | -1/+15 |
2022-01-05 | bpf, selftests: Add verifier test for mem_or_null register with offset. | Daniel Borkmann | 1 | -0/+28 |
2022-01-05 | bpf: Don't promote bogus looking registers after null check. | Daniel Borkmann | 1 | -6/+6 |
2022-01-05 | bpf, sockmap: Fix double bpf_prog_put on error case in map_link | John Fastabend | 1 | -8/+13 |
2022-01-05 | bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() | John Fastabend | 1 | -0/+27 |
2022-01-05 | bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC | Hou Tao | 1 | -1/+4 |
2022-01-05 | net: gemini: allow any RGMII interface mode | Russell King (Oracle) | 1 | -3/+6 |
2022-01-05 | Merge branch 'fix-rgmii-delays-for-88e1118' | Jakub Kicinski | 1 | -13/+13 |
2022-01-05 | net: phy: marvell: configure RGMII delays for 88E1118 | Russell King (Oracle) | 1 | -0/+6 |
2022-01-05 | net: phy: marvell: use phy_write_paged() to set MSCR | Russell King (Oracle) | 1 | -14/+8 |
2022-01-05 | selftests: set amt.sh executable | Taehee Yoo | 1 | -0/+0 |
2022-01-05 | Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" | Aaron Ma | 1 | -3/+6 |
2022-01-05 | netlink: do not allocate a device refcount tracker in ethnl_default_notify() | Eric Dumazet | 1 | -1/+0 |
2022-01-05 | net/sched: add missing tracker information in qdisc_create() | Eric Dumazet | 1 | -1/+1 |
2022-01-05 | Merge tag 'gpio-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+3 |
2022-01-05 | Merge tag 'ieee802154-for-net-2022-01-05' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski | 1 | -4/+6 |
2022-01-05 | Merge branch 'dsa-notifier-cleanup' | David S. Miller | 3 | -155/+33 |
2022-01-05 | net: dsa: remove cross-chip support for HSR | Vladimir Oltean | 3 | -49/+13 |
2022-01-05 | net: dsa: remove cross-chip support for MRP | Vladimir Oltean | 3 | -106/+20 |
2022-01-05 | net: dsa: fix incorrect function pointer check for MRP ring roles | Vladimir Oltean | 1 | -2/+2 |
2022-01-05 | mlxsw: pci: Avoid flow control for EMAD packets | Danielle Ratson | 2 | -1/+17 |
2022-01-05 | Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/... | David S. Miller | 47 | -404/+351 |
2022-01-05 | Merge branch 'dsa-cleanups' | David S. Miller | 2 | -67/+81 |
2022-01-05 | net: dsa: combine two holes in struct dsa_switch_tree | Vladimir Oltean | 1 | -3/+3 |
2022-01-05 | net: dsa: move dsa_switch_tree :: ports and lags to first cache line | Vladimir Oltean | 1 | -7/+9 |
2022-01-05 | net: dsa: make dsa_switch :: num_ports an unsigned int | Vladimir Oltean | 2 | -2/+2 |
2022-01-05 | net: dsa: merge all bools of struct dsa_switch into a single u32 | Vladimir Oltean | 1 | -46/+51 |
2022-01-05 | net: dsa: move dsa_port :: type near dsa_port :: index | Vladimir Oltean | 1 | -2/+4 |
2022-01-05 | net: dsa: merge all bools of struct dsa_port into a single u8 | Vladimir Oltean | 1 | -7/+10 |
2022-01-05 | net: dsa: move dsa_port :: stp_state near dsa_port :: mac | Vladimir Oltean | 1 | -1/+3 |
2022-01-05 | Merge branch 'hns3-stats-refactor' | David S. Miller | 16 | -1697/+1243 |
2022-01-05 | net: hns3: create new common cmd code for PF and VF modules | Jie Wang | 7 | -329/+279 |
2022-01-05 | net: hns3: refactor VF tqp stats APIs with new common tqp stats APIs | Jie Wang | 2 | -134/+11 |
2022-01-05 | net: hns3: refactor PF tqp stats APIs with new common tqp stats APIs | Jie Wang | 2 | -156/+17 |
2022-01-05 | net: hns3: create new set of common tqp stats APIs for PF and VF reuse | Jie Wang | 4 | -2/+161 |
2022-01-05 | net: hns3: refactor VF rss init APIs with new common rss init APIs | Jie Wang | 2 | -176/+25 |
2022-01-05 | net: hns3: refactor PF rss init APIs with new common rss init APIs | Jie Wang | 2 | -131/+11 |
2022-01-05 | net: hns3: create new set of common rss init APIs for PF and VF reuse | Jie Wang | 3 | -5/+213 |
2022-01-05 | net: hns3: refactor VF rss set APIs with new common rss set APIs | Jie Wang | 3 | -293/+42 |
2022-01-05 | net: hns3: refactor PF rss set APIs with new common rss set APIs | Jie Wang | 3 | -298/+36 |
2022-01-05 | net: hns3: create new set of common rss set APIs for PF and VF module | Jie Wang | 3 | -1/+230 |
2022-01-05 | net: hns3: refactor VF rss get APIs with new common rss get APIs | Jie Wang | 2 | -99/+24 |