summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler2024-03-061-2/+0
* Bluetooth: Disconnect connected devices before rfkilling adapterJonas Dreßler2024-03-061-2/+33
* Bluetooth: Add new state HCI_POWERING_DOWNJonas Dreßler2024-03-062-5/+25
* Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler2024-03-061-16/+0
* inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng2024-03-062-3/+16
* genetlink: fit NLMSG_DONE into same read() as familiesJakub Kicinski2024-03-061-5/+7
* netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2024-03-062-14/+3
* netlink: handle EMSGSIZE errors in the coreJakub Kicinski2024-03-061-0/+9
* ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit2024-03-051-5/+0
* sock: Use unsafe_memcpy() for sock_copy()Kees Cook2024-03-052-4/+6
* nfc: core: make nfc_class constantRicardo B. Marliere2024-03-051-1/+1
* net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet2024-03-051-0/+10
* net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-055-3/+7
* tcp: gro: micro optimizations in tcp[4]_gro_complete()Eric Dumazet2024-03-051-8/+9
* net: gro: enable fast path for more casesEric Dumazet2024-03-051-7/+16
* net: gro: rename skb_gro_header_hard()Eric Dumazet2024-03-054-4/+4
* mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin2024-03-051-3/+6
* tcp: align tcp_sock_write_rx groupEric Dumazet2024-03-041-1/+1
* mptcp: get addr in userspace pm listGeliang Tang2024-03-043-1/+15
* mptcp: implement mptcp_userspace_pm_get_addrGeliang Tang2024-03-042-0/+76
* mptcp: add userspace_pm_lookup_addr_by_id helperGeliang Tang2024-03-041-15/+16
* mptcp: check userspace pm flagsGeliang Tang2024-03-041-5/+10
* mptcp: dump addrs in userspace pm listGeliang Tang2024-03-043-2/+20
* mptcp: add token for get-addr in yamlGeliang Tang2024-03-042-4/+5
* mptcp: implement mptcp_userspace_pm_dump_addrGeliang Tang2024-03-042-0/+62
* mptcp: export mptcp_genl_family & mptcp_nl_fill_addrGeliang Tang2024-03-042-6/+7
* mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang2024-03-042-4/+2
* mptcp: cleanup SOL_TCP handlingPaolo Abeni2024-03-041-45/+30
* mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni2024-03-043-6/+73
* mptcp: avoid some duplicate code in socket option handlingPaolo Abeni2024-03-041-12/+8
* mptcp: cleanup writer wake-upPaolo Abeni2024-03-042-22/+9
* net: ip6_tunnel: Leverage core stats allocatorBreno Leitao2024-03-041-8/+2
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-046-9/+9
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-0213-35/+38
|\
| * xsk: support redirect to any socket bound to the same umemMagnus Karlsson2024-02-051-1/+4
| * bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-3112-34/+34
* | inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet2024-03-011-58/+37
* | inet: prepare inet_base_seq() to run without RTNLEric Dumazet2024-03-012-3/+4
* | inet: annotate data-races around ifa->ifa_flagsEric Dumazet2024-03-011-9/+13
* | inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet2024-03-011-8/+8
* | inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet2024-03-011-8/+8
* | inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet2024-03-011-10/+13
* | ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Eric Dumazet2024-03-011-58/+44
* | ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet2024-03-017-54/+61
* | ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet2024-03-012-31/+39
* | 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