summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: addrconf_disable_policy() optimizationEric Dumazet2024-03-011-7/+6
* ipv6: annotate data-races around devconf->disable_policyEric Dumazet2024-03-013-5/+5
* ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet2024-03-013-4/+6
* ipv6: annotate data-races in rt6_probe()Eric Dumazet2024-03-011-2/+3
* ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet2024-03-011-4/+4
* ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet2024-03-011-15/+18
* ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-015-13/+16
* ipv6: annotate data-races around cnf.hop_limitEric Dumazet2024-03-015-7/+7
* ipv6: annotate data-races around cnf.mtu6Eric Dumazet2024-03-013-7/+7
* ipv6: addrconf_disable_ipv6() optimizationEric Dumazet2024-03-011-7/+6
* ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet2024-03-013-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-2925-57/+328
|\
| * Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-02-296-11/+30
| |\
| | * Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2024-02-282-1/+11
| | * Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz2024-02-281-1/+4
| | * Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis2024-02-281-1/+3
| | * Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu2024-02-281-2/+2
| | * Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu2024-02-281-1/+1
| | * Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz2024-02-281-1/+4
| | * Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu2024-02-281-3/+4
| | * Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler2024-02-281-1/+1
| * | tls: fix use-after-free on failed backlog decryptionSabrina Dubroca2024-02-291-7/+17
| * | tls: separate no-async decryption request handling from asyncSabrina Dubroca2024-02-291-5/+8
| * | tls: fix peeking with sync+async decryptionSabrina Dubroca2024-02-291-3/+6
| * | tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca2024-02-291-0/+2
| * | Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-294-0/+147
| |\ \
| | * | netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-02-293-0/+127
| | * | netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin2024-02-281-0/+20
| * | | net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski2024-02-291-1/+1
| * | | rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma2024-02-281-6/+5
| | |/ | |/|
| * | net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski2024-02-281-1/+1
| * | Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-272-1/+4
| |\ \
| | * | wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau2024-02-231-1/+2
| | * | wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-02-151-0/+2
| * | | mptcp: fix possible deadlock in subflow diagPaolo Abeni2024-02-261-0/+3
| * | | mptcp: fix double-free on socket dismantleDavide Caratti2024-02-261-0/+49
| * | | mptcp: fix potential wake-up event lossPaolo Abeni2024-02-261-10/+11
| * | | mptcp: fix snd_wnd initialization for passive socketPaolo Abeni2024-02-261-1/+1
| * | | mptcp: push at DSS boundariesPaolo Abeni2024-02-261-0/+1
| * | | mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)2024-02-261-1/+1
| * | | mptcp: map v4 address to v6 when destroying subflowGeliang Tang2024-02-261-0/+10
| * | | dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-261-1/+1
| * | | ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-02-261-3/+4
| * | | net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr2024-02-221-2/+8
| * | | net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal2024-02-221-7/+21
| * | | netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka2024-02-221-1/+1
| | |/ | |/|
* | | net: sit: Do not set .ndo_get_stats64Breno Leitao2024-02-291-1/+0
* | | net: get stats64 if device if driver is configuredBreno Leitao2024-02-291-0/+2
* | | ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao2024-02-291-5/+5
* | | inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet2024-02-281-4/+4