summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-26s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()Sidraya Jayagond
2024-11-26net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman
2024-11-24netlink: fix false positive warning in extack during dumpsJakub Kicinski
2024-11-24rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-18bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2024-11-18netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao
2024-11-18net: ip: fix unexpected return in fib_validate_source()Menglong Dong
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook
2024-11-18mptcp: pm: avoid code duplication to lookup endpGeliang Tang
2024-11-18mptcp: pm: lockless list traversal to dump endpMatthieu Baerts (NGI0)
2024-11-18net/neighbor: clear error in case strict check is not setJakub Kicinski
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-15net: netpoll: flush skb pool during cleanupBreno Leitao
2024-11-15net: netpoll: Individualize the skb poolBreno Leitao
2024-11-15net/netlink: Correct the comment on netlink message max capDmitry Safonov
2024-11-15xsk: Free skb when TX metadata options are invalidFelix Maurer
2024-11-15Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato
2024-11-15netdev-genl: Hold rcu_read_lock in napi_getJoe Damato
2024-11-15Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-11-15Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-11-15netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden
2024-11-15netfilter: bitwise: rename some boolean operation functionsJeremy Sowden
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault
2024-11-15netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz
2024-11-14Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov