summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov2021-11-071-3/+0
* can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong2021-11-061-0/+5
* can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong2021-11-061-0/+7
* can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong2021-11-061-0/+6
* ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()Nghia Le2021-11-051-1/+0
* net/smc: Print function name in smcr_link_down tracepointTony Lu2021-11-051-1/+1
* mctp: handle the struct sockaddr_mctp_ext padding fieldEugene Syromiatnikov2021-11-041-1/+10
* mctp: handle the struct sockaddr_mctp padding fieldsEugene Syromiatnikov2021-11-041-0/+13
* devlink: fix flexible_array.cocci warningGuo Zhengkui2021-11-041-1/+1
* net: fix possible NULL deref in sock_reserve_memoryEric Dumazet2021-11-041-1/+1
* tcp: Use BIT() for OPTION_* constantsLeonard Crestez2021-11-041-7/+7
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-0/+3
* net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2021-11-032-3/+3
* net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong2021-11-031-3/+3
* ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2021-11-031-2/+1
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-034-6/+29
* net:ipv6:Remove unneeded semicolonZhang Mingyu2021-11-031-1/+1
* NFC: add necessary privilege flags in netlink layerLin Ma2021-11-031-0/+15
* security: add sctp_assoc_established hookXin Long2021-11-031-1/+1
* security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long2021-11-031-0/+5
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-032-16/+15
* net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-022-16/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-022-1/+3
|\
| * ipvs: autoload ipvs on genl accessThomas Weißschuh2021-10-221-0/+2
| * netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal2021-10-221-1/+1
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-02326-5500/+11776
|\ \
| * | Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-014-29/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-016-12/+34
| |\ \
| | * | udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-011-1/+1
| | * | cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-292-1/+17
| | * | net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera2021-10-291-0/+2
| | * | sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-10-291-3/+4
| | * | sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-10-292-7/+10
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-019-70/+352
| |\ \ \
| | * | | bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-012-0/+203
| | * | | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-8/+1
| | * | | skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2021-11-011-10/+33
| | * | | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+23
| | * | | net: bpf: Switch over to memdup_user()Qing Wang2021-10-201-15/+6
| | * | | bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-051-1/+4
| | * | | bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-054-34/+80
| | * | | bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-052-2/+2
| * | | | net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+23
| * | | | net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+14
| * | | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-014-6/+29
| * | | | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-012-4/+4
| * | | | net/smc: Introduce tracepoint for smcr link downTony Lu2021-11-013-2/+38
| * | | | net/smc: Introduce tracepoints for tx and rx msgTony Lu2021-11-014-0/+45
| * | | | net/smc: Introduce tracepoint for fallbackTony Lu2021-11-014-0/+59
| * | | | ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-012-42/+39