aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern2-2/+2
2016-11-03ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn2-2/+4
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn2-0/+2
2016-11-03ASoC: Intel: Skylake: Add support for specifying D0i3 configurationVinod Koul1-1/+4
2016-11-03ASoC: Intel: Skylake: Add support for LPModeVinod Koul1-1/+4
2016-11-03ASoC: topology: ABI - Add flags and private data to PCMMengdong Lin1-0/+8
2016-11-03ASoC: topology: Support topology file of ABI v4Mengdong Lin1-1/+2
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso3-8/+7
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-10/+25
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2-15/+44
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso1-1/+1
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2-38/+14
2016-11-03usb: ch9: make usb_endpoint_maxp() return only packet sizeFelipe Balbi1-2/+3
2016-11-03clk: sunxi-ng: Add A64 clocksMaxime Ripard2-0/+232
2016-11-02clk: renesas: rcar-gen2: Remove obsolete rcar_gen2_clocks_init()Geert Uytterhoeven1-2/+0
2016-11-02clk: renesas: r8a7779: Remove obsolete r8a7779_clocks_init()Geert Uytterhoeven1-1/+0
2016-11-02clk: renesas: r8a7778: Remove obsolete r8a7778_clocks_init()Geert Uytterhoeven1-1/+0
2016-11-02soc: renesas: Add R-Car RST driverGeert Uytterhoeven1-0/+6
2016-11-02ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2016-11-02net: mii: add generic function to support ksetting supportPhilippe Reynes1-0/+4
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+126
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-2/+3
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2-0/+4
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-1/+0
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche1-0/+1
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet1-0/+1
2016-11-02writeback: mark background writeback as suchJens Axboe1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-0/+9
2016-11-02block: add REQ_BACKGROUNDJens Axboe1-0/+2
2016-11-02ASoC: dapm: Introduce DAPM_DOUBLE_R dual channel dual register control typeChen-Yu Tsai1-0/+5
2016-11-02ASoC: dapm: Introduce DAPM_DOUBLE dual channel control typeChen-Yu Tsai1-0/+5
2016-11-02ASoC: dapm: Support second register for DAPM control updatesChen-Yu Tsai1-0/+4
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-0/+5
2016-11-02video: display_timing: Add flags to select the edge when the sync is drivenPeter Ujfalusi1-0/+4
2016-11-01netfilter: nf_tables: introduce routing expressionAnders K. Pedersen1-0/+27
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso1-0/+27
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso1-0/+5
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal2-0/+67
2016-11-01Merge branch 'ib-iio-mfd-4.9rc1' into togregJonathan Cameron2-5/+188
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig1-3/+0
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-1/+3
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig1-1/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig3-1/+4
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig2-1/+2
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig4-14/+11
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig2-53/+4
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig3-8/+8
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2-4/+10
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig1-1/+1
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1