summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-05-22sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long1-1/+2
2021-05-22sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva1-1/+1
2021-05-22mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach1-0/+5
2021-05-22ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-22Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa1-0/+2
2021-05-22Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka1-0/+2
2021-05-22tipc: convert dest node's address to network orderHoang Le1-1/+1
2021-05-22sctp: delay auto_asconf init until binding the first addrXin Long1-14/+17
2021-05-22Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long1-5/+8
2021-05-22net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-05-22vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-05-22mac80211: bail out if cipher schemes are invalidJohannes Berg1-2/+5
2021-05-22cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg1-0/+2
2021-05-22net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen1-0/+4
2021-05-22hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo1-1/+2
2021-05-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-05-22openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-04-28net: ieee802154: forbid monitor for add llsec seclevelAlexander Aring1-0/+3
2021-04-28net: ieee802154: stop dump llsec seclevels for monitorsAlexander Aring1-0/+5
2021-04-28net: ieee802154: forbid monitor for add llsec devkeyAlexander Aring1-0/+3
2021-04-28net: ieee802154: stop dump llsec devkeys for monitorsAlexander Aring1-0/+5
2021-04-28net: ieee802154: forbid monitor for add llsec devAlexander Aring1-0/+3
2021-04-28net: ieee802154: stop dump llsec devs for monitorsAlexander Aring1-0/+5
2021-04-28net: ieee802154: stop dump llsec keys for monitorsAlexander Aring1-0/+5
2021-04-28neighbour: Disregard DEAD dst in neigh_updateTong Zhu1-1/+1
2021-04-28net/sctp: fix race condition in sctp_destroy_sockOr Cohen1-8/+5
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal4-8/+8
2021-04-16net: ieee802154: stop dump llsec params for monitorsAlexander Aring1-0/+5
2021-04-16net: ieee802154: forbid monitor for del llsec seclevelAlexander Aring1-0/+3
2021-04-16net: ieee802154: forbid monitor for set llsec paramsAlexander Aring1-0/+3
2021-04-16net: ieee802154: fix nl802154 del llsec devkeyAlexander Aring1-1/+2
2021-04-16net: ieee802154: fix nl802154 add llsec keyAlexander Aring1-1/+2
2021-04-16net: ieee802154: fix nl802154 del llsec devAlexander Aring1-1/+2
2021-04-16net: ieee802154: fix nl802154 del llsec keyAlexander Aring1-1/+2
2021-04-16net: ieee802154: nl-mac: fix check on panidAlexander Aring1-3/+4
2021-04-16net: mac802154: Fix general protection faultPavel Skripkin1-1/+1
2021-04-16cfg80211: remove WARN_ON() in cfg80211_sme_connectDu Cheng1-1/+1
2021-04-16net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong1-1/+1
2021-04-16net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov1-0/+3
2021-04-16batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved fieldTetsuo Handa1-0/+1
2021-04-16net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-04-16nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-04-16nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni1-0/+2
2021-04-10mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel1-1/+12
2021-04-07appletalk: Fix skb allocation size in loopback caseDoug Brown1-12/+21