summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selinux: correct locking in selinux_netlbl_socket_connect)Paul Moore2013-09-261-4/+2
* selinux: Use kmemdup instead of kmalloc + memcpyDuan Jiong2013-09-261-2/+2
* selinux: add Paul Moore as a SELinux maintainerPaul Moore2013-09-181-1/+2
* Merge git://git.infradead.org/users/eparis/selinuxPaul Moore2013-09-1816-396/+448
|\
| * Revert "SELinux: do not handle seclabel as a special flag"Eric Paris2013-08-282-1/+4
| * selinux: consider filesystem subtype in policiesAnand Avati2013-08-282-22/+60
| * Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito2013-07-254-6/+30
| * selinux: fix problems in netnode when BUG() is compiled outPaul Moore2013-07-251-0/+2
| * SELinux: use a helper function to determine seclabelEric Paris2013-07-251-14/+24
| * SELinux: pass a superblock to security_fs_useEric Paris2013-07-253-15/+11
| * SELinux: do not handle seclabel as a special flagEric Paris2013-07-252-4/+1
| * SELinux: change sbsec->behavior to shortEric Paris2013-07-253-3/+3
| * SELinux: renumber the superblock optionsEric Paris2013-07-252-4/+5
| * SELinux: do all flags twiddling in one placeEric Paris2013-07-251-7/+5
| * SELinux: rename SE_SBLABELSUPP to SBLABEL_MNTEric Paris2013-07-252-15/+15
| * SELinux: use define for number of bits in the mnt flags maskEric Paris2013-07-251-1/+4
| * SELinux: make it harder to get the number of mnt opts wrongEric Paris2013-07-251-2/+3
| * SELinux: remove crazy contortions around procEric Paris2013-07-251-1/+1
| * SELinux: fix selinuxfs policy file on big endian systemsEric Paris2013-07-251-2/+1
| * SELinux: Enable setting security contexts on rootfs inodes.Stephen Smalley2013-07-251-0/+7
| * SELinux: Increase ebitmap_node size for 64-bit configurationWaiman Long2013-07-251-1/+7
| * SELinux: Reduce overhead of mls_level_isvalid() function callWaiman Long2013-07-254-19/+27
| * selinux: remove the BUG_ON() from selinux_skb_xfrm_sid()Paul Moore2013-07-252-5/+8
| * selinux: cleanup the XFRM headerPaul Moore2013-07-251-14/+5
| * selinux: cleanup selinux_xfrm_decode_session()Paul Moore2013-07-251-11/+12
| * selinux: cleanup some comment and whitespace issues in the XFRM codePaul Moore2013-07-251-13/+10
| * selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last()Paul Moore2013-07-252-60/+42
| * selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow...Paul Moore2013-07-251-36/+18
| * selinux: cleanup and consolidate the XFRM alloc/clone/delete/free codePaul Moore2013-07-251-31/+40
| * lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore2013-07-256-132/+128
* | Linux 3.11v3.11Linus Torvalds2013-09-021-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-09-022-4/+4
|\ \
| * | [SCSI] pm80xx: fix Adaptec 71605H hangHans Verkuil2013-08-262-4/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-021-2/+2
|\ \ \
| * | | x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu2013-08-201-2/+2
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-021-1/+1
|\ \ \ \
| * | | | dma/Kconfig: TI_EDMA needs to be booleanGuenter Roeck2013-08-251-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-3159-260/+590
|\ \ \ \ \
| * | | | | net: fec: fix time stamping logic after napi conversionRichard Cochran2013-08-311-2/+1
| * | | | | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-08-301-1/+2
| * | | | | mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter2013-08-301-1/+3
| * | | | | net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet2013-08-301-8/+3
| * | | | | Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...David S. Miller2013-08-301-3/+7
| * | | | | ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-302-7/+4
| * | | | | tipc: set sk_err correctly when connection failsErik Hugne2013-08-301-2/+2
| * | | | | tcp: tcp_make_synack() should use sock_wmallocPhil Oester2013-08-301-1/+1
| * | | | | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-305-93/+240
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-2915-32/+86
| |\ \ \ \ \
| | * | | | | xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert2013-08-281-8/+1
| | * | | | | ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa2013-08-262-0/+4