summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-06netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal1-2/+7
2026-02-06netfilter: flowtable: dedicated slab for flow entryQingfang Deng1-2/+10
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-49/+74
2026-02-06netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal1-68/+68
2026-02-06nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria1-0/+8
2026-02-05inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet2-4/+16
2026-02-05tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges1-1/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-46/+68
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti2-6/+4
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet1-30/+27
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet1-0/+10
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet2-19/+1
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet2-85/+86
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet2-24/+9
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida1-1/+2
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet2-2/+39
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp1-17/+6
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp5-24/+11
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp6-10/+10
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp9-3/+112
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano1-1/+1
2026-02-05net/rds: Trigger rds_send_ping() more than onceGerd Rausch6-17/+72
2026-02-05net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrivesGerd Rausch4-39/+90
2026-02-05net/rds: Update struct rds_statistics to use u64 instead of uint64_tAllison Henderson1-36/+36
2026-02-05net/rds: Clear reconnect pending bitHÃ¥kon Bugge1-0/+2
2026-02-05net/rds: Kick-start TCP receiver after acceptGerd Rausch1-0/+2
2026-02-05net/rds: rds_tcp_conn_path_shutdown must not discard messagesGerd Rausch6-5/+76
2026-02-05net/rds: Encode cp_index in TCP source portGerd Rausch7-7/+77
2026-02-05net/rds: new extension header: rdma bytesShamir Rabinovitch4-29/+107
2026-02-05net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()Eric Dumazet1-2/+2
2026-02-05net/iucv: clean up iucv kernel-doc warningsRandy Dunlap1-119/+108
2026-02-05tcp: split tcp_check_space() in two partsEric Dumazet1-9/+4
2026-02-05tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet2-19/+19
2026-02-05tcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet1-1/+1
2026-02-05Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski19-74/+773
2026-02-05mptcp: Change some dubious min_t(int, ...) to min()David Laight1-4/+5
2026-02-05mptcp: pm: align endpoint flags size with the NL specsMatthieu Baerts (NGI0)1-2/+2
2026-02-05trace: mptcp: add mptcp_rcvbuf_grow tracepointPaolo Abeni1-0/+3
2026-02-05mptcp: consolidate rcv space initPaolo Abeni3-18/+15
2026-02-05mptcp: fix receive space timestamp initializationPaolo Abeni2-4/+9
2026-02-05mptcp: do not account for OoO in mptcp_rcvbuf_grow()Paolo Abeni1-6/+0
2026-02-05vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann1-1/+1
2026-02-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima1-1/+1
2026-02-04net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-04net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+34
2026-02-04net: bridge: use sysfs_emit instead of sprintfDavid Corvaglia3-75/+73
2026-02-03netclassid: use thread_group_leader(p) in update_classid_task()Oleg Nesterov1-1/+1
2026-02-03net: Keep ignoring isolated cpuset changeFrederic Weisbecker1-1/+1
2026-02-03tcp: accecn: enable AccECNChia-Yu Chang1-1/+1