summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* atm: idt77252: fix use-after-free bugs caused by tst_timerDuoming Zhou2022-08-091-0/+1
* net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean2022-08-091-1/+14
* net/x25: fix call timeouts in blocking connectsMartin Schiller2022-08-091-0/+5
* Merge branch 'tsnep-two-fixes-for-the-driver'Jakub Kicinski2022-08-091-5/+5
|\
| * tsnep: Fix tsnep_tx_unmap() error path usageGerhard Engleder2022-08-091-4/+4
| * tsnep: Fix unused warning for 'tsnep_of_match'Gerhard Engleder2022-08-091-1/+1
|/
* net: bpf: Use the protocol's set_rcvlowat behavior if there is oneGao Feng2022-08-081-1/+4
* virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo2022-08-081-1/+4
* net: seg6: initialize induction variable to first valid array indexNick Desaulniers2022-08-061-5/+5
* net: bcmgenet: Indicate MAC is in charge of PHY PMFlorian Fainelli2022-08-061-0/+3
* eth: fix the help in Wangxun's KconfigJakub Kicinski2022-08-061-3/+3
* net: avoid overflow when rose /proc displays timer information.Francois Romieu2022-08-061-1/+3
* octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli2022-08-062-5/+15
* Merge branch 'octeontx2-af-driver-fixes-for-npc'Jakub Kicinski2022-08-063-5/+19
|\
| * octeontx2-af: Fix key checking for source macSubbaraya Sundeep2022-08-061-1/+2
| * octeontx2-af: Fix mcam entry resource leakSubbaraya Sundeep2022-08-062-0/+12
| * octeontx2-af: suppress external profile loading warningHarman Kalra2022-08-061-1/+1
| * octeontx2-af: Apply tx nibble fixup alwaysStanislaw Kardach2022-08-061-3/+4
|/
* MAINTAINERS: Update ibmveth maintainerNick Child2022-08-061-1/+1
* bnxt_en: Remove duplicated include bnxt_devlink.cYang Li2022-08-061-1/+0
* Merge branch 'netfilter-followup-fixes-for-net'Jakub Kicinski2022-08-063-18/+87
|\
| * netfilter: flowtable: fix incorrect Kconfig dependenciesPablo Neira Ayuso2022-08-061-2/+1
| * selftests: netfilter: add test case for nf trace infrastructureFlorian Westphal2022-08-061-5/+76
| * netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal2022-08-061-11/+10
|/
* selftests: add few test cases for tap driverCezar Bulinaru2022-08-053-2/+437
* net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru2022-08-051-9/+11
* Merge branch 'mptcp-fixes'David S. Miller2022-08-054-40/+49
|\
| * selftests: mptcp: make sendfile selftest workFlorian Westphal2022-08-051-9/+17
| * mptcp: do not queue data on closed subflowsPaolo Abeni2022-08-052-5/+14
| * mptcp: move subflow cleanup in mptcp_destroy_common()Paolo Abeni2022-08-053-26/+18
|/
* nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao2022-08-041-0/+2
* net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli2022-08-041-0/+6
* Merge branch 'make-dsa-work-with-bonding-s-arp-monitor'Jakub Kicinski2022-08-045-35/+34
|\
| * docs: net: bonding: remove mentions of trans_startVladimir Oltean2022-08-041-9/+0
| * Revert "veth: Add updating of trans_start"Vladimir Oltean2022-08-041-4/+0
| * net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean2022-08-041-6/+2
| * net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-042-16/+32
|/
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-041753-63510/+92548
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-0327-81/+259
| |\
| | * net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy2022-08-022-0/+25
| | * net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin2022-08-021-13/+13
| | * net: usb: make USB_RTL8153_ECM non user configurableMaciej Żenczykowski2022-08-021-1/+2
| | * octeontx2-pf: Reduce minimum mtu size to 60Subbaraya Sundeep2022-08-021-1/+1
| | * dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-011-5/+5
| | * Merge branch 'net-fix-using-wrong-flags-to-check-features'Jakub Kicinski2022-08-012-2/+2
| | |\
| | | * net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen2022-08-011-1/+1
| | | * net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen2022-08-011-1/+1
| | |/
| | * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-08-012-2/+50
| | |\
| | | * iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2022-07-292-0/+26
| | | * iavf: Fix max_rate limitingPrzemyslaw Patynowski2022-07-292-2/+24