summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-01-31net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-01-31netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso
2024-01-31netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2024-01-31netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-01-31netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long
2024-01-31netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso
2024-01-31netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-30devlink: Fix referring to hw_addr attribute during state validationParav Pandit
2024-01-30bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing
2024-01-30xdp: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-30net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan
2024-01-30llc: call sock_orphan() at release timeEric Dumazet
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-01-29net: tcp: accept old ack during closingMenglong Dong
2024-01-29NFSv4.1: Assign the right value for initval and retries for rpc timeoutSamasth Norway Ananda
2024-01-29netfilter: ebtables: allow xtables-nft only buildsFlorian Westphal
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal
2024-01-29netfilter: arptables: allow xtables-nft only buildsFlorian Westphal
2024-01-29ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan
2024-01-29netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan
2024-01-29netfilter: nf_tables: pass flags to set backend selection routinePablo Neira Ayuso
2024-01-29netfilter: nf_tables: Implement table adoption supportPhil Sutter
2024-01-29netfilter: nf_tables: Introduce NFT_TABLE_F_PERSISTPhil Sutter
2024-01-29net: free altname using an RCU callbackJakub Kicinski
2024-01-29net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao
2024-01-29taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-codingAlessandro Marcolini
2024-01-29tcp: add sanity checks to rx zerocopyEric Dumazet
2024-01-29nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin
2024-01-29net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich
2024-01-27batman-adv: Drop usage of export.hSven Eckelmann
2024-01-27batman-adv: Improve exception handling in batadv_throw_uevent()Markus Elfring
2024-01-27batman-adv: Return directly after a failed batadv_dat_select_candidates() in ...Markus Elfring
2024-01-27batman-adv: Start new development cycleSimon Wunderlich
2024-01-27batman-adv: mcast: fix memory leak on deleting a batman-adv interfaceLinus Lüssing
2024-01-27batman-adv: mcast: fix mcast packet type counter on timeouted nodesLinus Lüssing
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-01-26af_unix: Try to run GC async.Kuniyuki Iwashima
2024-01-26af_unix: Run GC on only one CPU.Kuniyuki Iwashima
2024-01-26af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima
2024-01-26af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-01-26af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-01-26net/smc: fix incorrect SMC-D link group matching logicWen Gu