summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-12-19ipv4: fib_rules: Reject flow label attributesIdo Schimmel
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel
2024-12-19net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr
2024-12-19Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-12-18psample: adjust size if rate_as_probability is setAdrian Moreno
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski
2024-12-18net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean
2024-12-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet
2024-12-19netfilter: ipset: Fix for recursive locking warningPhil Sutter
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2024-12-17net: bridge: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima
2024-12-17net: page_pool: rename page_pool_is_last_ref()Jakub Kicinski
2024-12-17devlink: add devlink_fmsg_dump_skb() functionMateusz Polchlopek
2024-12-17net/sched: Add drop reasons for AQM-based qdiscsToke Høiland-Jørgensen
2024-12-17af_unix: Remove unix_our_peer().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up SOCK_DEAD error paths in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Defer sock_put() to clean up path in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Split restart label in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Use msg->{msg_name,msg_namelen} in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Move !sunaddr case in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_stream_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_stream_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_stream_connect().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_stream_connect().Kuniyuki Iwashima
2024-12-17batman-adv: Map VID 0 to untagged TT VLANSven Eckelmann
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-16sock: Introduce sk_set_prio_allowed helper functionAnna Emese Nyiri
2024-12-16rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells
2024-12-16rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells
2024-12-16netdev: fix repeated netlink messages in queue statsJakub Kicinski
2024-12-16netdev: fix repeated netlink messages in queue dumpJakub Kicinski
2024-12-16ceph: allocate sparse_ext map only for sparse readsIlya Dryomov
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-16net: ethtool: Add support for tsconfig command to get/set hwtstamp configKory Maincent
2024-12-16net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topologyKory Maincent
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-16net: Make net_hwtstamp_validate accessibleKory Maincent
2024-12-16net: Make dev_get_hwtstamp_phylib accessibleKory Maincent
2024-12-16tls: add counters for rekeySabrina Dubroca
2024-12-16tls: implement rekey for TLS1.3Sabrina Dubroca
2024-12-16tls: block decryption when a rekey is pendingSabrina Dubroca