summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz2021-05-261-0/+9
* ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-05-224-6/+0
* ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-1/+1
* sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-3/+1
* ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-2/+2
* xsk: Simplify detection of empty and full ringsMagnus Karlsson2021-05-221-2/+5
* netfilter: conntrack: Make global sysctls readonly in non-init netnsJonathon Reinhart2021-05-221-1/+4
* netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-221-1/+9
* netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso2021-05-221-0/+2
* smc: disallow TCP_ULP in smc_setsockopt()Cong Wang2021-05-221-1/+3
* netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-221-19/+69
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-221-1/+2
* sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-05-221-5/+20
* ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva2021-05-221-1/+1
* sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva2021-05-221-1/+1
* mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach2021-05-221-0/+5
* ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-1/+1
* Bluetooth: check for zapped sk before connectingArchie Pusaka2021-05-221-0/+8
* net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov2021-05-221-1/+3
* Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-05-221-0/+2
* Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-05-221-0/+2
* tipc: convert dest node's address to network orderHoang Le2021-05-221-1/+1
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-221-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-221-5/+8
* net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-221-0/+4
* net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-05-221-0/+2
* vsock/vmci: log once the failed queue pair allocationStefano Garzarella2021-05-221-2/+1
* mac80211: bail out if cipher schemes are invalidJohannes Berg2021-05-221-2/+5
* cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg2021-05-221-0/+2
* net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen2021-05-221-0/+4
* bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma2021-05-221-4/+8
* hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo2021-05-221-1/+2
* Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-05-221-1/+2
* Fix misc new gcc warningsLinus Torvalds2021-05-221-1/+1
* openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-05-221-4/+4
* net: ip6_tunnel: Unregister catch-all devicesHristo Venev2021-04-281-0/+10
* net: sit: Unregister catch-all devicesHristo Venev2021-04-281-2/+2
* netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet2021-04-281-2/+2
* netfilter: conntrack: do not print icmpv6 as unknown via /procPablo Neira Ayuso2021-04-281-0/+1
* mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan2021-04-281-1/+3
* net: ieee802154: forbid monitor for add llsec seclevelAlexander Aring2021-04-281-0/+3
* net: ieee802154: stop dump llsec seclevels for monitorsAlexander Aring2021-04-281-0/+5
* net: ieee802154: forbid monitor for add llsec devkeyAlexander Aring2021-04-281-0/+3
* net: ieee802154: stop dump llsec devkeys for monitorsAlexander Aring2021-04-281-0/+5
* net: ieee802154: forbid monitor for add llsec devAlexander Aring2021-04-281-0/+3
* net: ieee802154: stop dump llsec devs for monitorsAlexander Aring2021-04-281-0/+5
* net: ieee802154: stop dump llsec keys for monitorsAlexander Aring2021-04-281-0/+5
* neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-04-281-1/+1
* net/sctp: fix race condition in sctp_destroy_sockOr Cohen2021-04-281-8/+5
* netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-164-8/+8