summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: mptcp: use policy generated by YAML specDavide Caratti2023-10-245-161/+250
* net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}Davide Caratti2023-10-243-32/+32
* net: mptcp: convert netlink from small_ops to opsDavide Caratti2023-10-241-64/+127
* net: sched: sch_qfq: Use non-work-conserving warning handlerLiu Jian2023-10-241-1/+1
* sock: Ignore memcg pressure heuristics when raising allocatedAbel Wu2023-10-241-2/+12
* sock: Doc behaviors for pressure heurisiticsAbel Wu2023-10-241-1/+13
* sock: Code cleanup on __sk_mem_raise_allocated()Abel Wu2023-10-241-10/+12
* page_pool: introduce page_pool_alloc() APIYunsheng Lin2023-10-231-2/+2
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-232-3/+2
* page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2023-10-231-1/+9
* Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-10-238-137/+201
|\
| * Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler2023-10-231-2/+2
| * Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-10-232-15/+14
| * Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu2023-10-231-4/+12
| * Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-234-50/+51
| * Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-232-18/+30
| * Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter2023-10-231-13/+7
| * Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu2023-10-231-0/+12
| * Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu2023-10-232-3/+2
| * Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu2023-10-231-2/+2
| * Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-233-19/+55
| * Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2023-10-232-16/+19
* | Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski2023-10-2316-456/+880
|\ \
| * | devlink: remove netlink small_opsJiri Pirko2023-10-231-327/+1
| * | devlink: remove duplicated netlink callback prototypesJiri Pirko2023-10-231-62/+0
| * | netlink: specs: devlink: add the remaining command to generate complete split...Jiri Pirko2023-10-232-2/+819
| * | devlink: rename netlink callback to be aligned with the generated onesJiri Pirko2023-10-2313-158/+152
| * | genetlink: don't merge dumpit split op for different cmds into single iterJiri Pirko2023-10-231-1/+2
| |/
* | net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet2023-10-231-0/+4
* | net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet2023-10-231-1/+1
|/
* tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca2023-10-233-11/+4
* tcp: add TCPI_OPT_USEC_TSEric Dumazet2023-10-231-0/+2
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-238-29/+73
* tcp: add tcp_rtt_tsopt_us()Eric Dumazet2023-10-231-20/+23
* tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-234-10/+10
* tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2023-10-231-1/+9
* tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-233-7/+7
* tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-233-6/+6
* tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-233-7/+5
* tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-232-2/+2
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-10-231-13/+7
* ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-15/+18
* ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-3/+1
* ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2023-10-232-68/+69
* net: atm: Remove redundant check.Gavrilov Ilia2023-10-231-2/+0
* ethtool: untangle the linkmode and ethtool headersJakub Kicinski2023-10-201-0/+21
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-207-9/+14
* netlink: add variable-length / auto integersJakub Kicinski2023-10-201-3/+11
* devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel2023-10-201-104/+84
* devlink: retain error in struct devlink_fmsgPrzemek Kitszel2023-10-201-171/+76