Age | Commit message (Expand) | Author |
2023-04-21 | bridge: Encapsulate data path neighbor suppression logic | Ido Schimmel |
2023-04-21 | bridge: Take per-{Port, VLAN} neighbor suppression into account | Ido Schimmel |
2023-04-21 | bridge: Add internal flags for per-{Port, VLAN} neighbor suppression | Ido Schimmel |
2023-04-21 | bridge: Pass VLAN ID to br_flood() | Ido Schimmel |
2023-04-21 | bridge: Reorder neighbor suppression check when flooding | Ido Schimmel |
2023-04-21 | vlan: Add MACsec offload operations for VLAN interface | Emeel Hakim |
2023-04-21 | sctp: delete the nested flexible array hmac | Xin Long |
2023-04-21 | sctp: delete the nested flexible array peer_init | Xin Long |
2023-04-21 | sctp: delete the nested flexible array variable | Xin Long |
2023-04-21 | sctp: delete the nested flexible array skip | Xin Long |
2023-04-21 | sctp: delete the nested flexible array params | Xin Long |
2023-04-20 | mac80211: use the new drop reasons infrastructure | Johannes Berg |
2023-04-20 | net: extend drop reasons for multiple subsystems | Johannes Berg |
2023-04-20 | ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6 | Mahesh Bandewar |
2023-04-20 | net: ethtool: mm: sanitize some UAPI configurations | Vladimir Oltean |
2023-04-20 | net: skbuff: update and rename __kfree_skb_defer() | Jakub Kicinski |
2023-04-20 | page_pool: unlink from napi during destroy | Jakub Kicinski |
2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-20 | Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-04-20 | net: bridge: switchdev: don't notify FDB entries with "master dynamic" | Vladimir Oltean |
2023-04-19 | net/handshake: Add Kunit tests for the handshake consumer API | Chuck Lever |
2023-04-19 | net/handshake: Add a kernel API for requesting a TLSv1.3 handshake | Chuck Lever |
2023-04-19 | net/handshake: Create a NETLINK service for handling handshake requests | Chuck Lever |
2023-04-19 | Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski |
2023-04-19 | page_pool: add DMA_ATTR_WEAK_ORDERING on all mappings | Jakub Kicinski |
2023-04-19 | Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-04-19 | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set | Jakub Kicinski |
2023-04-19 | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set | Jakub Kicinski |
2023-04-19 | mptcp: fix accept vs worker race | Paolo Abeni |
2023-04-19 | mptcp: stops worker on unaccepted sockets at listener close | Paolo Abeni |
2023-04-19 | net: rpl: fix rpl header size calculation | Alexander Aring |
2023-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |
2023-04-18 | netfilter: nf_tables: tighten netlink attribute requirements for catch-all el... | Pablo Neira Ayuso |
2023-04-18 | netfilter: nf_tables: validate catch-all set elements | Pablo Neira Ayuso |
2023-04-17 | SUNRPC: Fix failures of checksum Kunit tests | Chuck Lever |
2023-04-17 | net/sched: clear actions pointer in miss cookie init fail | Pedro Tammela |
2023-04-17 | sctp: add intl_capable and reconf_capable in ss peer_capable | Xin Long |
2023-04-17 | sctp: delete the obsolete code for the host name address param | Xin Long |
2023-04-17 | mptcp: remove unused 'remaining' variable | Matthieu Baerts |
2023-04-17 | mptcp: make userspace_pm_append_new_local_addr static | Geliang Tang |
2023-04-17 | mptcp: fastclose msk when cleaning unaccepted sockets | Paolo Abeni |
2023-04-17 | mptcp: move first subflow allocation at mpc access time | Paolo Abeni |
2023-04-17 | mptcp: move fastopen subflow check inside mptcp_sendmsg_fastopen() | Paolo Abeni |
2023-04-17 | mptcp: avoid unneeded __mptcp_nmpc_socket() usage | Paolo Abeni |
2023-04-17 | mptcp: drop unneeded argument | Paolo Abeni |
2023-04-14 | page_pool: allow caching from safely localized NAPI | Jakub Kicinski |
2023-04-14 | net: skb: plumb napi state thru skb freeing paths | Jakub Kicinski |
2023-04-14 | net/ipv6: Initialise msg_control_is_user | Kevin Brodsky |
2023-04-14 | net/compat: Update msg_control_is_user when setting a kernel pointer | Kevin Brodsky |
2023-04-14 | net: Ensure ->msg_control_user is used for user buffers | Kevin Brodsky |