summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-293-3/+4
* mctp: test: fix skb free in test device txJeremy Kerr2021-11-291-1/+1
* net/tls: Fix authentication failure in CCM modeTianjia Zhang2021-11-291-2/+2
* net: mpls: Remove rcu protection from nh_devBenjamin Poirier2021-11-292-25/+16
* net: mpls: Fix notifications when deleting a deviceBenjamin Poirier2021-11-291-16/+52
* net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-11-261-1/+7
* net: vlan: fix underflow for the real_dev refcntZiyang Xuan2021-11-262-3/+3
* ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann2021-11-261-1/+1
* net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti2021-11-261-3/+5
* tls: fix replacing proto_opsJakub Kicinski2021-11-251-7/+40
* tls: splice_read: fix accessing pre-processed recordsJakub Kicinski2021-11-251-8/+25
* tls: splice_read: fix record type checkJakub Kicinski2021-11-251-13/+10
* net/smc: Fix loop in smc_listenGuo DaXing2021-11-241-1/+3
* net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-11-241-17/+18
* tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-11-241-2/+3
* net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel2021-11-241-8/+16
* net/smc: Ensure the active closing peer first closes clcsockTony Lu2021-11-231-0/+6
* net/smc: Clean up local struct sock variablesTony Lu2021-11-231-2/+2
* net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov2021-11-231-3/+7
* net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov2021-11-221-2/+23
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-222-0/+20
* net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann2021-11-221-0/+1
* net/smc: Avoid warning of possible recursive lockingWen Gu2021-11-221-1/+1
* vsock/virtio: suppress used length validationMichael S. Tsirkin2021-11-221-0/+1
* ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-11-221-1/+1
* af_unix: fix regression in read after shutdownVincent Whitchurch2021-11-201-3/+0
* mptcp: use delegate action to schedule 3rd ack retransPaolo Abeni2021-11-203-41/+60
* mptcp: fix delack timerEric Dumazet2021-11-201-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-11-195-13/+10
|\
| * netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen2021-11-081-2/+2
| * netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emitJing Yao2021-11-081-2/+2
| * netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2021-11-081-4/+4
| * netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot2021-11-081-3/+1
| * netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot2021-11-081-1/+1
| * netfilter: nft_payload: Remove duplicated include in nft_payload.cWan Jiabing2021-11-081-1/+0
* | Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1827-101/+186
|\ \
| * | ipv6: check return value of ipv6_skip_exthdrJordy Zomer2021-11-181-0/+6
| * | devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky2021-11-181-1/+3
| * | page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin2021-11-181-6/+4
| * | NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-2/+17
| * | NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-171-14/+18
| * | NFC: reorganize the functions in nci_requestLin Ma2021-11-171-4/+7
| * | tipc: check for null after calling kmemdupTadeusz Struk2021-11-171-0/+4
| * | net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-161-3/+8
| * | Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-11-1610-58/+63
| |\ \
| | * | mac80211: fix throughput LED triggerFelix Fietkau2021-11-153-26/+23
| | * | mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-153-8/+15
| | * | mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau2021-11-151-2/+1
| | * | mac80211: fix radiotap header generationJohannes Berg2021-11-151-1/+1
| | * | mac80211: do not access the IV when it was strippedXing Song2021-11-151-1/+2