summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-02-05nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria
2026-02-05inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet
2026-02-05tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano
2026-02-04net/rds: Trigger rds_send_ping() more than onceGerd Rausch
2026-02-04net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrivesGerd Rausch
2026-02-04net/rds: Update struct rds_statistics to use u64 instead of uint64_tAllison Henderson
2026-02-04net/rds: Clear reconnect pending bitHÃ¥kon Bugge
2026-02-04net/rds: Kick-start TCP receiver after acceptGerd Rausch
2026-02-04net/rds: rds_tcp_conn_path_shutdown must not discard messagesGerd Rausch
2026-02-04net/rds: Encode cp_index in TCP source portGerd Rausch
2026-02-04net/rds: new extension header: rdma bytesShamir Rabinovitch
2026-02-04net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()Eric Dumazet
2026-02-04net/iucv: clean up iucv kernel-doc warningsRandy Dunlap
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet
2026-02-04tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet
2026-02-04tcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-02-04mptcp: Change some dubious min_t(int, ...) to min()David Laight
2026-02-04mptcp: pm: align endpoint flags size with the NL specsMatthieu Baerts (NGI0)
2026-02-04trace: mptcp: add mptcp_rcvbuf_grow tracepointPaolo Abeni
2026-02-04mptcp: consolidate rcv space initPaolo Abeni
2026-02-04mptcp: fix receive space timestamp initializationPaolo Abeni
2026-02-04mptcp: do not account for OoO in mptcp_rcvbuf_grow()Paolo Abeni
2026-02-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann
2026-02-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima
2026-02-03net: gro: fix outer network offsetPaolo Abeni
2026-02-03net: add proper RCU protection to /proc/net/ptypeEric Dumazet
2026-02-03net: bridge: use sysfs_emit instead of sprintfDavid Corvaglia
2026-02-03netclassid: use thread_group_leader(p) in update_classid_task()Oleg Nesterov
2026-02-03net: Keep ignoring isolated cpuset changeFrederic Weisbecker
2026-02-03tcp: accecn: enable AccECNChia-Yu Chang
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang
2026-02-03tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang