summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds94-1244/+105
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds955-42824/+50421
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-81/+40
2022-08-03net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt1-1/+0
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni18-53/+177
2022-08-02wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld2-6/+9
2022-08-02wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-11/+14
2022-08-02net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy1-0/+14
2022-08-02net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin1-13/+13
2022-08-02net: usb: make USB_RTL8153_ECM non user configurableMaciej Żenczykowski1-1/+2
2022-08-02net: marvell: prestera: remove reduntant codeSebin Sebastian1-1/+1
2022-08-02octeontx2-pf: Reduce minimum mtu size to 60Subbaraya Sundeep1-1/+1
2022-08-01net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET1-0/+1
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-08-01net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen1-1/+1
2022-08-01nfp: flower: add support for tunnel offload without key IDBaowen Zheng1-7/+8
2022-08-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski7-88/+75
2022-08-01net/funeth: Tx handling of XDP with fragments.Dimitris Michailidis1-10/+20
2022-08-01net/funeth: Unify skb/XDP packet mapping.Dimitris Michailidis1-15/+17
2022-08-01net/funeth: Unify skb/XDP gather list writing.Dimitris Michailidis1-15/+31
2022-08-01net/funeth: Unify skb/XDP Tx packet unmapping.Dimitris Michailidis1-21/+12
2022-08-01net: devlink: convert reload command to take implicit devlink->lockJiri Pirko4-18/+0
2022-08-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2-2/+50
2022-08-01Merge tag 'linux-can-next-for-5.20-20220731' of git://git.kernel.org/pub/scm/...David S. Miller51-379/+531
2022-07-31can: can327: fix a broken link to DocumentationChristophe JAILLET1-1/+1
2022-07-30Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski30-511/+1265
2022-07-30Merge tag 'mlx5-fixes-2022-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski9-33/+55
2022-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-202/+269
2022-07-30sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree1-0/+27
2022-07-30sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree7-3/+158
2022-07-30sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree5-36/+33
2022-07-30sfc: insert default MAE rules to connect VFs to representorsEdward Cree13-6/+606
2022-07-30sfc: receive packets from EF100 VFs into representorsEdward Cree3-0/+42
2022-07-30sfc: check ef100 RX packets are from the wireEdward Cree3-6/+26
2022-07-30sfc: determine wire m-port at EF100 PF probe timeEdward Cree4-0/+50
2022-07-30sfc: ef100 representor RX top halfEdward Cree2-0/+56
2022-07-30sfc: ef100 representor RX NAPI pollEdward Cree2-0/+75
2022-07-30sfc: plumb ef100 representor statsEdward Cree1-0/+14
2022-07-30net: marvell: prestera: uninitialized variable bugDan Carpenter1-1/+1
2022-07-30Merge tag 'wireless-next-2022-07-29' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski54-1041/+982
2022-07-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-7/+13
2022-07-30netdevsim: Avoid allocation warnings triggered from user spaceJakub Kicinski1-3/+5
2022-07-29iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2-0/+26
2022-07-29iavf: Fix max_rate limitingPrzemyslaw Patynowski2-2/+24
2022-07-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo21-477/+396
2022-07-29wifi: rtw88: check the return value of alloc_workqueue()William Dean1-0/+4
2022-07-29wifi: rtw89: 8852a: adjust IMR for SER L1Zong-Zhe Yang1-1/+1