summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet
2024-03-01ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet
2024-03-01ipv6: addrconf_disable_policy() optimizationEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet
2024-03-01ipv6: annotate data-races in rt6_probe()Eric Dumazet
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet
2024-03-01ipv6: addrconf_disable_ipv6() optimizationEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-02-29tls: fix use-after-free on failed backlog decryptionSabrina Dubroca
2024-02-29tls: separate no-async decryption request handling from asyncSabrina Dubroca
2024-02-29tls: fix peeking with sync+async decryptionSabrina Dubroca
2024-02-29tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao
2024-02-29net: get stats64 if device if driver is configuredBreno Leitao
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao
2024-02-28inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet
2024-02-28net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet
2024-02-28net: bridge: Exit if multicast_init_stats failsBreno Leitao
2024-02-28net: bridge: Do not allocate stats in the driverBreno Leitao
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-02-28netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao
2024-02-28inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet
2024-02-28inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-28net: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-02-28netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz