summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-01-16lan78xx: Fix failure in USB Full SpeedYuiko Oshino
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-16ibmvnic: Fix pending MAC address changesThomas Falcon
2018-01-15netlink: extack: avoid parenthesized string constant warningJohannes Berg
2018-01-15Merge branch 'ipv4-Make-neigh-lookup-keys-for-loopback-point-to-point-devices...David S. Miller
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-15sh_eth: fix dumping ARSTRSergei Shtylyov
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-15net: cs89x0: add MODULE_LICENSEArnd Bergmann
2018-01-15ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault
2018-01-15ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin
2018-01-159p: add missing module license for xen transportStephen Hemminger
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg
2018-01-15mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler
2018-01-15nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski
2018-01-15cfg80211: fully initialize old channel for eventJohannes Berg
2018-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-12Merge tag 'mlx5-fixes-2018-01-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2018-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-11Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-01-11Merge tag 'gpio-v4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-01-12net/mlx5e: Remove timestamp set from netdevice open flowFeras Daoud
2018-01-12net/mlx5: Update ptp_clock_event foreach PPS eventFeras Daoud
2018-01-12net/mlx5e: Don't override netdev features field unless in error flowGal Pressman
2018-01-12net/mlx5e: Check support before TC swap in ETS initTariq Toukan
2018-01-12net/mlx5e: Add error print in ETS initTariq Toukan
2018-01-12net/mlx5e: Keep updating ethtool statistics when the interface is downGal Pressman
2018-01-12net/mlx5: Fix error handling in load oneMaor Gottlieb
2018-01-12net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha
2018-01-12net/mlx5: Fix memory leak in bad flow of mlx5_alloc_irq_vectorsAlaa Hleihel
2018-01-12net/mlx5: Fix get vector affinity helper functionSaeed Mahameed
2018-01-12{net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha
2018-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-10Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro
2018-01-10bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann
2018-01-10bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-01-10bpf: fix spelling mistake: "obusing" -> "abusing"Colin Ian King