summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu1-2/+2
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu3-19/+55
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2-16/+19
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca3-11/+4
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet1-0/+2
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet8-29/+73
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet1-20/+23
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet4-10/+10
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet1-1/+9
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet3-7/+7
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet3-6/+6
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet3-7/+5
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet2-2/+2
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-13/+7
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani1-15/+18
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+1
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2-68/+69
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia1-2/+0
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski1-0/+21
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo7-9/+14
2023-10-20netlink: add variable-length / auto integersJakub Kicinski1-3/+11
2023-10-20devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel1-104/+84
2023-10-20devlink: retain error in struct devlink_fmsgPrzemek Kitszel1-171/+76
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski42-231/+351
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds42-231/+350
2023-10-19Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent1-26/+6
2023-10-19mptcp: avoid sending RST when closing the initial subflowGeliang Tang1-6/+22
2023-10-19mptcp: more conservative check for zero probesPaolo Abeni1-7/+1
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni1-0/+1
2023-10-19net: move altnames together with the netdeviceJakub Kicinski1-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski1-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski2-1/+11
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi1-1/+1
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet2-4/+11
2023-10-19Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2-26/+31
2023-10-19Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-8/+6
2023-10-19ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet1-5/+9
2023-10-19tcp_bpf: properly release resources on error pathsPaolo Abeni1-4/+12
2023-10-19net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela1-4/+14
2023-10-19tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-18netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso1-4/+1
2023-10-18netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso1-0/+2
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter1-22/+28
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter1-1/+2
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia1-7/+7
2023-10-18netfilter: nf_tables: de-constify set commit ops function argumentFlorian Westphal1-4/+3
2023-10-18netfilter: bridge: convert br_netfilter to NF_DROP_REASONFlorian Westphal2-16/+16
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal2-4/+8
2023-10-18netfilter: nf_nat: mask out non-verdict bits when checking return valueFlorian Westphal1-2/+3