summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-192-8/+0
* bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfoJesper Dangaard Brouer2023-06-051-3/+4
* bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos2023-06-011-1/+13
* net: Use umd_cleanup_helper()Jarkko Sakkinen2023-05-312-11/+2
* devlink: Spelling correctionsSimon Horman2023-05-291-2/+2
* net: fix signedness bug in skb_splice_from_iter()Dan Carpenter2023-05-291-2/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-265-258/+313
|\
| * bpf: Add bpf_sock_destroy kfuncAditi Ghag2023-05-194-7/+75
| * bpf: udp: Implement batching for sockets iteratorAditi Ghag2023-05-191-6/+199
| * udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag2023-05-191-20/+7
| * bpf: udp: Encapsulate logic to get udp tableAditi Ghag2023-05-191-23/+12
| * udp: seq_file: Helper function to match socket attributesAditi Ghag2023-05-191-7/+27
| * bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag2023-05-191-3/+2
| * bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa2023-05-161-201/+0
* | net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)2023-05-261-0/+32
* | net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2023-05-266-6/+6
* | net/core: Enable socket busy polling on -RTKurt Kanzenbach2023-05-262-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-3/+2
|\ \
| * \ Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-2528-189/+445
| |\ \
| * \ \ Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-05-221-3/+2
| |\ \ \
| | * | | SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust2023-05-191-3/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-2524-182/+427
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-252-0/+4
| * | | | net/handshake: Enable the SNI extension to work properlyChuck Lever2023-05-241-0/+8
| * | | | net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2023-05-242-0/+5
| * | | | net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever2023-05-241-1/+1
| * | | | net/handshake: Fix uninitialized local variableChuck Lever2023-05-241-1/+1
| * | | | net/handshake: Fix handshake_dup() ref countingChuck Lever2023-05-241-2/+3
| * | | | net/handshake: Remove unneeded check from handshake_dup()Chuck Lever2023-05-241-3/+0
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-247-69/+124
| |\ \ \ \
| | * | | | bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-233-18/+35
| | * | | | bpf, sockmap: Wake up polling after data copyJohn Fastabend2023-05-231-1/+10
| | * | | | bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend2023-05-231-0/+20
| | * | | | bpf, sockmap: Handle fin correctlyJohn Fastabend2023-05-231-0/+31
| | * | | | bpf, sockmap: Improved check for empty queueJohn Fastabend2023-05-231-24/+8
| | * | | | bpf, sockmap: Reschedule is now done through backlogJohn Fastabend2023-05-231-2/+0
| | * | | | bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-05-232-8/+16
| | * | | | bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-235-17/+5
| * | | | | ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-241-0/+2
| * | | | | net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-231-1/+3
| * | | | | page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-05-231-2/+26
| * | | | | ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-233-3/+17
| * | | | | net/handshake: Fix sock->file allocationChuck Lever2023-05-221-14/+28
| * | | | | net/handshake: Squelch allocation warning during Kunit testChuck Lever2023-05-221-1/+1
| * | | | | sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-221-4/+7
| * | | | | Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li2023-05-191-15/+6
| * | | | | Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2023-05-191-11/+22
| * | | | | Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li2023-05-191-3/+3
| * | | | | Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li2023-05-191-9/+12
| * | | | | net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-192-2/+8