summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-07-29stmmac: remove unused stmmac_of_data structJoachim Eastwood1-18/+0
2015-07-28net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2-0/+2
2015-07-28net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2-2/+2
2015-07-28net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion1-0/+5
2015-07-27net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat1-1/+3
2015-07-27net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed1-0/+8
2015-07-27net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed1-3/+3
2015-07-27lwtunnel: export linux/lwtunnel.h to userspaceNicolas Dichtel1-6/+0
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-138/+197
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline1-0/+1
2015-07-21vxlan: Flow based tunnelingThomas Graf1-0/+1
2015-07-21mpls: ip tunnel supportRoopa Prabhu1-0/+6
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu1-0/+6
2015-07-21bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2-0/+3
2015-07-21stmmac: drop custom_* fields from plat_stmmacenet_dataJoachim Eastwood1-2/+0
2015-07-21net: remove skb_frag_add_headJiri Benc1-6/+0
2015-07-21net: add phys ID compare helper to test if two IDs are the sameScott Feldman1-0/+7
2015-07-21net: don't reforward packets already forwarded by offload deviceScott Feldman2-1/+14
2015-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+14
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar1-1/+5
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen1-2/+10
2015-07-18mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim1-0/+13
2015-07-18Update Viresh Kumar's email addressViresh Kumar2-2/+2
2015-07-18include, lib: add __printf attributes to several function prototypesNicolas Iooss11-28/+33
2015-07-18mm: hugetlb: allow hugepages_supported to be architecture specificDominik Dingel1-9/+8
2015-07-17Merge tag 'staging-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2015-07-17Merge tag 'gpio-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+1
2015-07-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+3
2015-07-16net core: Add protodown support.Anuradha Karuppiah1-0/+14
2015-07-16gpio: Remove double "base" in commentGeert Uytterhoeven1-1/+1
2015-07-15Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-10/+20
2015-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+18
2015-07-15Merge tag 'module-final-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-78/+84
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller50-151/+1414
2015-07-14Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+1
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+8
2015-07-13locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton1-18/+14
2015-07-13locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton1-0/+14
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp1-0/+2
2015-07-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+5
2015-07-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2015-07-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2015-07-11Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+4
2015-07-11net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson1-0/+2
2015-07-10KVM: count number of assigned devicesPaolo Bonzini1-0/+18
2015-07-10ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal1-1/+1
2015-07-10cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso1-1/+6
2015-07-09blkcg: fix blkcg_policy_data allocation bugTejun Heo1-8/+2
2015-07-09blkcg: implement all_blkcgs listTejun Heo1-0/+1
2015-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+3