summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-19libceph: use kernel_connect()Jordan Rife
2023-10-19net: release reference to inet6_dev pointerPatrick Rohr
2023-10-19net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-10-19net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-10-19nfc: nci: assert requested protocol is validJeremy Cline
2023-10-19net/smc: Fix pos miscalculation in statisticsNils Hoppmann
2023-10-19net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet
2023-10-19net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long
2023-10-10sctp: update transport state when processing a dupcook packetXin Long
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10tipc: fix a potential deadlock on &tx->lockChengfeng Ye
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-10-10netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-10-10ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-10-10bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki
2023-10-10net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-10-06netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-10-06Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-10-06netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso
2023-10-06ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey
2023-10-06netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang
2023-10-06netfilter: exthdr: add support for tcp option removalFlorian Westphal
2023-10-06netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-10-06netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal
2023-10-06net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev
2023-10-06net: bridge: use DEV_STATS_INC()Eric Dumazet
2023-10-06dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-10-06ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-10-06net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-10-06netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-10-06netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-10-06netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso
2023-10-06netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso
2023-10-06netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso
2023-10-06netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso
2023-10-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso
2023-10-06netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-10-06netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-10-06netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
2023-10-06netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal
2023-10-06netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-10-06netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso