summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-04-281-3/+5
* net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-04-281-0/+1
* tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet2023-04-281-6/+14
* net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou2023-04-281-0/+1
* Merge branch 'macsec-fixes-for-cn10kb'Paolo Abeni2023-04-2711-89/+214
|\
| * octeontx2-pf: mcs: Do not reset PN while updating secySubbaraya Sundeep2023-04-271-5/+10
| * octeontx2-pf: mcs: Fix shared counters logicSubbaraya Sundeep2023-04-272-8/+8
| * octeontx2-pf: mcs: Clear stats before freeing resourceSubbaraya Sundeep2023-04-271-0/+9
| * octeontx2-pf: mcs: Match macsec ethertype along with DMACSubbaraya Sundeep2023-04-271-1/+9
| * octeontx2-pf: mcs: Fix NULL pointer dereferencesSubbaraya Sundeep2023-04-271-2/+1
| * octeontx2-af: mcs: Fix MCS block interruptGeetha sowjanya2023-04-274-70/+119
| * octeontx2-af: mcs: Config parser to skip 8B headerGeetha sowjanya2023-04-274-0/+41
| * octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at onceSubbaraya Sundeep2023-04-271-0/+4
| * octeonxt2-af: mcs: Fix per port bypass configGeetha sowjanya2023-04-272-3/+13
|/
* ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey2023-04-272-5/+4
* net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela2023-04-271-1/+3
* net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera2023-04-271-1/+1
* rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells2023-04-271-8/+4
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-271925-47075/+138640
|\
| * net: phy: hide the PHYLIB_LEDS knobPaolo Abeni2023-04-261-3/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-2644-188/+295
| |\
| | * tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-04-251-0/+3
| | * net: amd: Fix link leak when verifying config failedGencen Gan2023-04-251-1/+1
| | * netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima2023-04-251-52/+23
| | * MAINTAINERS: Remove PPP maintainerPaul Mackerras2023-04-241-2/+1
| | * Merge branch 'net-sched-parsing-prints'David S. Miller2023-04-233-26/+97
| | |\
| | | * selftests: tc-testing: add more tests for sch_qfqPedro Tammela2023-04-231-0/+72
| | | * net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela2023-04-231-14/+11
| | | * net/sched: sch_qfq: use extack on errors messagesPedro Tammela2023-04-231-4/+5
| | | * net/sched: sch_htb: use extack on errors messagesPedro Tammela2023-04-231-8/+9
| | |/
| | * rxrpc: Fix error when reading rxrpc tokensMarc Dionne2023-04-231-1/+1
| | * net: ethernet: mediatek: remove return value check of `mtk_wed_hw_add_debugfs`Wang Zhang2023-04-231-2/+0
| | * rxrpc: Fix potential race in error handling in afs_make_call()David Howells2023-04-225-24/+45
| | * Merge branch 'mtk_eth_soc-firmware'David S. Miller2023-04-223-1/+8
| | |\
| | | * net: ethernet: mtk_eth_soc: use WO firmware for MT7981Daniel Golle2023-04-222-1/+7
| | | * dt-bindings: net: mediatek: add WED RX binding for MT7981 eth driverDaniel Golle2023-04-221-0/+1
| | |/
| | * ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-04-221-3/+13
| | * Merge tag 'mlx5-fixes-2023-04-20' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-2216-54/+40
| | |\
| | | * Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov2023-04-211-28/+4
| | | * net/mlx5e: Nullify table pointer when failing to createAya Levin2023-04-211-1/+2
| | | * net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2023-04-212-3/+3
| | | * Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh2023-04-213-6/+7
| | | * net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan2023-04-213-0/+5
| | | * net/mlx5: Release tunnel device after tc update skbChris Mi2023-04-211-0/+1
| | | * net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi2023-04-211-2/+0
| | | * net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi2023-04-214-5/+15
| | | * net/mlx5e: Release the label when replacing existing ct entryVlad Buslov2023-04-211-0/+1
| | | * net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2023-04-212-10/+3
| | * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-221-11/+12
| | |\ \
| | | * | ixgbe: Enable setting RSS table to default valuesJoe Damato2023-04-211-9/+10