summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2020-10-072-86/+86
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2020-10-071-1/+50
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2020-10-071-24/+46
* batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing2020-10-011-16/+87
* batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing2020-10-013-14/+30
* batman-adv: Add missing include for in_interrupt()Sven Eckelmann2020-10-011-0/+1
* bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann2020-10-011-2/+2
* mac802154: tx: fix use-after-freeEric Dumazet2020-10-011-3/+5
* batman-adv: mcast/TT: fix wrongly dropped or rerouted packetsLinus Lüssing2020-10-011-0/+4
* batman-adv: bla: fix type misuse for backbone_gw hash indexingLinus Lüssing2020-10-011-3/+4
* net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang2020-10-011-1/+1
* tipc: fix memory leak in service subscriptingTuong Lien2020-10-011-1/+3
* Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka2020-10-011-2/+17
* atm: fix a memory leak of vcc->user_backCong Wang2020-10-011-0/+6
* net: openvswitch: use u64 for meter bucketTonghao Zhang2020-10-012-2/+2
* svcrdma: Fix leak of transport addressesChuck Lever2020-10-011-0/+1
* SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-10-011-5/+14
* Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-10-011-1/+2
* Bluetooth: guard against controllers sending zero'd eventsAlain Michaud2020-10-011-0/+6
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-10-011-2/+9
* Bluetooth: prefetch channel before killing sockHillf Danton2020-10-011-4/+6
* Bluetooth: Fix refcount use-after-free issueManish Mandlik2020-10-012-14/+28
* sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou2020-10-011-0/+6
* ipv6_route_seq_next should increase position indexVasily Averin2020-10-011-5/+2
* rt_cpu_seq_next should increase position indexVasily Averin2020-10-011-0/+1
* neigh_stat_seq_next() should increase position indexVasily Averin2020-10-011-0/+1
* net: silence data-races on sk_backlog.tailEric Dumazet2020-10-012-2/+2
* tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2020-09-261-1/+121
* tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha2020-09-261-21/+39
* ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-261-5/+8
* net: qrtr: check skb_put_padto() return valueEric Dumazet2020-09-261-9/+11
* tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-09-261-1/+2
* tipc: fix shutdown() of connection oriented socketTetsuo Handa2020-09-261-4/+1
* tipc: Fix memory leak in tipc_group_create_member()Peilin Ye2020-09-261-4/+10
* net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin2020-09-261-16/+33
* net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran2020-09-261-0/+1
* net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata2020-09-261-0/+8
* ipv6: avoid lockdep issue in fib6_del()Eric Dumazet2020-09-261-4/+9
* ip: fix tos reflection in ack and reset packetsWei Wang2020-09-261-1/+2
* af_key: pfkey_dump needs parameter validationMark Salyzyn2020-09-261-0/+7
* SUNRPC: stop printk reading past end of stringJ. Bruce Fields2020-09-231-2/+2
* net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-09-231-3/+7
* dsa: Allow forwarding of redirected IGMP trafficDaniel Mack2020-09-231-3/+34
* netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal2020-09-171-4/+35
* net: disable netpoll on fresh napisJakub Kicinski2020-09-122-2/+3
* tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-121-3/+6
* sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-09-121-10/+6
* netlabel: fix problems with mapping removalPaul Moore2020-09-121-29/+30
* cfg80211: regulatory: reject invalid hintsJohannes Berg2020-09-091-0/+3
* netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-09-094-38/+39