summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | bridge: always declare tunnel functionsArnd Bergmann2023-05-171-4/+4
| | * | | | | | atm: hide unused procfs functionsArnd Bergmann2023-05-171-0/+2
| | | |/ / / / | | |/| | | |
| | * | | | | vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet2023-05-171-2/+2
| | * | | | | Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-05-165-74/+29
| | |\ \ \ \ \
| | | * | | | | xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-05-101-5/+6
| | | * | | | | af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-4/+8
| | | * | | | | xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-5/+9
| | | * | | | | Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-04-252-53/+4
| | | * | | | | xfrm: Fix leak of dev trackerLeon Romanovsky2023-04-211-1/+1
| | | * | | | | xfrm: release all offloaded policy memoryLeon Romanovsky2023-04-211-0/+1
| | | * | | | | xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-04-061-6/+0
| | * | | | | | Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-05-162-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
| | | * | | | | | can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
| | * | | | | | | devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel2023-05-161-1/+1
| | |/ / / / / /
| | * | | | | | tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-151-2/+2
| | * | | | | | tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-151-3/+6
| | * | | | | | tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-153-2/+19
| | * | | | | | net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen2023-05-151-5/+3
| | | |_|/ / / | | |/| | | |
| | * | | | | erspan: get the proto with the md version for collect_mdXin Long2023-05-131-5/+8
| | * | | | | tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-121-2/+3
| | * | | | | vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-121-1/+1
| | * | | | | ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-111-8/+8
| | * | | | | devlink: change per-devlink netdev notifier to static oneJiri Pirko2023-05-113-13/+9
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-176-46/+66
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-141-1/+1
| | * | | | SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-144-27/+39
| | * | | | SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-141-1/+2
| | * | | | SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever2023-05-051-12/+4
| | * | | | SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever2023-05-031-6/+11
| | * | | | SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel2023-05-021-0/+10
* | | | | | netfilter: flowtable: split IPv6 datapath in helper functionsPablo Neira Ayuso2023-05-181-41/+71
* | | | | | netfilter: flowtable: split IPv4 datapath in helper functionsPablo Neira Ayuso2023-05-181-42/+77
* | | | | | netfilter: flowtable: simplify route logicPablo Neira Ayuso2023-05-182-25/+11
* | | | | | netfilter: conntrack: allow insertion clash of gre protocolFaicker Mo2023-05-181-0/+1
* | | | | | netfilter: nft_set_pipapo: Use struct_size()Christophe JAILLET2023-05-181-4/+2
* | | | | | netfilter: nft_exthdr: add boolean DCCP option matchingJeremy Sowden2023-05-181-0/+106
* | | | | | netfilter: nf_tables: always increment set element countFlorian Westphal2023-05-181-4/+7
* | | | | | netfilter: nf_tables: relax set/map validation checksFlorian Westphal2023-05-181-8/+15
* | | | | | net: openvswitch: Use struct_size()Christophe JAILLET2023-05-171-3/+1
* | | | | | seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima2023-05-172-5/+1
* | | | | | net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov2023-05-171-3/+6
* | | | | | net/tcp: don't peek at tail for io_uring zcPavel Begunkov2023-05-171-2/+1
| |_|_|_|/ |/| | | |
* | | | | Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski2023-05-164-17/+23
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-162-3/+6
|\ \ \ \ \
| * | | | | bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song2023-05-021-0/+2
| * | | | | xsk: Use pool->dma_pages to check for DMAKal Conley2023-04-271-3/+4
* | | | | | nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski2023-05-151-1/+2
* | | | | | sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli2023-05-151-4/+3
* | | | | | net: Remove low_thresh in ip defragAngus Chen2023-05-154-23/+17