summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-08net/tls: Fix authentication failure in CCM modeTianjia Zhang1-2/+2
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-08net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-1/+1
2021-12-08net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-12-08ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet3-5/+5
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2021-12-08rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata1-5/+9
2021-12-08net: mpls: Fix notifications when deleting a deviceBenjamin Poirier1-16/+52
2021-12-08wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+19
2021-12-08ipv6: fix memory leak in fib6_rule_suppressmsizanoen13-3/+4
2021-12-08net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-12-08ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-12-08net: return correct error codeliuguoqiang1-1/+1
2021-12-08net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-12-08mac80211: do not access the IV when it was strippedXing Song1-1/+2
2021-12-08can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong1-0/+6
2021-12-01tcp: correctly handle increased zerocopy args struct sizeArjun Roy1-2/+2
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-12-01net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-12-01net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-12-01tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-12-01tls: splice_read: fix record type checkJakub Kicinski1-13/+10
2021-12-01net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-12-01net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-12-01tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-12-01net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel1-8/+16
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-12-01net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov1-2/+23
2021-12-01net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2-0/+20
2021-12-01ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-12-01mptcp: fix delack timerEric Dumazet1-1/+2
2021-12-01netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen1-2/+2
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu1-4/+4
2021-12-01netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot1-3/+1
2021-12-01netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot1-1/+1
2021-12-01net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov1-3/+7
2021-11-26cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi1-0/+1
2021-11-26tipc: check for null after calling kmemdupTadeusz Struk1-0/+4
2021-11-26NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-26net: nfc: nci: Change the NCI close sequenceBongsu Jeon1-2/+2
2021-11-26NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-26NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-26net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long1-3/+8
2021-11-26net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-26sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-11-26net: reduce indentation level in sk_clone_lock()Eric Dumazet1-96/+93
2021-11-26tipc: only accept encrypted MSG_CRYPTO msgsXin Long1-2/+5
2021-11-26tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy1-0/+3
2021-11-26net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26