summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-1942-231/+351
|\
| * Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-1942-231/+350
| |\
| | * Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent2023-10-191-26/+6
| | * mptcp: avoid sending RST when closing the initial subflowGeliang Tang2023-10-191-6/+22
| | * mptcp: more conservative check for zero probesPaolo Abeni2023-10-191-7/+1
| | * tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni2023-10-191-0/+1
| | * net: move altnames together with the netdeviceJakub Kicinski2023-10-191-4/+9
| | * net: avoid UAF on deleted altnameJakub Kicinski2023-10-191-1/+6
| | * net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-192-1/+11
| | * net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-191-13/+31
| | * Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-10-192-26/+31
| | |\
| | | * netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso2023-10-181-4/+1
| | | * netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso2023-10-181-0/+2
| | | * netfilter: nf_tables: audit log object reset once per tablePhil Sutter2023-10-181-22/+28
| | * | Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-194-8/+6
| | |\ \
| | | * | net: rfkill: reduce data->mtx scope in rfkill_fop_openJohannes Berg2023-10-111-3/+2
| | | * | net: rfkill: gpio: prevent value glitch during probeJosua Mayer2023-10-111-2/+2
| | | * | wifi: mac80211: fix error path key leakJohannes Berg2023-10-111-2/+1
| | | * | wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg2023-10-111-1/+1
| | * | | ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-191-5/+9
| | * | | tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-191-4/+12