summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-14rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-14sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-10-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-07netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker1-0/+2
2020-10-07net/packet: fix overflow in tpacket_rcvOr Cohen1-1/+8
2020-10-07mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-10-07net: virtio_vsock: Enhance connection semanticsSebastien Boeuf1-0/+1
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2-86/+86
2020-10-07vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2020-10-07vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2020-10-01batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2020-10-01batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing3-14/+30
2020-10-01batman-adv: Add missing include for in_interrupt()Sven Eckelmann1-0/+1
2020-10-01bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann1-2/+2
2020-10-01mac802154: tx: fix use-after-freeEric Dumazet1-3/+5
2020-10-01batman-adv: mcast/TT: fix wrongly dropped or rerouted packetsLinus Lüssing1-0/+4
2020-10-01batman-adv: bla: fix type misuse for backbone_gw hash indexingLinus Lüssing1-3/+4
2020-10-01net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-10-01tipc: fix memory leak in service subscriptingTuong Lien1-1/+3
2020-10-01Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka1-2/+17
2020-10-01atm: fix a memory leak of vcc->user_backCong Wang1-0/+6
2020-10-01net: openvswitch: use u64 for meter bucketTonghao Zhang2-2/+2
2020-10-01svcrdma: Fix leak of transport addressesChuck Lever1-0/+1
2020-10-01SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-10-01Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung1-1/+2
2020-10-01Bluetooth: guard against controllers sending zero'd eventsAlain Michaud1-0/+6
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai1-2/+9
2020-10-01Bluetooth: prefetch channel before killing sockHillf Danton1-4/+6
2020-10-01Bluetooth: Fix refcount use-after-free issueManish Mandlik2-14/+28
2020-10-01sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou1-0/+6
2020-10-01ipv6_route_seq_next should increase position indexVasily Averin1-5/+2
2020-10-01rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-10-01neigh_stat_seq_next() should increase position indexVasily Averin1-0/+1
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet2-2/+2
2020-09-26tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha1-1/+121
2020-09-26tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha1-21/+39
2020-09-26ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-26net: qrtr: check skb_put_padto() return valueEric Dumazet1-9/+11
2020-09-26tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-26tipc: Fix memory leak in tipc_group_create_member()Peilin Ye1-4/+10