aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn10-0/+12
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn9-0/+9
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn9-0/+22
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn10-43/+13
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn8-52/+8
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-105/+1021
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni1-4/+5
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg27-3/+358
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg122-709/+860
2019-04-27net: fix two coding style issuesMichal Kubecek2-3/+4
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek3-21/+21
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek98-422/+469
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-18/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau5-0/+824
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins1-0/+4
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller30-345/+1220
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet1-1/+0
2019-04-26genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann1-2/+2
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern1-1/+1
2019-04-26net: socket: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-04-26l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet1-1/+1
2019-04-26mac80211: probe unexercised mesh linksRajkumar Manoharan4-0/+43
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan3-9/+14
2019-04-26cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan3-0/+79
2019-04-26mac80211: Set CAN_REPLACE_PTK0 for SW crypto only driversAlexander Wetzel1-0/+7
2019-04-26nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho1-1/+1
2019-04-26mac80211: Fix Extended Key ID auto activationAlexander Wetzel1-1/+5
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2-8/+8
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan4-0/+65
2019-04-26cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan1-0/+43
2019-04-26mac80211: only allocate one queue when using iTXQsJohannes Berg1-5/+5
2019-04-26nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-7/+3
2019-04-26cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-16/+7
2019-04-26mac80211: debugfs option to force TX status framesJulius Niedworok3-0/+64
2019-04-26cfg80211: remove redundant zero check on variable 'changed'Colin Ian King1-3/+0
2019-04-26mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2-3/+5
2019-04-26mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau1-54/+80
2019-04-26mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau2-1/+11
2019-04-26mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau3-39/+56
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel9-60/+145
2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel4-16/+71
2019-04-26mac80211: Optimize tailroom_needed update checksAlexander Wetzel1-9/+15
2019-04-26mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau1-0/+1
2019-04-26mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau1-2/+8
2019-04-26mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau1-5/+10
2019-04-26mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau2-20/+8