summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti-15/+24
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan-1/+1
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan-4/+13
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu-1/+1
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski-20/+24
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-22/+42
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang-0/+10
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang-14/+15
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang-9/+6
2021-10-26tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian-0/+12
2021-10-26net: batman-adv: fix error handlingPavel Skripkin-20/+52
2021-10-26tipc: fix size validations for the MSG_CRYPTO typeMax VA-11/+21
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc-1/+2
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long-2/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan-0/+6
2021-10-25cfg80211: correct bridge/4addr mode checkJanusz Dziedzic-7/+7
2021-10-25cfg80211: fix management registrations lockingJohannes Berg-13/+17
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer-1/+1
2021-10-22sctp: add vtag check in sctp_sf_ootbXin Long-0/+3
2021-10-22sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long-6/+3
2021-10-22sctp: add vtag check in sctp_sf_violationXin Long-0/+3
2021-10-22sctp: fix the processing for COOKIE_ECHO chunkXin Long-4/+10
2021-10-22sctp: fix the processing for INIT_ACK chunkXin Long-18/+19
2021-10-22sctp: fix the processing for INIT chunkXin Long-26/+46
2021-10-22sctp: use init_tag from inithdr for ABORT chunkXin Long-0/+1
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin-13/+35
2021-10-22Merge tag 'mac80211-for-net-2021-10-21' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski-6/+10
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-51/+19
2021-10-19net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET-2/+7
2021-10-19can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde-0/+3
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey-1/+1
2021-10-18netfilter: ebtables: allocate chainstack on CPU local nodesDavidlohr Bueso-1/+3
2021-10-17can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan-15/+31
2021-10-17can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan-1/+3
2021-10-17can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong-0/+3
2021-10-17can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong-2/+5
2021-10-17can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan-2/+5
2021-10-17can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan-3/+2
2021-10-16net: bridge: mcast: use multicast_membership_interval for IGMPv3Nikolay Aleksandrov-3/+1
2021-10-15ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra-1/+2
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez-16/+25
2021-10-15tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez-3/+16
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart-0/+5
2021-10-14netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long-42/+6
2021-10-14icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long-12/+11
2021-10-14sctp: account stream padding length for reconf chunkEiichi Tsukata-1/+1
2021-10-13NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan-2/+6
2021-10-13NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan-2/+7
2021-10-13nfc: fix error handling of nfc_proto_register()Ziyang Xuan-0/+3