summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-18netfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso
2024-04-17netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso
2024-04-17netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso
2024-04-17tcp: accept bare FIN packets under memory pressureEric Dumazet
2024-04-17wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)
2024-04-16ip6_vti: fix memleak on netns dismantleFlorian Westphal
2024-04-16net/handshake: remove redundant assignment to variable retColin Ian King
2024-04-16af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima
2024-04-15io_uring: separate header for exported net bitsPavel Begunkov
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-04-15net: ip6_gre: Remove generic .ndo_get_stats64Breno Leitao
2024-04-15net: ipv6_gre: Do not use custom stat allocatorBreno Leitao
2024-04-15net: dsa: convert dsa_user_phylink_fixed_state() to use dsa_phylink_to_port()Russell King (Oracle)
2024-04-15net: constify net_classHeiner Kallweit
2024-04-15net: save some cycles when doing skb_attempt_defer_free()Jason Xing
2024-04-15net: dev_addr_lists: move locking out of init/exit in kunitJakub Kicinski
2024-04-15inet: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-04-15drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa
2024-04-12fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet
2024-04-12tipc: remove redundant assignment to ret, simplify codeColin Ian King
2024-04-12tcp: small optimization when TCP_TW_SYN is processedEric Dumazet
2024-04-12af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima
2024-04-12af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima
2024-04-12net: nfc: remove inappropriate attrs checkLin Ma
2024-04-12Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller
2024-04-11net: dsa: allow DSA switch drivers to provide their own phylink mac opsRussell King (Oracle)
2024-04-11net: dsa: introduce dsa_phylink_to_port()Russell King (Oracle)
2024-04-11tls: remove redundant assignment to variable decryptedColin Ian King
2024-04-11ipv4: Remove RTO_ONLINK.Guillaume Nault
2024-04-11tcp: add support for SO_PEEK_OFF socket optionJon Maloy
2024-04-11mpls: no longer hold RTNL in mpls_netconf_dump_devconf()Eric Dumazet
2024-04-11net: mirror skb frag ref/unref helpersMina Almasry
2024-04-11net: move skb ref helpers to new headerMina Almasry
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang
2024-04-11netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-11netfilter: nft_set_pipapo: do not free live elementFlorian Westphal
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-04-11netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso
2024-04-11netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan
2024-04-11netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-04-11Merge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-04-11xfrm: fix possible derferencing in error pathAntony Antony
2024-04-11af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-10netfilter: complete validation of user inputEric Dumazet
2024-04-10net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov