summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing2019-02-231-2/+2
* bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada2019-02-231-0/+1
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-2312-27/+27
* net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy2019-02-221-11/+0
* net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy2019-02-221-3/+12
* net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy2019-02-221-0/+13
* net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-3/+3
* Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/sc...David S. Miller2019-02-2228-362/+1252
|\
| * rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-222-21/+4
| * mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu2019-02-221-16/+8
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2019-02-22194-2065/+6820
| |\
| * | mac80211: update HE IEs to D3.3Liad Kaufman2019-02-221-10/+25
| * | cfg80211: allow sending vendor events unicastJohannes Berg2019-02-221-6/+24
| * | mac80211: ignore quiet mode in probeSara Sharon2019-02-221-3/+3
| * | mac80211: allow CSA to self with immediate quietSara Sharon2019-02-221-1/+2
| * | mac80211: notify driver on subsequent CSA beaconsSara Sharon2019-02-223-14/+70
| * | mac80211: fix position of vendor_data readLiad Kaufman2019-02-221-2/+19
| * | mac80211: abort CSA if beacon does not include CSA IEsSara Sharon2019-02-223-6/+57
| * | mac80211: support max channel switch time elementSara Sharon2019-02-224-0/+13
| * | cfg80211: Report Association Request frame IEs in association eventsJouni Malinen2019-02-225-14/+41
| * | cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan2019-02-221-1/+1
| * | cfg80211: Use const more consistently in for_each_element macrosJouni Malinen2019-02-111-1/+1
| * | cfg80211: restore regulatory without calling userspaceJohannes Berg2019-02-112-15/+60
| * | cfg80211: fix memory leak of new_ieSara Sharon2019-02-081-4/+5
| * | cfg80211: fix the IE inheritance of extension IEsSara Sharon2019-02-081-7/+13
| * | mac80211: indicate support for multiple BSSIDSara Sharon2019-02-083-2/+30
| * | mac80211: support multi-bssidSara Sharon2019-02-084-47/+207
| * | cfg80211: save multi-bssid propertiesSara Sharon2019-02-081-21/+48
| * | cfg80211: make BSSID generation function inlineSara Sharon2019-02-081-16/+0
| * | cfg80211: parse multi-bssid only if HW supports itSara Sharon2019-02-081-1/+10
| * | cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon2019-02-082-47/+43
| * | cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon2019-02-082-2/+46
| * | cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg2019-02-081-32/+15
| * | cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu2019-02-082-39/+472
| * | mac80211: move the bss update from elements to an helperSara Sharon2019-02-081-70/+80
| * | mac80211: pass bssids to elements parsing functionSara Sharon2019-02-089-72/+95
| * | nl80211: use for_each_element() in validate_ie_attr()Johannes Berg2019-02-081-20/+8
| * | cfg80211: add various struct element finding helpersJohannes Berg2019-02-082-25/+20
| * | mac80211: use element iteration macro in parsingJohannes Berg2019-02-081-19/+6
| * | cfg80211: add and use strongly typed element iteration macrosJohannes Berg2019-02-081-8/+6
* | | net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli2019-02-223-4/+121
* | | net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli2019-02-221-3/+36
| |/ |/|
* | net: Get rid of switchdev_port_attr_get()Florian Fainelli2019-02-211-7/+0
* | net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli2019-02-211-15/+1
* | net: bridge: Stop calling switchdev_port_attr_get()Florian Fainelli2019-02-211-6/+5
* | net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-213-0/+18
* | net: dsa: enable flooding for bridge portsRussell King2019-02-211-3/+13
* | net: dsa: add support for bridge flagsRussell King2019-02-213-0/+28
* | bridge: remove redundant check on err in br_multicast_ipv4_rcvLi RongQing2019-02-211-6/+1
* | net: remove unneeded switch fall-throughLi RongQing2019-02-212-2/+0