summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap_hsmmc' into nextUlf Hansson2017-10-307-28/+668
|\
| * mmc: sdhci-omap: make three functions static, fixes warningsColin Ian King2017-10-021-3/+3
| * MAINTAINERS: Add TI OMAP SDHCI MaintainerKishon Vijay Abraham I2017-09-221-0/+6
| * mmc: sdhci-omap: Add OMAP SDHCI driverKishon Vijay Abraham I2017-09-223-0/+620
| * dt-bindings: sdhci-omap: Add bindings for the sdhci-omap controllerKishon Vijay Abraham I2017-09-221-0/+16
| * Merge tag 'regulator-pbias-variants'Ulf Hansson2017-09-221-3/+18
| |\
| | * regulator: pbias: Select voltage table based on max-voltageRavikumar Kattekola2017-08-311-3/+18
| * | mmc: host: omap_hsmmc: Remove setting PBIAS voltageKishon Vijay Abraham I2017-09-221-25/+8
* | | Linux 4.14-rc7v4.14-rc7Linus Torvalds2017-10-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2978-361/+1021
|\ \ \
| * \ \ Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller2017-10-2919-57/+367
| |\ \ \
| | * | | selftests: Introduce a new test case to tc testsuiteChris Mi2017-10-293-5/+40
| | * | | selftests: Introduce a new script to generate tc batch fileChris Mi2017-10-291-0/+62
| | * | | net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1
| | * | | net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| | * | | net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
| | * | | net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
| | * | | net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16
| | * | | net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
| | * | | net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
| | * | | net_sched: use tcf_queue_work() in fw filterCong Wang2017-10-291-3/+16
| | * | | net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
| | * | | net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
| | * | | net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
| | * | | net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
| | * | | net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
| | * | | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-293-17/+56
| |/ / /
| * | | Merge branch 'sctp-endianness-fixes'David S. Miller2017-10-2910-50/+59
| |\ \ \
| | * | | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-295-7/+7
| | * | | sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
| | * | | sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
| | * | | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-296-30/+39
| |/ / /
| * | | net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
| * | | sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
| * | | Merge branch 'sockmap-fixes'David S. Miller2017-10-295-11/+47
| |\ \ \
| | * | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-294-8/+10
| | * | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-293-3/+37
| |/ / /
| * | | tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-284-8/+9
| * | | tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1
| * | | tuntap: properly align skb->head before building skbJason Wang2017-10-281-0/+1
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-285-21/+22
| |\ \ \
| | * | | i40e: Add programming descriptors to cleaned_countAlexander Duyck2017-10-261-0/+1
| | * | | i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck2017-10-261-1/+1
| | * | | ixgbe: Fix Tx map failure pathAlexander Duyck2017-10-261-12/+6
| | * | | igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
| | * | | e1000: avoid null pointer dereference on invalid stat typeColin Ian King2017-10-261-5/+4
| | * | | e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2017-10-261-2/+9
| * | | | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-10-271-2/+7
| * | | | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-10-271-4/+7
| * | | | ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-10-271-17/+42