summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-275-0/+824
| * | selftests: bpf: test writable buffers in raw tpsMatt Mullins2019-04-261-0/+4
| * | bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+39
| * | bpf: update skb->protocol in bpf_skb_net_growWillem de Bruijn2019-04-241-0/+8
| * | bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-231-3/+0
| * | net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-2/+3
| * | flow_dissector: handle no-skb use caseStanislav Fomichev2019-04-231-27/+25
| * | net: plumb network namespace into __skb_flow_dissectStanislav Fomichev2019-04-232-12/+20
| * | bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb modeStanislav Fomichev2019-04-231-30/+17
| * | flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-233-52/+102
* | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-2727-3/+358
* | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27122-709/+860
* | | net: fix two coding style issuesMichal Kubecek2019-04-272-3/+4
* | | ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek2019-04-273-21/+21
* | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-2798-422/+469
* | | net/tls: byte swap device req TCP seq no upon settingJakub Kicinski2019-04-271-1/+1
* | | net/tls: remove old exports of sk_destruct functionsJakub Kicinski2019-04-271-18/+17
* | | net/tls: don't log errors every time offload can't proceedJakub Kicinski2019-04-271-6/+1
* | | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-2630-345/+1220
|\ \ \
| * | | mac80211: probe unexercised mesh linksRajkumar Manoharan2019-04-264-0/+43
| * | | mac80211: add option for setting control flagsRajkumar Manoharan2019-04-263-9/+14
| * | | cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan2019-04-263-0/+79
| * | | mac80211: Set CAN_REPLACE_PTK0 for SW crypto only driversAlexander Wetzel2019-04-261-0/+7
| * | | nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho2019-04-261-1/+1
| * | | mac80211: Fix Extended Key ID auto activationAlexander Wetzel2019-04-261-1/+5
| * | | cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2019-04-262-8/+8
| * | | mac80211: store tx power value from user to stationAshok Raj Nagarajan2019-04-264-0/+65
| * | | cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan2019-04-261-0/+43
| * | | mac80211: only allocate one queue when using iTXQsJohannes Berg2019-04-261-5/+5
| * | | nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-7/+3
| * | | cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-16/+7
| * | | mac80211: debugfs option to force TX status framesJulius Niedworok2019-04-263-0/+64
| * | | cfg80211: remove redundant zero check on variable 'changed'Colin Ian King2019-04-261-3/+0
| * | | mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-04-262-3/+5
| * | | mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau2019-04-261-54/+80
| * | | mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau2019-04-262-1/+11
| * | | mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau2019-04-263-39/+56
| * | | mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel2019-04-269-60/+145
| * | | nl80211/cfg80211: Extended Key ID supportAlexander Wetzel2019-04-264-16/+71
| * | | mac80211: Optimize tailroom_needed update checksAlexander Wetzel2019-04-261-9/+15
| * | | mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau2019-04-261-0/+1
| * | | mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau2019-04-261-2/+8
| * | | mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau2019-04-261-5/+10
| * | | mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau2019-04-262-20/+8
| * | | mac80211: support profile split between elementsSara Sharon2019-04-262-20/+37
| * | | cfg80211: support profile split between elementsSara Sharon2019-04-261-6/+103
| * | | mac80211: support non-inheritance elementSara Sharon2019-04-261-57/+77
| * | | cfg80211: support non-inheritance elementSara Sharon2019-04-261-1/+60
| * | | cfg80211: don't skip multi-bssid index elementSara Sharon2019-04-261-2/+1
| * | | cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt2019-04-083-0/+123