summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-153-2/+7
* mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler2018-01-151-2/+10
* nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2018-01-151-4/+7
* cfg80211: fully initialize old channel for eventJohannes Berg2018-01-151-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-143-4/+61
|\
| * bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-101-3/+15
| * bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-102-0/+45
| * bpf: fix spelling mistake: "obusing" -> "abusing"Colin Ian King2018-01-101-1/+1
* | Merge tag 'mlx5-fixes-2018-01-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-01-1214-71/+135
|\ \
| * | net/mlx5e: Remove timestamp set from netdevice open flowFeras Daoud2018-01-124-4/+8
| * | net/mlx5: Update ptp_clock_event foreach PPS eventFeras Daoud2018-01-121-1/+5
| * | net/mlx5e: Don't override netdev features field unless in error flowGal Pressman2018-01-121-18/+25
| * | net/mlx5e: Check support before TC swap in ETS initTariq Toukan2018-01-121-3/+5
| * | net/mlx5e: Add error print in ETS initTariq Toukan2018-01-121-2/+6
| * | net/mlx5e: Keep updating ethtool statistics when the interface is downGal Pressman2018-01-121-2/+1
| * | net/mlx5: Fix error handling in load oneMaor Gottlieb2018-01-121-3/+6
| * | net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha2018-01-123-10/+9
| * | net/mlx5: Fix memory leak in bad flow of mlx5_alloc_irq_vectorsAlaa Hleihel2018-01-121-5/+8
| * | net/mlx5: Fix get vector affinity helper functionSaeed Mahameed2018-01-121-1/+18
| * | {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-125-22/+44
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-128-12/+38
|\ \ \
| * | | xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert2018-01-101-1/+7
| * | | af_key: Fix memory leak in key_notify_policy.Steffen Klassert2018-01-101-1/+3
| * | | esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert2018-01-092-2/+4
| * | | xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal2018-01-081-2/+2
| * | | xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-01-082-2/+2
| * | | xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu2018-01-051-1/+1
| * | | xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca2017-12-311-1/+2
| * | | af_key: fix buffer overread in parse_exthdrs()Eric Biggers2017-12-301-0/+3
| * | | af_key: fix buffer overread in verify_address_len()Eric Biggers2017-12-301-0/+5
| * | | xfrm: skip policies marked as dead while rehashingFlorian Westphal2017-12-301-1/+2
| * | | xfrm: Forbid state updates from changing encap typeHerbert Xu2017-12-301-1/+7
* | | | Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2018-01-111-6/+12
|\ \ \ \
| * | | | rbd: set max_segments to USHRT_MAXIlya Dryomov2018-01-091-1/+1
| * | | | rbd: reacquire lock should update lock owner client idFlorian Margaine2018-01-091-5/+11
* | | | | Merge tag 'gpio-v4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-01-111-12/+23
|\ \ \ \ \
| * | | | | gpio: Add missing open drain/source handling to gpiod_set_value_cansleep()Geert Uytterhoeven2018-01-101-12/+23
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-101-1/+3
|\ \ \ \ \
| * | | | | Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro2018-01-101-1/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-1037-131/+303
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
| * | | | | ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
| * | | | | Merge branch 'mlxsw-couple-of-fixes'David S. Miller2018-01-103-4/+11
| |\ \ \ \ \
| | * | | | | mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion...Jiri Pirko2018-01-101-3/+4
| | * | | | | mlxsw: pci: Wait after reset before accessing HWYuval Mintz2018-01-102-1/+7
| |/ / / / /
| * | | | | nfp: always unmask aux interrupts at initJakub Kicinski2018-01-101-0/+2
| * | | | | 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-101-6/+1
| * | | | | Merge tag 'wireless-drivers-for-davem-2018-01-09' of git://git.kernel.org/pub...David S. Miller2018-01-105-28/+30
| |\ \ \ \ \
| | * \ \ \ \ Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-01-052-13/+16
| | |\ \ \ \ \
| | | * | | | | wcn36xx: Fix dynamic power savingLoic Poulain2018-01-042-13/+16