summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-01net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski1-1/+1
2014-06-01net: sctp: cache auth_enable per endpointVlad Yasevich1-1/+3
2014-06-01macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich1-0/+1
2014-06-01vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+2
2014-06-01net: Allow for more then a single subclass for netif_addr_lockVlad Yasevich1-1/+7
2014-06-01net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+10
2014-06-01Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann1-1/+13
2014-06-01ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5
2014-06-01mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman1-8/+23
2014-06-01x86,preempt: Fix preemption for i386Peter Zijlstra2-2/+2
2014-06-01blktrace: fix accounting of partially completed requestsRoman Pen1-3/+30
2014-06-01netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2014-06-01netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy1-0/+10
2014-06-01pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs1-1/+19
2014-06-01scsi: fix our current target reap infrastructureJames Bottomley1-2/+1
2014-05-13libata/ahci: accommodate tag ordered controllersDan Williams1-0/+1
2014-05-06dt: tegra: remove non-existent clock IDsStephen Warren1-3/+3
2014-05-06block: Fix for_each_bvec()Martin K. Petersen1-3/+3
2014-05-06smarter propagate_mnt()Al Viro1-0/+3
2014-05-06xattr: guard against simultaneous glibc header inclusionSerge Hallyn2-0/+16
2014-05-06media: videodev2.h: add parenthesis around macro argumentsHans Verkuil1-5/+5
2014-05-06word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon1-6/+2
2014-05-06Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hostsK. Y. Srinivasan1-1/+3
2014-05-06IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua1-1/+0
2014-05-06nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+1
2014-04-27bdi: avoid oops on device removalJan Kara1-1/+1
2014-04-27tty: Fix low_latency BUGPeter Hurley1-1/+1
2014-04-14futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens1-0/+4
2014-03-31ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-0/+15
2014-03-29vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+7
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich1-1/+1
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-1/+3
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-2/+2
2014-03-27usbnet: include wait queue head in device structureOliver Neukum1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-8/+14
2014-03-21Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+2
2014-03-21mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins1-2/+1
2014-03-21tcp: syncookies: do not use getnstimeofday()Eric Dumazet1-5/+6
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2-9/+2
2014-03-18net: cdc_ncm: fix control message orderingBjørn Mork1-0/+1
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+7
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+5
2014-03-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2014-03-12tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2014-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+2
2014-03-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds3-3/+7
2014-03-11mm: fix GFP_THISNODE callers and clarifyJohannes Weiner3-3/+7
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-14/+21
2014-03-10get rid of fget_light()Al Viro2-11/+12
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds2-3/+9