summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: fix sphinx complaint about invalid literalJakub Kicinski2023-09-061-2/+2
* Merge branch 'sja1105-fixes'David S. Miller2023-09-063-6/+51
|\
| * net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean2023-09-063-0/+19
| * net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean2023-09-061-3/+20
| * net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean2023-09-061-3/+12
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-09-063-6/+6
|\
| * igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-051-2/+2
| * igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-051-2/+2
| * igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-051-2/+2
* | mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev modeBodong Wang2023-09-062-19/+51
* | net/mlx5e: Clear mirred devices array if the rule is splitJianbo Liu2023-09-067-3/+13
* | ip_tunnels: use DEV_STATS_INC()Eric Dumazet2023-09-061-8/+7
* | net: team: do not use dynamic lockdep keyTaehee Yoo2023-09-063-60/+85
* | net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-061-2/+1
|/
* octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handlerGeetha sowjanya2023-09-051-2/+19
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-051-1/+2
* Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca2023-09-051-2/+1
* kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida2023-09-051-0/+2
* net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2023-09-052-6/+18
* Merge branch 'af_unix-data-races'David S. Miller2023-09-043-7/+7
|\
| * af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-041-1/+1
| * af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-041-2/+2
| * af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-041-1/+1
| * af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima2023-09-041-3/+3
|/
* af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT.Kuniyuki Iwashima2023-09-041-5/+9
* docs: netdev: update the netdev infra URLsJakub Kicinski2023-09-041-2/+2
* docs: netdev: document patchwork patch statesJakub Kicinski2023-09-041-1/+31
* net: phy: micrel: Correct bit assignments for phy_device flagsOleksij Rempel2023-09-041-3/+3
* net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-041-1/+1
* veth: Fixing transmit return status for dropped packetsLiang Chen2023-09-041-1/+3
* gve: fix frag_list chainingEric Dumazet2023-09-041-1/+4
* net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-041-2/+8
* igb: disable virtualization features on 82580Corinna Vinschen2023-09-031-2/+3
* sfc: check for zero length in EF10 RX prefixEdward Cree2023-09-011-5/+15
* Merge branch 'dst-hint-multipath'David S. Miller2023-09-017-3/+164
|\
| * selftests: fib_tests: Add multipath list receive testsSriram Yagnaraman2023-09-011-1/+154
| * ipv6: ignore dst hint for multipath routesSriram Yagnaraman2023-09-013-1/+6
| * ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-013-1/+4
|/
* skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-011-14/+20
* Merge branch 'net-data-race-annotations'David S. Miller2023-09-0116-55/+76
|\
| * net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-012-3/+3
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-0113-32/+40
| * mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet2023-09-011-6/+13
| * net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-015-14/+20
| * net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet2023-09-011-1/+1
|/
* net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet2023-09-011-12/+6
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-09-0117-97/+468
|\
| * selftests/bpf: Include build flavors for install targetBjörn Töpel2023-08-311-0/+12
| * bpf: Annotate bpf_long_memcpy with data_raceDaniel Borkmann2023-08-311-1/+1
| * selftests/bpf: Fix d_path testJiri Olsa2023-08-311-1/+18