summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern
2022-05-05net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-05-05net: align SO_RCVMARK required privileges with SO_MARKEyal Birger
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou
2022-05-04tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-05-04tcp: increase source port perturb table to 2^16Willy Tarreau
2022-05-04tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-05-04tcp: add small random increments to the source portWilly Tarreau
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet
2022-05-04tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-05-04mac80211: support disabling EHT modeMuna Sinada
2022-05-04cfg80211: support disabling EHT modeMuna Sinada
2022-05-04mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau
2022-05-04mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua
2022-05-04mac80211: consider Order bit to fill CCMP AADPing-Ke Shih
2022-05-04cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov
2022-05-04nl80211: rework internal_flags usageJohannes Berg
2022-05-04nl80211: don't hold RTNL in color change requestJohannes Berg
2022-05-04cfg80211: remove cfg80211_get_chan_state()Johannes Berg
2022-05-04mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor
2022-05-04mptcp: netlink: split mptcp_pm_parse_addr into two functionsFlorian Westphal
2022-05-04mptcp: read attributes of addr entries managed by userspace PMsKishen Maloor
2022-05-04mptcp: handle local addrs announced by userspace PMsKishen Maloor
2022-05-04mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty
2022-05-04cfg80211: retrieve S1G operating channel numberKieran Frewen
2022-05-04nl80211: validate S1G channel widthKieran Frewen
2022-05-04mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski
2022-05-03mptcp: allow ADD_ADDR reissuance by userspace PMsKishen Maloor
2022-05-03mptcp: expose server_side attribute in MPTCP netlink eventsKishen Maloor
2022-05-03mptcp: establish subflows from either end of connectionKishen Maloor
2022-05-03mptcp: reflect remote port (not 0) in ANNOUNCED eventsKishen Maloor
2022-05-03mptcp: store remote id from MP_JOIN SYN/ACK in local ctxKishen Maloor
2022-05-03mptcp: bypass in-kernel PM restrictions for non-kernel PMsKishen Maloor
2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella
2022-05-02ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov