summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ulp.c
AgeCommit message (Expand)Author
2023-01-19net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2022-10-28net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer
2020-02-24tcp, ulp: Pass lockdep expression to RCU listsAmol Grover
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2019-11-20tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-10-16tcp, ulp: remove socket lock assertion on ULP cleanupDaniel Borkmann
2018-10-15tcp, ulp: remove ulp bits from sockmapDaniel Borkmann
2018-10-15tcp, ulp: enforce sock_owned_by_me upon ulp init and cleanupDaniel Borkmann
2018-08-16tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca
2017-06-23tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski
2017-06-15tcp: ULP infrastructureDave Watson