summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-22cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan
2019-02-11cfg80211: Use const more consistently in for_each_element macrosJouni Malinen
2019-02-11cfg80211: restore regulatory without calling userspaceJohannes Berg
2019-02-08cfg80211: fix memory leak of new_ieSara Sharon
2019-02-08cfg80211: fix the IE inheritance of extension IEsSara Sharon
2019-02-08mac80211: indicate support for multiple BSSIDSara Sharon
2019-02-08mac80211: support multi-bssidSara Sharon
2019-02-08cfg80211: save multi-bssid propertiesSara Sharon
2019-02-08cfg80211: make BSSID generation function inlineSara Sharon
2019-02-08cfg80211: parse multi-bssid only if HW supports itSara Sharon
2019-02-08cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon
2019-02-08cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon
2019-02-08cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg
2019-02-08cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu
2019-02-08mac80211: move the bss update from elements to an helperSara Sharon
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon
2019-02-08nl80211: use for_each_element() in validate_ie_attr()Johannes Berg
2019-02-08cfg80211: add various struct element finding helpersJohannes Berg
2019-02-08mac80211: use element iteration macro in parsingJohannes Berg
2019-02-08cfg80211: add and use strongly typed element iteration macrosJohannes Berg
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-01ethtool: add compat for devlink infoJakub Kicinski
2019-02-01devlink: add version reporting to devlink info APIJakub Kicinski
2019-02-01devlink: add device information APIJakub Kicinski
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson
2019-02-01net: tls: Add tls 1.3 supportDave Watson
2019-02-01net: tls: Refactor control message handling on recvDave Watson
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson
2019-02-01net: tls: Support 256 bit keysDave Watson
2019-02-01xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-02-01Merge tag 'batadv-next-for-davem-20190201' of git://git.open-mesh.org/linux-m...David S. Miller
2019-02-01Merge tag 'mac80211-next-for-davem-2019-02-01' of git://git.kernel.org/pub/sc...David S. Miller
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter
2019-02-01mac80211: fix missing/malformed documentationJohannes Berg
2019-02-01netlink: reduce NLA_POLICY_NESTED{,_ARRAY} argumentsJohannes Berg