summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+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-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-14netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker1-0/+2
2020-10-14net/packet: fix overflow in tpacket_rcvOr Cohen1-1/+8
2020-10-14mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-10-14vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+45
2020-10-14vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-18/+32
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-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-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-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-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/hsr: Check skb_put_padto() return valueFlorian Fainelli1-1/+2
2020-10-01tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-10-01ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-10-01af_key: pfkey_dump needs parameter validationMark Salyzyn1-0/+7
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-09-12net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long1-10/+6
2020-09-12netlabel: fix problems with mapping removalPaul Moore1-29/+30
2020-09-12cfg80211: regulatory: reject invalid hintsJohannes Berg1-0/+3
2020-09-12net: initialize fastreuse on inet_inherit_portTim Froidcoeur1-0/+1
2020-09-12net: refactor bind_bucket fastreuse into helperTim Froidcoeur1-12/+25
2020-09-12netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-1/+3
2020-09-12netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso1-1/+2
2020-09-12batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna1-1/+4
2020-09-12batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann1-2/+4
2020-09-03gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9
2020-09-03tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang1-1/+11
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-21mac80211: fix misplaced while instead of ifJohannes Berg1-1/+1
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2-0/+22
2020-08-21net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin1-1/+1
2020-08-21net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-08-21Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou1-0/+5
2020-08-21ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2-5/+13