aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-05netfilter: nf_conntrack: speed up reads from nf_conntrack proc fileFlorian Westphal1-35/+53
2025-05-05netfilter: nft_quota: match correctly when the quota just depletedZhongqiu Duan1-7/+13
2025-05-05netfilter: bridge: Move specific fragmented packet to slow_path instead of dropping itHuajian Yang2-12/+12
2025-05-03ipv4: Honor "ignore_routes_with_linkdown" sysctl in nexthop selectionIdo Schimmel1-2/+9
2025-05-02ipv6: Restore fib6_config validation for SIOCADDRT.Kuniyuki Iwashima1-42/+55
2025-05-02mptcp: Align mptcp_inet6_sk with other protocolsPedro Falcato1-2/+2
2025-05-02bpf: net_sched: Make some Qdisc_ops ops mandatoryAmery Hung1-0/+12
2025-05-02bpf: net_sched: Fix bpf qdisc init prologue when set as default qdiscAmery Hung1-5/+7
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife1-17/+44
2025-05-02bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch itemsJordan Rife1-8/+12
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife1-8/+8
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-26/+55
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife1-5/+6
2025-05-01ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setupAndrea Mayer1-3/+3
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-249/+258
2025-05-01Merge tag 'net-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-222/+264
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang2-2/+2
2025-04-30xfrm: ipcomp: fix truesize computation on receiveSabrina Dubroca1-2/+1
2025-04-29Merge tag 'nf-next-25-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski6-11/+61
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau1-1/+60
2025-04-29xsk: convert xdp_copy_frags_from_zc() to use page_pool_dev_alloc()Bui Quang Minh1-7/+7
2025-04-29xsk: respect the offsets when copying fragsBui Quang Minh1-3/+4
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung2-4/+4
2025-04-29ipv4: fib: Fix fib_info_hash_alloc() allocation typeKees Cook1-1/+1
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn3-6/+22
2025-04-29ipv4: prefer multipath nexthop that matches source addressWillem de Bruijn2-15/+26
2025-04-28net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira1-4/+7
2025-04-28net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-04-28net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira1-1/+1
2025-04-28net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-04-29netfilter: nf_tables: export set count and backend name to userspaceFlorian Westphal1-0/+26
2025-04-29netfilter: conntrack: Remove redundant NFCT_ALIGN callXuanqiang Luo1-3/+1
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov8-50/+64
2025-04-28net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pidChristian Brauner1-10/+12
2025-04-26Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-5/+1
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever1-5/+1
2025-04-26net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pidChristian Brauner1-11/+74
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-23/+0
2025-04-25Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen1-0/+3
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz4-104/+83
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz3-100/+85
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris1-0/+2
2025-04-24tcp: fastopen: note that a child socket was createdJeremy Harris2-0/+2
2025-04-24net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"Colin Ian King1-1/+1
2025-04-24rxrpc: rxgk: Fix some reference count leaksDan Carpenter1-3/+7
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski2-3/+4
2025-04-24rxrpc: Remove deadcodeDr. David Alan Gilbert3-50/+0
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-23/+70
2025-04-24Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-1/+7
2025-04-24net: cgroup: Guard users of sock_cgroup_classid()Michal Koutný2-1/+10