summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-25bpf: check bpf_dummy_struct_ops program params for test runsEduard Zingerman
2024-04-25bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullableEduard Zingerman
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-03-28bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard from the tcp-cc kfuncsMartin KaFai Lau
2024-03-28bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko
2024-03-28bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov
2024-03-28bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-03-28Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-03-28netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima
2024-03-28netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso
2024-03-28netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso
2024-03-28netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso
2024-03-27Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-26tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca
2024-03-26tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca
2024-03-26tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca
2024-03-26net: pin system percpu page_pools to the corresponding NUMA nodesAlexander Lobakin
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet
2024-03-26net: Rename rps_lock to backlog_lock.Sebastian Andrzej Siewior
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior
2024-03-26net: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior
2024-03-26net: Remove conditional threaded-NAPI wakeup based on task state.Sebastian Andrzej Siewior
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-25net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran
2024-03-25net: mark racy access on sk->sk_rcvbuflinke li
2024-03-25wifi: mac80211: correctly set active links upon TTLMAyala Beker
2024-03-25wifi: mac80211: fix prep_connection error pathJohannes Berg
2024-03-25wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev
2024-03-25wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg
2024-03-25wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson
2024-03-25wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau
2024-03-25wifi: mac80211: fix mlme_link_id_dbg()Johan Hovold
2024-03-22ipv6: Fix address dump when IPv6 is disabled on an interfaceIdo Schimmel
2024-03-22nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter
2024-03-22nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-21Merge tag 'nf-24-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-03-21netfilter: nf_tables: Fix a memory leak in nf_tables_updchainQuan Tian
2024-03-20net: report RCU QS on threaded NAPI repollingYan Zhai
2024-03-21netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso
2024-03-21netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso
2024-03-19Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-03-19devlink: fix port new reply cmd typeJiri Pirko
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima
2024-03-19bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds