aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu2-30/+54
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu1-33/+94
2018-01-25pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski1-0/+14
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo1-1/+28
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo1-1/+8
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo1-0/+22
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo1-1/+7
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2-1/+27
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo3-7/+39
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2-1/+10
2018-01-25fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers1-1/+0
2018-01-25fs: fold __inode_permission() into inode_permission()Eric Biggers1-1/+0
2018-01-25fs: add RWF_APPENDJürg Billeter2-1/+7
2018-01-25f2fs: support inode creation timeChao Yu1-1/+3
2018-01-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+10
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-0/+8
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman1-0/+10
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring1-6/+0
2018-01-26crypto: sha3-generic - export init/update/final routinesArd Biesheuvel1-0/+5
2018-01-26crypto: sha3-generic - simplify codeArd Biesheuvel1-1/+0
2018-01-25device property: Define type of PROPERTY_ENRTY_*() macrosAndy Shevchenko1-5/+5
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller5-7/+9
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+5
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+2
2018-01-24kill kernel_sock_ioctl()Al Viro1-1/+0
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro1-1/+2
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro1-2/+2
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro1-1/+1
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro1-1/+1
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro1-1/+3
2018-01-24net: erspan: fix use-after-freeWilliam Tu1-2/+2
2018-01-24net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski1-11/+0
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski1-1/+0
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski1-3/+15
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski1-1/+2
2018-01-24net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptrWolfgang Bumiller1-1/+1
2018-01-24Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2018-01-24Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman1-7/+1
2018-01-24ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto1-1/+1
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi1-0/+2
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra1-0/+7
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-0/+1
2018-01-23net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti1-2/+14
2018-01-24ocxl: Add a kernel API for other opencapi driversFrederic Barrat1-0/+214
2018-01-24ocxl: Add AFU interrupt supportFrederic Barrat1-0/+9
2018-01-24ocxl: Driver code for 'generic' opencapi devicesFrederic Barrat1-0/+40
2018-01-24powerpc/powernv: Capture actag information for the deviceFrederic Barrat1-0/+45
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)1-0/+2
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall2-1/+4
2018-01-23Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust4-3/+1026