summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet2020-03-251-3/+11
* ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk2020-03-241-1/+1
* Remove DST_HOSTDavid Laight2020-03-234-18/+8
* net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli2020-03-231-0/+23
* devlink: Only pass packet trap group identifier in trap structureIdo Schimmel2020-03-231-4/+17
* devlink: Stop reference counting packet trap groupsIdo Schimmel2020-03-231-96/+5
* devlink: Add API to register packet trap groupsIdo Schimmel2020-03-231-0/+117
* net: sched: rename more stats_typesJakub Kicinski2020-03-232-25/+23
* net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti2020-03-232-4/+6
* net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore2020-03-231-8/+15
* mptcp: Remove set but not used variable 'can_ack'YueHaibing2020-03-211-2/+0
* net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2020-03-212-5/+6
* net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki2020-03-211-8/+9
* net/tls: Constify base proto ops used for building tls protoJakub Sitnicki2020-03-211-2/+2
* Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub...David S. Miller2020-03-2012-18/+147
|\
| * mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang2020-03-201-1/+1
| * nl80211: clarify code in nl80211_del_station()Johannes Berg2020-03-201-8/+14
| * cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entriesVeerendranath Jakkam2020-03-201-0/+11
| * mac80211: Read rx_stats with perCPU pointersSeevalamuthu Mariappan2020-03-201-6/+29
| * mac80211: Allow deleting stations in ibss mode to reset their stateNicolas Cavallari2020-03-201-0/+4
| * cfg80211: Add support for userspace to reset stations in IBSS modeNicolas Cavallari2020-03-201-1/+6
| * mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRCJohannes Berg2020-03-201-1/+5
| * mac80211: HE: set missing bss_conf fields in AP modeShaul Triebitz2020-03-201-3/+9
| * nl80211: pass HE operation element to the driverShaul Triebitz2020-03-201-1/+4
| * nl80211/cfg80211: add support for non EDCA based ranging measurementAvraham Stern2020-03-203-0/+46
| * mac80211: don't leave skb->next/prev pointing to stackJohannes Berg2020-03-201-1/+5
| * mac80211: handle no-preauth flag for control portMarkus Theil2020-03-207-1/+17
| * nl80211: add no pre-auth attribute and ext. feature flag for ctrl. portMarkus Theil2020-03-201-0/+1
* | net: bridge: vlan options: move the tunnel command to the nested attributeNikolay Aleksandrov2020-03-201-17/+30
* | net: bridge: vlan options: nest the tunnel id into a tunnel info attributeNikolay Aleksandrov2020-03-202-7/+32
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-03-1915-166/+1433
|\ \
| * | Bluetooth: Do not cancel advertising when starting a scanDmitry Grinberg2020-03-181-17/+0
| * | Bluetooth: L2CAP: remove set but not used variable 'credits'YueHaibing2020-03-141-2/+1
| * | Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg()Dan Carpenter2020-03-121-1/+1
| * | Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-03-121-1/+2
| * | Bluetooth: clean up connection in hci_cs_disconnectJoseph Hwang2020-03-121-1/+13
| * | Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi2020-03-112-0/+85
| * | Bluetooth: Handle LE devices during suspendAbhishek Pandit-Subedi2020-03-111-54/+112
| * | Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi2020-03-113-3/+149
| * | Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi2020-03-113-0/+103
| * | Bluetooth: mgmt: add mgmt_cmd_status in add_advertisingJoseph Hwang2020-03-111-1/+4
| * | Bluetooth: fix off by one in err_data_reporting cmd masks.Alain Michaud2020-03-111-2/+2
| * | Bluetooth: Use bt_dev_err for RPA generation failure messageMarcel Holtmann2020-03-111-1/+1
| * | Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-03-081-3/+1
| * | Bluetooth: L2CAP: Add module option to enable ECRED modeLuiz Augusto von Dentz2020-03-082-0/+20
| * | Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeLuiz Augusto von Dentz2020-03-082-20/+548
| * | Bluetooth: Increment management interface revisionMarcel Holtmann2020-03-081-1/+1
| * | Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-083-2/+125
| * | Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUsLuiz Augusto von Dentz2020-03-081-16/+13
| * | Bluetooth: Fix calculation of SCO handle for packet processingMarcel Holtmann2020-03-071-2/+5