summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin
2022-12-28Merge branch 'bnxt_en-fixes'David S. Miller
2022-12-28bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan
2022-12-28bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan
2022-12-28bnxt_en: Fix XDP RX pathMichael Chan
2022-12-28bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan
2022-12-28bnxt_en: fix devlink port registration to netdevVikas Gupta
2022-12-28Merge branch 'rswitch-fixes'David S. Miller
2022-12-28net: ethernet: renesas: rswitch: Fix getting mac address from device treeYoshihiro Shimoda
2022-12-28net: ethernet: renesas: rswitch: Fix error path in renesas_eth_sw_probe()Yoshihiro Shimoda
2022-12-28Merge branch 'netdev-doc-defaq'David S. Miller
2022-12-28docs: netdev: convert to a non-FAQ documentJakub Kicinski
2022-12-28docs: netdev: reshuffle sections in prep for de-FAQizationJakub Kicinski
2022-12-28rxrpc: Fix a couple of potential use-after-freesDavid Howells
2022-12-26net: ethernet: marvell: octeontx2: Fix uninitialized variable warningAnuradha Weeraman
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin
2022-12-26net: dsa: mv88e6xxx: depend on PTP conditionallyJohnny S. Lee
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin
2022-12-26net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-23selftests/bpf: Add host-tools to gitignoreStanislav Fomichev
2022-12-23Merge branch 'net-hns3-fix-some-bug-for-hns3'Jakub Kicinski
2022-12-23net: hns3: fix VF promisc mode not update when mac table fullJian Shen
2022-12-23net: hns3: fix miss L3E checking for rx packetJian Shen
2022-12-23net: hns3: add interrupts re-initialization while doing VF FLRJie Wang
2022-12-22atm: uapi: fix spelling typos in commentsRong Tao
2022-12-22powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson
2022-12-22selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsHao Sun
2022-12-22bpftool: Fix linkage with statically built libllvmAnton Protopopov
2022-12-22veth: Fix race with AF_XDP exposing old or uninitialized descriptorsShawn Bohrer
2022-12-22net: lan966x: Fix configuration of the PCSHoratiu Vultur
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet
2022-12-21Merge branch 'mptcp-locking-fixes'Jakub Kicinski
2022-12-21mptcp: fix lockdep false positivePaolo Abeni
2022-12-21mptcp: fix deadlock in fastopen error pathPaolo Abeni
2022-12-21nfp: fix schedule in atomic context when sync mc addressYinjun Zhang
2022-12-21vmxnet3: correctly report csum_level for encapsulated packetRonak Doshi
2022-12-21net: openvswitch: release vport resources on failureAaron Conole
2022-12-21net: vrf: determine the dst using the original ifindex for multicastAntoine Tenart
2022-12-21ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski
2022-12-21Merge tag 'wireless-2022-12-21' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-12-22selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-21Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-21Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-20bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2022-12-20net: fec: check the return value of build_skb()Wei Fang