summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: support multicast RX registrationJohannes Berg2020-04-243-9/+42
* cfg80211: change internal management frame registration APIJohannes Berg2020-04-247-96/+72
* mac80211: Report beacon protection failures to user spaceJouni Malinen2020-04-241-2/+14
* cfg80211: Unprotected Beacon frame RX indicationJouni Malinen2020-04-242-2/+13
* mac80211: fix drv_config_iface_filter() behaviourJohannes Berg2020-04-242-6/+14
* mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg2020-04-245-10/+6
* net: openvswitch: use u64 for meter bucketTonghao Zhang2020-04-242-2/+2
* net: openvswitch: make EINVAL return value more obviousTonghao Zhang2020-04-241-3/+2
* net: openvswitch: remove the unnecessary checkTonghao Zhang2020-04-241-5/+4
* net: openvswitch: set max limitation to metersTonghao Zhang2020-04-242-10/+49
* net: openvswitch: expand the meters supported numberTonghao Zhang2020-04-243-63/+195
* net: sched : Remove unnecessary cast in kfreeXu Wang2020-04-241-1/+1
* net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet2020-04-232-5/+5
* net: napi: add hard irqs deferral featureEric Dumazet2020-04-232-11/+36
* net: dsa: add GRO support via gro_cellsAlexander Lobakin2020-04-234-2/+14
* ipv6: Honor all IPv6 PIO Valid Lifetime valuesFernando Gont2020-04-231-20/+7
* net: caif: use true,false for bool variablesJason Yan2020-04-231-4/+4
* net: qrtr: Add tracepoint supportManivannan Sadhasivam2020-04-221-9/+11
* ila: remove unused macro 'ILA_HASH_TABLE_SIZE'YueHaibing2020-04-221-2/+0
* net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu2020-04-221-0/+2
* drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-211-2/+1
* net: ipv4: remove redundant assignment to variable rcColin Ian King2020-04-211-1/+1
* net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn2020-04-201-0/+2
* net: Add testing sysfs attributeAndrew Lunn2020-04-201-1/+14
* net: Add IF_OPER_TESTINGAndrew Lunn2020-04-203-3/+23
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-04-1712-88/+581
|\
| * Bluetooth: Enhanced Connection Complete event belongs to LL PrivacyMarcel Holtmann2020-04-161-8/+0
| * Bluetooth: Enable LE Enhanced Connection Complete event.Marcel Holtmann2020-04-151-0/+8
| * Bluetooth: Use extra variable to make code more readableMarcel Holtmann2020-04-151-1/+3
| * Bluetooth: log advertisement packet length if it gets correctedDaniels Umanovskis2020-04-091-1/+2
| * Bluetooth: Always request for user confirmation for Just Works (LE SC)Sonny Sasaka2020-04-081-1/+4
| * Bluetooth: Simplify / fix return values from tk_requestGuenter Roeck2020-04-071-5/+4
| * Bluetooth: debugfs option to unset MITM flagArchie Pusaka2020-04-072-5/+56
| * Bluetooth: Increment management interface revisionMarcel Holtmann2020-04-051-1/+1
| * Bluetooth: Add support for reading security informationMarcel Holtmann2020-04-051-0/+53
| * Bluetooth: Add support for Read Local Simple Pairing OptionsMarcel Holtmann2020-04-052-0/+25
| * Bluetooth: Add framework for Microsoft vendor extensionMiao-chen Chou2020-04-056-0/+177
| * Bluetooth: Move debugfs configuration above the selftestsMarcel Holtmann2020-04-051-8/+8
| * Bluetooth: add support to notify using SCO air modeSathish Narsimman2020-04-052-5/+43
| * Bluetooth: fixing minor typo in commentAlain Michaud2020-04-031-1/+1
| * Bluetooth: Prioritize SCO trafficAbhishek Pandit-Subedi2020-04-031-49/+57
| * Bluetooth: Always request for user confirmation for Just WorksSonny Sasaka2020-04-021-2/+10
| * Bluetooth: Add BT_MODE socket optionLuiz Augusto von Dentz2020-04-021-1/+112
| * Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz2020-04-021-4/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-1632-192/+197
|\ \
| * | tipc: fix incorrect increasing of link windowTuong Lien2020-04-161-1/+1
| * | ipv6: remove redundant assignment to variable errColin Ian King2020-04-161-1/+1
| * | net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-154-21/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-152-4/+4
| |\ \
| | * | xsk: Add missing check on user supplied headroom sizeMagnus Karlsson2020-04-151-3/+2