summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-22
|\
| * netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-18
| * netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-18
| * inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-18
| * netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman2015-09-18
* | Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/l...David S. Miller2015-09-21
|\ \
| * | can: headers: make header files self containedMarc Kleine-Budde2015-09-21
| |/
* | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-21
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-09-21
|\ \ | |/ |/|
| * ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring2015-09-17
* | tcp: provide skb->hash to synack packetsEric Dumazet2015-09-17
* | netfilter: Pass net into okfnEric W. Biederman2015-09-17
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-17
* | bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman2015-09-17
* | net: Remove dev_queue_xmit_skEric W. Biederman2015-09-17
* | netfilter: Pass net to nf_hook_threshEric W. Biederman2015-09-17
* | netfilter: Store net in nf_hook_stateEric W. Biederman2015-09-17
* | netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman2015-09-17
|/
* cdc: add header guardsStephen Rothwell2015-09-15
* cdc: Fix build warning.David S. Miller2015-09-15
* CDC: common parser for extra headersOliver Neukum2015-09-15
* Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-10
|\
| * blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo2015-08-18
| * blkcg: implement interface for the unified hierarchyTejun Heo2015-08-18
| * blkcg: misc preparations for unified hierarchy interfaceTejun Heo2015-08-18
| * blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo2015-08-18
| * blkcg: mark existing cftypes as legacyTejun Heo2015-08-18
| * blkcg: rename subsystem name from blkio to ioTejun Heo2015-08-18
| * blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo2015-08-18
| * blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo2015-08-18
| * blkcg: make blkcg_[rw]stat per-cpuTejun Heo2015-08-18
| * blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2015-08-18
| * blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-18
| * blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo2015-08-18
| * blkcg: inline [__]blkg_lookup()Tejun Heo2015-08-18
| * blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2015-08-18
| * blkcg: minor updates around blkcg_policy_dataTejun Heo2015-08-18
| * blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo2015-08-18
| * blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo2015-08-18
| * blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo2015-08-18
| * blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo2015-08-18
| * blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo2015-08-18
| * kernfs: implement kernfs_path_len()Tejun Heo2015-08-18
| * writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2015-08-18
| * Merge branch 'for-4.3-unified-base' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2015-08-18
| |\
* | \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-10
|\ \ \
| * | | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-10
| * | | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-10
| * | | kexec: split kexec_file syscall code to kexec_file.cDave Young2015-09-10
| * | | seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2015-09-10