summaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds280-5284/+7724
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-3/+3
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+2
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-13/+13
2024-11-18bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2024-11-18netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao1-1/+1
2024-11-18net: ip: fix unexpected return in fib_validate_source()Menglong Dong1-1/+1
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook3-16/+12
2024-11-18mptcp: pm: avoid code duplication to lookup endpGeliang Tang1-14/+6
2024-11-18mptcp: pm: lockless list traversal to dump endpMatthieu Baerts (NGI0)1-6/+7
2024-11-18net/neighbor: clear error in case strict check is not setJakub Kicinski1-0/+1
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+5
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-174/+148
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+0
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu2-3/+101
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu2-4/+195
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu1-2/+4
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu2-30/+29
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller9-37/+267
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata3-11/+17
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata3-9/+14
2024-11-15net: netpoll: flush skb pool during cleanupBreno Leitao1-1/+13
2024-11-15net: netpoll: Individualize the skb poolBreno Leitao1-18/+13
2024-11-15net/netlink: Correct the comment on netlink message max capDmitry Safonov1-2/+2
2024-11-15xsk: Free skb when TX metadata options are invalidFelix Maurer1-5/+6
2024-11-15Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-5/+2
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato1-0/+2
2024-11-15netdev-genl: Hold rcu_read_lock in napi_getJoe Damato1-0/+2
2024-11-15Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski9-137/+480
2024-11-15Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski9-112/+456
2024-11-15netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden1-11/+123
2024-11-15netfilter: bitwise: rename some boolean operation functionsJeremy Sowden1-17/+17
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault1-1/+1
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault1-1/+2
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault1-1/+1
2024-11-15netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault1-2/+2
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault1-1/+1
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert1-0/+1
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree1-12/+30
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+5
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-37/+51
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-11-14Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz1-0/+60
2024-11-14Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov1-11/+4
2024-11-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-11-14Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu2-1/+25
2024-11-14Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu1-18/+10
2024-11-14Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz1-17/+71