summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc insi...Sean Wang2016-08-311-17/+6
| * | net: ethernet: mediatek: fix the missing of_node_put() after node is used don...Sean Wang2016-08-311-0/+1
| * | net: ethernet: mediatek: fix issue of driver removal with interface is upSean Wang2016-08-311-0/+8
| * | net: ethernet: mediatek: fix logic unbalance between probe and removeSean Wang2016-08-311-1/+1
| * | net: ethernet: mediatek: remove redundant free_irq for devm_request_irq alloc...Sean Wang2016-08-311-2/+0
| * | net: ethernet: mediatek: fix API usage with skb_free_fragSean Wang2016-08-311-1/+1
| * | net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPRO...Sean Wang2016-08-312-25/+36
| * | net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port...Sean Wang2016-08-311-3/+4
|/ /
* | bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti2016-08-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-3012-30/+79
|\ \
| * | netfilter: nf_tables_netdev: remove redundant ip_hdr assignmentLiping Zhang2016-08-301-1/+0
| * | netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca2016-08-251-0/+2
| * | netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2016-08-253-4/+18
| * | netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang2016-08-251-1/+10
| * | netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang2016-08-251-18/+15
| * | netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang2016-08-252-5/+6
| * | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-255-1/+28
* | | Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-08-303-26/+15
|\ \ \
| * | | cfg80211: Add stub for cfg80211_get_station()Linus Lüssing2016-08-301-0/+9
| * | | mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov2016-08-301-3/+4
| * | | Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg2016-08-081-23/+2
* | | | Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-291-0/+1
|\ \ \ \
| * | | | hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare2016-08-291-0/+1
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-294-25/+49
|\ \ \ \ \
| * | | | | ext4: avoid deadlock when expanding inode sizeJan Kara2016-08-112-8/+13
| * | | | | ext4: properly align shifted xattrs when expanding inodesJan Kara2016-08-111-1/+1
| * | | | | ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-08-111-2/+3
| * | | | | ext4: fix xattr shifting when expanding inodesJan Kara2016-08-111-13/+14
| * | | | | ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-011-1/+17
| * | | | | ext4: reserve xattr index for the HurdTheodore Ts'o2016-07-311-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-29100-453/+813
|\ \ \ \ \ \
| * | | | | | Add Killer E2500 device ID in alx driver.Owen Lin2016-08-292-0/+3
| * | | | | | net: smc91x: fix SMC accessesRussell King2016-08-289-26/+73
| * | | | | | Documentation: networking: dsa: Remove platform device TODOFlorian Fainelli2016-08-281-20/+0
| * | | | | | Merge branch 'mlx5-series'David S. Miller2016-08-2810-145/+209
| |\ \ \ \ \ \
| | * | | | | | net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb2016-08-281-1/+1
| | * | | | | | net/mlx5: Add error prints when validate ETS failedEran Ben Elisha2016-08-281-5/+16
| | * | | | | | net/mlx5e: Fix memory leak if refreshing TIRs failsKamal Heib2016-08-281-3/+4
| | * | | | | | net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan2016-08-283-0/+6
| | * | | | | | net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha2016-08-281-9/+67
| | * | | | | | net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed2016-08-284-70/+44
| | * | | | | | net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2016-08-282-0/+10
| | * | | | | | net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed2016-08-283-42/+22
| | * | | | | | net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed2016-08-284-16/+40
| |/ / / / / /
| * | | | | | rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet2016-08-261-3/+4
| * | | | | | sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko2016-08-261-1/+2
| * | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-08-265-4/+24
| |\ \ \ \ \ \
| | * | | | | | Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
| | * | | | | | Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
| | * | | | | | Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2016-08-242-2/+20