summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-17196-641/+2886
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-173-6/+6
| |\
| | * RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky2018-01-151-4/+3
| | * IB/hfi1: Prevent a NULL dereferenceDan Carpenter2018-01-101-2/+2
| | * iser-target: Fix possible use-after-free in connection establishment errorSagi Grimberg2018-01-101-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-1659-239/+390
| |\ \
| | * | net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-164-30/+24
| | * | qed: Fix potential use-after-free in qed_spq_post()Roland Dreier2018-01-161-1/+7
| | * | nfp: use the correct index for link speed tableJakub Kicinski2018-01-161-1/+1
| | * | lan78xx: Fix failure in USB Full SpeedYuiko Oshino2018-01-161-0/+1
| | * | Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-166-11/+32
| | |\ \
| | | * | cfg80211: check dev_set_name() return valueJohannes Berg2018-01-151-1/+7
| | | * | 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
| | * | | sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-01-161-8/+6
| | * | | sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-161-10/+6
| | * | | sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long2018-01-161-2/+8
| | * | | ibmvnic: Fix pending MAC address changesThomas Falcon2018-01-161-6/+7
| | * | | netlink: extack: avoid parenthesized string constant warningJohannes Berg2018-01-151-2/+2
| | * | | Merge branch 'ipv4-Make-neigh-lookup-keys-for-loopback-point-to-point-devices...David S. Miller2018-01-153-3/+11
| | |\ \ \
| | | * | | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-152-1/+9
| | | * | | net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-151-2/+2
| | |/ / /
| | * | | sh_eth: fix dumping ARSTRSergei Shtylyov2018-01-151-1/+1
| | * | | Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-152-51/+1
| | * | | net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-152-3/+3
| | * | | ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-151-0/+1
| | * | | sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2018-01-152-2/+3
| | * | | net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti2018-01-151-0/+1
| | * | | netlink: extack needs to be reset each time through loopDavid Ahern2018-01-151-1/+2
| | * | | tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-151-12/+14
| | * | | ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-151-2/+4
| | * | | net: cs89x0: add MODULE_LICENSEArnd Bergmann2018-01-151-0/+4
| | * | | ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault2018-01-151-2/+3
| | * | | ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin2018-01-151-4/+10
| | * | | 9p: add missing module license for xen transportStephen Hemminger2018-01-151-0/+4
| | |/ /
| | * | 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