summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-095-15/+33
* {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2018-11-096-3/+27
* {nl,mac}80211: report gate connectivity in station infoBob Copeland2018-11-097-1/+17
* mac80211: mesh: advertise gates in mesh formationBob Copeland2018-11-091-1/+3
* mac80211: allow hardware scan to fall back to softwareJohannes Berg2018-11-092-4/+23
* mac80211_hwsim: allow configurable cipher typesJames Prestwood2018-11-092-0/+81
* mac80211_hwsim: allow setting iftype supportJames Prestwood2018-11-092-66/+91
* mac80211_hwsim: move HWSIM_ATTR_RADIO_NAME parsing lastJohannes Berg2018-11-091-13/+10Star
* nl80211: Emit a SET_INTERFACE on iftype changeAndrew Zaborowski2018-11-091-12/+16
* nl80211: announce radios/interfaces when switching namespacesMartin Willi2018-11-091-0/+14
* mac80211: allow drivers to use peer measurement APIJohannes Berg2018-11-094-0/+75
* cfg80211: add peer measurement with FTM initiator APIJohannes Berg2018-11-0910-19/+1609
* netlink: add nl_set_extack_cookie_u64()Johannes Berg2018-11-091-0/+9
* mac80211: tx: avoid variable shadowingJohannes Berg2018-11-091-2/+2
* mac80211: debugfs: avoid variable shadowingJohannes Berg2018-11-091-7/+7
* mac80211: sta_info: avoid tidstats variable shadowingJohannes Berg2018-11-091-5/+2Star
* mac80211: tracing: avoid 'idx' variableJohannes Berg2018-11-091-3/+3
* cfg80211: tracing: avoid 'idx' variableJohannes Berg2018-11-091-12/+12
* sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree2018-11-091-4/+1Star
* Merge branch 'net-Remove-VLAN_TAG_PRESENT-from-drivers'David S. Miller2018-11-097-28/+31
|\
| * gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-5/+3Star
| * OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-094-18/+23
| * cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-1/+1
| * i40iw: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-4/+4
|/
* net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas2018-11-091-8/+3Star
* net: socionext: different approach on DMAIlias Apalodimas2018-11-091-99/+128
* net: qca_spi: Add available buffer space verificationStefan Wahren2018-11-093-1/+17
* sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2018-11-091-2/+4
* Merge branch 's390-qeth-next'David S. Miller2018-11-096-259/+113Star
|\
| * s390/qeth: don't process hsuid in qeth_l3_setup_netdev()Julian Wiedmann2018-11-091-3/+0Star
| * s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann2018-11-091-3/+0Star
| * s390/qeth: remove two IPA command helpersJulian Wiedmann2018-11-093-59/+19Star
| * s390/qeth: replace open-coded cmd setupJulian Wiedmann2018-11-093-19/+12Star
| * s390/qeth: remove card listJulian Wiedmann2018-11-093-44/+24Star
| * s390/qeth: unify transmit codeJulian Wiedmann2018-11-093-83/+19Star
| * s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann2018-11-092-30/+17Star
| * s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann2018-11-094-22/+26
|/
* openvswitch: remove BUG_ON from get_dpdevLi RongQing2018-11-091-1/+0Star
* Merge branch 'ICMP-error-handling-for-UDP-tunnels'David S. Miller2018-11-0940-166/+1083
|\
| * selftests: pmtu: Introduce FoU and GUE PMTU exceptions testsStefano Brivio2018-11-091-0/+179
| * fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-093-0/+143
| * udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-094-35/+113
| * net: Convert protocol error handlers from void to intStefano Brivio2018-11-0927-121/+177
| * selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6Stefano Brivio2018-11-091-31/+86
| * geneve: Allow configuration of DF behaviourStefano Brivio2018-11-092-8/+56
| * geneve: ICMP error lookup handlerStefano Brivio2018-11-091-0/+52
| * selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio2018-11-091-18/+125
| * vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-093-1/+38
| * vxlan: ICMP error lookup handlerStefano Brivio2018-11-091-0/+29
| * udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-095-20/+153
|/