summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker2020-10-141-0/+2
* net/packet: fix overflow in tpacket_rcvOr Cohen2020-10-141-1/+8
* mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau2020-10-141-4/+4
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2020-10-141-1/+45
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2020-10-141-18/+32
* 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
* 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
* 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
* 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
* 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/hsr: Check skb_put_padto() return valueFlorian Fainelli2020-10-011-1/+2
* tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-10-011-1/+2
* ip: fix tos reflection in ack and reset packetsWei Wang2020-10-011-1/+2
* af_key: pfkey_dump needs parameter validationMark Salyzyn2020-10-011-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
* net: disable netpoll on fresh napisJakub Kicinski2020-09-122-2/+3
* 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-121-0/+3
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-09-121-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-09-121-12/+25
* netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-09-121-1/+3
* netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso2020-09-121-1/+2
* batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna2020-09-121-1/+4
* batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann2020-09-121-2/+4
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-09-031-1/+9
* tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-09-031-1/+11
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-09-031-2/+2
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-211-1/+1
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-212-0/+22
* net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin2020-08-211-1/+1
* net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-211-2/+5
* Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou2020-08-211-0/+5
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-212-5/+13
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-211-1/+1
* cfg80211: check vendor command doit pointer before useJulian Squires2020-08-211-3/+3
* net/9p: validate fds in p9_fd_openChristoph Hellwig2020-08-211-8/+16
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye2020-08-211-0/+7