aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-09batman-adv: Add fragmentation mesh genl configurationSven Eckelmann1-0/+12
2019-02-09batman-adv: Add distributed_arp_table mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add bridge_loop_avoidance mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add bonding mesh genl configurationSven Eckelmann1-0/+11
2019-02-09batman-adv: Add ap_isolation mesh/vlan genl configurationSven Eckelmann1-0/+89
2019-02-09batman-adv: Add aggregated_ogms mesh genl configurationSven Eckelmann1-0/+12
2019-02-09batman-adv: Prepare framework for vlan genl configSven Eckelmann1-2/+189
2019-02-09batman-adv: Prepare framework for hardif genl configSven Eckelmann1-21/+219
2019-02-09batman-adv: Prepare framework for mesh genl configSven Eckelmann1-62/+98
2019-02-09batman-adv: Move common genl doit code pre/post hooksSven Eckelmann1-43/+100
2019-02-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor1-10/+8
2019-02-08net: dsa: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2019-02-08mpls_iptunnel: use struct_size() helperGustavo A. R. Silva1-2/+2
2019-02-08net/sched: use struct_size() helperGustavo A. R. Silva1-1/+1
2019-02-08bridge: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-02-08vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-08devlink: publish params only after driver init is doneJiri Pirko1-1/+47
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller50-252/+576
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-240/+474
2019-02-08cfg80211: fix memory leak of new_ieSara Sharon1-4/+5
2019-02-08cfg80211: fix the IE inheritance of extension IEsSara Sharon1-7/+13
2019-02-08mac80211: indicate support for multiple BSSIDSara Sharon3-2/+30
2019-02-08mac80211: support multi-bssidSara Sharon4-47/+207
2019-02-08cfg80211: save multi-bssid propertiesSara Sharon1-21/+48
2019-02-08cfg80211: make BSSID generation function inlineSara Sharon1-16/+0
2019-02-08cfg80211: parse multi-bssid only if HW supports itSara Sharon1-1/+10
2019-02-08cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon2-47/+43
2019-02-08cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon2-2/+46
2019-02-08cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg1-32/+15
2019-02-08cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu2-39/+472
2019-02-08mac80211: move the bss update from elements to an helperSara Sharon1-70/+80
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon9-72/+95
2019-02-08nl80211: use for_each_element() in validate_ie_attr()Johannes Berg1-20/+8
2019-02-08cfg80211: add various struct element finding helpersJohannes Berg2-25/+20
2019-02-08mac80211: use element iteration macro in parsingJohannes Berg1-19/+6
2019-02-08cfg80211: add and use strongly typed element iteration macrosJohannes Berg1-8/+6
2019-02-07net/smc: original socket family in inet_sock_diagKarsten Graul1-2/+1
2019-02-07net/smc: move code to clear the conn->lgr fieldKarsten Graul1-2/+3
2019-02-07net/smc: use client and server LGR pending locks for SMC-RHans Wippel1-16/+28
2019-02-07net/smc: unlock LGR pending lock earlier for SMC-DHans Wippel1-5/+9
2019-02-07net/smc: use smc_curs_copy() for SMC-DUrsula Braun1-4/+5
2019-02-07net/smc: postpone release of clcsockUrsula Braun2-17/+23
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+2
2019-02-07devlink: Add health dump {get,clear} commandsEran Ben Elisha1-0/+63
2019-02-07devlink: Add health diagnose commandEran Ben Elisha1-0/+46
2019-02-07devlink: Add health recover commandEran Ben Elisha1-0/+20
2019-02-07devlink: Add health set commandEran Ben Elisha1-0/+36
2019-02-07devlink: Add health get commandEran Ben Elisha1-0/+149