summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-031-6/+13
* tcp_metrics: fix addr_same() helperEric Dumazet2023-08-031-1/+1
* prestera: fix fallback to previous version on same major versionJonas Gorski2023-08-031-1/+2
* udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells2023-08-021-0/+9
* Merge branch 'mlx5-ipsec-fixes'Jakub Kicinski2023-08-022-22/+85
|\
| * net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky2023-08-021-2/+2
| * net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu2023-08-021-8/+72
| * net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu2023-08-021-15/+14
|/
* vxlan: Fix nexthop hash sizeBenjamin Poirier2023-08-021-2/+2
* ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing2023-08-021-1/+1
* s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter2023-08-024-9/+11
* Merge branch 'tun-tap-uid'David S. Miller2023-08-022-2/+2
|\
| * net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
| * net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
|/
* net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma2023-08-011-1/+1
* Merge branch 'bnxt_en-2-xdp-bug-fixes'Jakub Kicinski2023-08-012-26/+39
|\
| * bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan2023-08-011-7/+10
| * bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur2023-08-012-19/+29
|/
* selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima2023-08-011-1/+1
* net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown2023-08-011-0/+11
* net: korina: handle clk prepare error in korina_probe()Yuanjun Gong2023-08-011-2/+1
* USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard2023-08-012-0/+42
* net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter2023-08-011-4/+8
* bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar2023-08-011-2/+0
* Merge branch 'net-sched-bind-logic-fixes-for-cls_fw-cls_u32-and-cls_route'Jakub Kicinski2023-07-313-3/+0
|\
| * net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis2023-07-311-1/+0
| * net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis2023-07-311-1/+0
| * net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis2023-07-311-1/+0
|/
* octeon_ep: initialize mbox mutexesMichal Schmidt2023-07-311-0/+3
* bnxt: don't handle XDP in netpollJakub Kicinski2023-07-314-14/+24
* ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski2023-07-311-0/+18
* sfc: fix field-spanning memcpy in selftestEdward Cree2023-07-313-30/+39
* net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn2023-07-311-0/+1
* net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou2023-07-311-5/+2
* dt-bindings: net: mediatek,net: fixup MAC bindingRafał Miłecki2023-07-311-6/+1
* net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima2023-07-312-2/+38
* Merge branch 'net-data-races'David S. Miller2023-07-2927-80/+94
|\
| * net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-298-13/+14
| * net: add missing data-race annotation for sk_ll_usecEric Dumazet2023-07-291-1/+1
| * net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-07-292-3/+3
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-2923-40/+42
| * net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet2023-07-291-1/+1
| * net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet2023-07-291-1/+1
| * net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-07-292-12/+16
| * net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet2023-07-291-1/+1
| * net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet2023-07-291-3/+6
| * net: annotate data-race around sk->sk_txrehashEric Dumazet2023-07-291-2/+5
| * net: annotate data-races around sk->sk_reserved_memEric Dumazet2023-07-291-3/+4
|/
* net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-295-8/+65
* qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko2023-07-299-26/+128