summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: flower: Allow matching on layer 2 missIdo Schimmel2023-05-301-2/+28
* flow_dissector: Dissect layer 2 miss from tc skb extensionIdo Schimmel2023-05-301-0/+10
* skbuff: bridge: Add layer 2 miss indicationIdo Schimmel2023-05-304-0/+32
* devlink: save devlink_port_ops into a variable in devlink_port_function_valid...Jiri Pirko2023-05-301-5/+5
* devlink: move port_del() to devlink_port_opsJiri Pirko2023-05-301-3/+3
* devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko2023-05-301-12/+7
* devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko2023-05-301-13/+10
* devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko2023-05-301-9/+8
* devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko2023-05-301-9/+6
* devlink: move port_type_set() op into devlink_port_opsJiri Pirko2023-05-301-3/+2
* devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko2023-05-301-5/+5
* devlink: introduce port ops placeholderJiri Pirko2023-05-301-11/+19
* 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