summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-26Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2023-10-25net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie
2023-10-25net: ipv6/addrconf: clamp preferred_lft to the maximum allowedAlex Henrie
2023-10-25ipv6: avoid atomic fragment on GSO packetsYan Zhai
2023-10-25ipv6: refactor ip6_finish_output for GSO handlingYan Zhai
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai
2023-10-25Merge tag 'nf-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-10-25vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei
2023-10-25mptcp: refactor sndbuf auto-tuningPaolo Abeni
2023-10-25mptcp: ignore notsent_lowat setting at the subflow levelPaolo Abeni
2023-10-25mptcp: consolidate sockopt synchronizationPaolo Abeni
2023-10-25mptcp: use copy_from_iter helpers on transmitPaolo Abeni
2023-10-25mptcp: give rcvlowat some lovePaolo Abeni
2023-10-25mptcp: use plain bool instead of custom binary enumPaolo Abeni
2023-10-25mptcp: properly account fastopen dataPaolo Abeni
2023-10-25mptcp: add a new sysctl for make after break timeoutPaolo Abeni
2023-10-25net: ipv6: fix typo in commentsDeming Wang
2023-10-25net: ipv4: fix typo in commentsDeming Wang
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2023-10-25sched: act_ct: switch to per-action label countingFlorian Westphal
2023-10-24Merge tag 'wireless-2023-10-24' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-10-24net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUITFlorian Fainelli
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-10-24net: remove else after return in dev_prep_valid_name()Jakub Kicinski
2023-10-24net: remove dev_valid_name() check from __dev_alloc_name()Jakub Kicinski
2023-10-24net: trust the bitmap in __dev_alloc_name()Jakub Kicinski
2023-10-24net: reduce indentation of __dev_alloc_name()Jakub Kicinski
2023-10-24net: make dev_alloc_name() call dev_prep_valid_name()Jakub Kicinski
2023-10-24net: don't use input buffer of __dev_alloc_name() as a scratch spaceJakub Kicinski
2023-10-24net: mptcp: use policy generated by YAML specDavide Caratti
2023-10-24net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}Davide Caratti
2023-10-24net: mptcp: convert netlink from small_ops to opsDavide Caratti
2023-10-24netfilter: nf_tables: Carry reset boolean in nft_set_dump_ctxPhil Sutter
2023-10-24netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...Pablo Neira Ayuso
2023-10-24netfilter: nf_tables: shrink memory consumption of set elementsPablo Neira Ayuso
2023-10-24netfilter: nf_tables: expose opaque set element as struct nft_elem_privPablo Neira Ayuso
2023-10-24netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso
2023-10-24netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flushPablo Neira Ayuso
2023-10-24netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctxPhil Sutter
2023-10-24netfilter: nf_tables: nft_obj_filter fits into cb->ctxPhil Sutter
2023-10-24netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctxPhil Sutter
2023-10-24netfilter: nf_tables: A better name for nft_obj_filterPhil Sutter
2023-10-24netfilter: nf_tables: Unconditionally allocate nft_obj_filterPhil Sutter
2023-10-24netfilter: nf_tables: Drop pointless memset in nf_tables_dump_objPhil Sutter
2023-10-24netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal
2023-10-24br_netfilter: use single forward hook for ip and arpFlorian Westphal
2023-10-24netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requestsPhil Sutter