summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-20libceph: use kernel_connect()Jordan Rife1-2/+2
2023-10-20net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-10-20net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2-21/+19
2023-10-20net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2-2/+26
2023-10-20nfc: nci: assert requested protocol is validJeremy Cline1-0/+5
2023-10-20net/smc: Fix pos miscalculation in statisticsNils Hoppmann1-5/+9
2023-10-20net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet1-18/+12
2023-10-20net: prevent address rewrite in kernel_bind()Jordan Rife4-5/+9
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long1-0/+1
2023-10-10sctp: update transport state when processing a dupcook packetXin Long1-2/+1
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-10tipc: fix a potential deadlock on &tx->lockChengfeng Ye1-2/+2
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier1-0/+2
2023-10-10netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal1-17/+29
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-10/+33
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline1-0/+2
2023-10-10ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells1-1/+1
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet1-1/+3
2023-10-10bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki1-0/+4
2023-10-10net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife1-6/+23
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2-3/+3
2023-10-06netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal1-1/+1
2023-10-06Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust1-2/+1
2023-10-06netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso1-5/+13
2023-10-06ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-0/+5
2023-10-06netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang1-12/+8
2023-10-06netfilter: exthdr: add support for tcp option removalFlorian Westphal1-1/+95
2023-10-06netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik1-2/+10
2023-10-06netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal1-0/+4
2023-10-06net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev1-5/+7
2023-10-06net: bridge: use DEV_STATS_INC()Eric Dumazet2-4/+4
2023-10-06dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-10-06ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-10-06net/core: Fix ETH_P_1588 flow dissectorSasha Neftin1-1/+1
2023-10-06netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso1-4/+5
2023-10-06netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal1-2/+8
2023-10-06netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso1-6/+3
2023-10-06netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso1-1/+1
2023-10-06netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso4-6/+22
2023-10-06netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso1-4/+2
2023-10-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso1-2/+6
2023-10-06netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2-0/+6
2023-10-06netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso1-2/+2
2023-10-06netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso1-1/+6
2023-10-06netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso1-1/+6
2023-10-06netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso1-4/+32
2023-10-06netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal1-19/+4
2023-10-06netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso1-47/+1
2023-10-06netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso1-2/+4