summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-10-121-0/+2
| * | | | | inet: ping: fix recent breakageEric Dumazet2022-10-122-17/+6
| * | | | | ipv6: ping: fix wrong checksum for large framesEric Dumazet2022-10-121-1/+1
| * | | | | Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-10-118-43/+54
| |\| | | | | | |/ / / | |/| | |
| | * | | wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl...Kees Cook2022-10-071-1/+3
| | * | | wifi: wext: use flex array destination for memcpy()Hawkins Jiawei2022-10-071-7/+10
| | * | | wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packetsFelix Fietkau2022-10-071-19/+21
| | * | | wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-072-7/+9
| | * | | wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau2022-10-071-3/+4
| | * | | wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter2022-10-071-1/+1
| | * | | wifi: mac80211: remove/avoid misleading printsJames Prestwood2022-10-071-3/+4
| | * | | wifi: mac80211: fix probe req HE capabilities accessJames Prestwood2022-10-071-1/+1
| | * | | wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau2022-10-071-1/+1
| * | | | net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()Yang Yingliang2022-10-091-1/+1
| * | | | ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-10-071-4/+4
| * | | | Merge tag 'ieee802154-for-net-2022-10-05' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2022-10-051-3/+4
| |\ \ \ \
| | * | | | net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa2022-10-051-0/+4
| | * | | | Revert "net/ieee802154: reject zero-sized raw_sendmsg()"Alexander Aring2022-10-051-3/+0
| | |/ / /
| * / / / Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean2022-10-051-5/+3
| |/ / /
* | | | Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-10-133-39/+9
|\ \ \ \
| * | | | libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton2022-10-043-39/+9
* | | | | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-1311-80/+141
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SUNRPC: Add API to force the client to disconnectTrond Myklebust2022-10-061-0/+14
| * | | | SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust2022-10-062-0/+48
| * | | | SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust2022-10-063-21/+28
| * | | | xprtrdma: Fix uninitialized variableChuck Lever2022-10-051-2/+1
| * | | | xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever2022-10-051-4/+4
| * | | | xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever2022-10-051-3/+3
| * | | | xprtrdma: MR-related memory allocation should be allowed to failChuck Lever2022-10-053-11/+17
| * | | | xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever2022-10-051-11/+8
| * | | | xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever2022-10-053-11/+11
| * | | | svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever2022-10-052-4/+2
| * | | | SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever2022-10-052-9/+4
| * | | | SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-031-1/+1
| * | | | SUNRPC: use max_t() to simplify open codeZiyang Xuan2022-10-031-4/+1
| * | | | SUNRPC: Directly use ida_alloc()/free()Bo Liu2022-10-033-6/+6
* | | | | Merge tag '9p-for-6.1' of https://github.com/martinetd/linuxLinus Torvalds2022-10-107-28/+246
|\ \ \ \ \
| * | | | | net/9p: clarify trans_fd parse_opt failure handlingLi Zhong2022-10-071-1/+3
| * | | | | net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-10-071-2/+2
| * | | | | net/9p: use a dedicated spinlock for trans_fdDominique Martinet2022-10-071-16/+25
| * | | | | 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-10-071-0/+3
| * | | | | net/9p: allocate appropriate reduced message buffersChristian Schoenebeck2022-10-051-7/+35
| * | | | | net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck2022-10-054-0/+4
| * | | | | net/9p: add p9_msg_buf_size()Christian Schoenebeck2022-10-052-0/+169
| * | | | | net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck2022-10-051-9/+11
| * | | | | 9p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet2022-10-051-1/+2
* | | | | | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-4/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-2386-437/+744
| |\ \ \ \ \ \
| * | | | | | | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-151-4/+5
* | | | | | | | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-102-12/+8
|\ \ \ \ \ \ \ \