aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi3-3/+149
2020-03-11Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi3-0/+103
2020-03-11Bluetooth: mgmt: add mgmt_cmd_status in add_advertisingJoseph Hwang1-1/+4
2020-03-11Bluetooth: fix off by one in err_data_reporting cmd masks.Alain Michaud1-2/+2
2020-03-11Bluetooth: Use bt_dev_err for RPA generation failure messageMarcel Holtmann1-1/+1
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang1-3/+1
2020-03-08Bluetooth: L2CAP: Add module option to enable ECRED modeLuiz Augusto von Dentz2-0/+20
2020-03-08Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeLuiz Augusto von Dentz2-20/+548
2020-03-08Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-03-08Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud3-2/+125
2020-03-08Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUsLuiz Augusto von Dentz1-16/+13
2020-03-07Bluetooth: Fix calculation of SCO handle for packet processingMarcel Holtmann1-2/+5
2020-03-04Bluetooth: guard against controllers sending zero'd eventsAlain Michaud1-0/+6
2020-02-28Bluetooth: Support querying for WBS support through MGMTAlain Michaud1-0/+4
2020-02-28Bluetooth: During le_conn_timeout disable EXT_ADVSathish Narsimman1-3/+19
2020-02-28Bluetooth: Remove adv set for directed advertisingSathish Narsimman1-0/+10
2020-02-28Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-side CSMadhuparna Bhowmik1-1/+1
2020-02-28Bluetooth: Fix Suspicious RCU usage warningsMadhuparna Bhowmik1-4/+4
2020-02-28Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-8/+8
2020-02-19Bluetooth: fix passkey uninitialized when usedHoward Chung1-9/+11
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicLuiz Augusto von Dentz1-6/+4
2020-02-18Bluetooth: Fix crash when using new BT_PHY optionLuiz Augusto von Dentz2-2/+2
2020-02-18Bluetooth: Disable Extended Adv if enabledSathish Narsimman1-5/+2
2020-02-14Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz3-0/+133
2020-02-14Bluetooth: secure bluetooth stack from bluedump attackHoward Chung2-0/+29
2020-02-05Bluetooth: remove __get_channel/dir and __dirAlex Shi1-3/+0
2020-02-05Bluetooth: prefetch channel before killing sockHillf Danton1-4/+6
2020-01-29Bluetooth: optimize barrier usage for Rmw atomicsDavidlohr Bueso1-1/+1
2020-01-29Bluetooth: Fix refcount use-after-free issueManish Mandlik2-14/+28
2020-01-28Bluetooth: SMP: Fix SALT value in some commentsChristophe JAILLET1-2/+2
2020-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+9
2020-01-27Revert "pktgen: Allow configuration of IPv6 source address range"David S. Miller1-98/+0
2020-01-27net/core: Replace driver version to be kernel versionLeon Romanovsky1-0/+2
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek3-1/+6
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek3-0/+82
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek7-1/+128
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek3-0/+5
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek3-0/+59
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek7-1/+115
2020-01-27ethtool: fix kernel-doc descriptionsMichal Kubecek2-12/+15
2020-01-27flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi1-2/+9
2020-01-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller8-131/+379
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean1-11/+25
2020-01-27net: remove eth_change_mtuHeiner Kallweit1-16/+0
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko1-0/+46
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko1-22/+38
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko1-11/+3
2020-01-27soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.Kuniyuki Iwashima1-1/+0
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert2-25/+106
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert2-1/+92