aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-02net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev1-5/+22
2023-08-02net: add hwtstamping helpers for stackable net devicesMaxim Georgiev1-7/+68
2023-08-02net: add NDOs for configuring hardware timestampingMaxim Georgiev1-2/+44
2023-08-02net/packet: change packet_alloc_skb() to allow bigger paged allocationsEric Dumazet1-1/+3
2023-08-02net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet1-31/+25
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang1-1/+4
2023-08-02netlabel: Remove unused declaration netlbl_cipsov4_doi_free()Yue Haibing1-3/+0
2023-08-02ila: Remove unnecessary file net/ila.hYue Haibing2-2/+0
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing1-1/+1
2023-08-02tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth1-0/+7
2023-08-02tc: flower: support for SPIRatheesh Kannoth1-0/+35
2023-08-02net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth1-1/+52
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov1-6/+14
2023-08-01net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma1-1/+1
2023-08-01net: make sure we never create ifindex = 0Jakub Kicinski1-2/+1
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky1-6/+2
2023-08-01xfrm: delete offloaded policyLeon Romanovsky1-0/+1
2023-08-01net: dsa: tag_qca: return early if dev is not foundChristian Marangi1-4/+4
2023-08-01net/sched: sch_qfq: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_drr: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela4-20/+15
2023-08-01bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar1-2/+0
2023-07-31net/hsr: Remove unused function declarationsYue Haibing1-2/+0
2023-07-31net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis1-1/+0
2023-07-31net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-07-31net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-07-31netfilter: bpf: Only define get_proto_defrag_hook() if necessaryDaniel Xu1-0/+2
2023-07-31vsock: Remove unused function declarationsYue Haibing1-3/+0
2023-07-31net/smc: Remove unused function declarationsYue Haibing2-2/+0
2023-07-31net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer2-4/+0
2023-07-31Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby1-11/+11
2023-07-31net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima1-3/+3
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima1-2/+13
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth5-27/+28
2023-07-31xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma1-0/+1
2023-07-31xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet8-13/+14
2023-07-29net: add missing data-race annotation for sk_ll_usecEric Dumazet1-1/+1
2023-07-29net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2-3/+3
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet20-34/+35
2023-07-29net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet1-1/+1
2023-07-29net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2-12/+16
2023-07-29net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet1-3/+6
2023-07-29net: annotate data-race around sk->sk_txrehashEric Dumazet1-2/+5
2023-07-29net: annotate data-races around sk->sk_reserved_memEric Dumazet1-3/+4
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert4-8/+22