summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove outdated commentEliad Peller2012-03-261-3/+0
* ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet2012-03-261-2/+2
* ath9k: reduce listen time periodRajkumar Manoharan2012-03-261-1/+1
* cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville2012-03-262-12/+23
* iwlegacy: fix BSSID settingStanislaw Gruszka2012-03-261-10/+6
* ath9k: fix max noise floor thresholdRajkumar Manoharan2012-03-261-3/+2
* iwlegacy: do not nulify il->vif on resetStanislaw Gruszka2012-03-263-7/+12
* usbnet: consider device busy at each recieved packetOliver Neukum2012-03-221-0/+1
* bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek2012-03-223-69/+32
* netfilter: remove forward module param confusion.Rusty Russell2012-03-222-14/+4
* usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com2012-03-221-1/+0
* usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com2012-03-221-0/+9
* xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert2012-03-221-3/+3
* xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert2012-03-221-2/+2
* RDS: use gfp flags from caller in conn_alloc()Dan Carpenter2012-03-223-3/+3
* netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter2012-03-221-1/+1
* l2tp: enable automatic module loading for l2tp_pppBenjamin LaHaise2012-03-211-0/+1
* cnic: Fix parity error code conflictMichael Chan2012-03-215-34/+12
* tg3: Fix RSS ring refill race conditionMichael Chan2012-03-212-3/+23
* sky2: override for PCI legacy power managementstephen hemminger2012-03-211-0/+11
* net: fix napi_reuse_skb() skb reserveEric Dumazet2012-03-211-1/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-2171-250/+1034
|\
| * Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris2012-03-201-2/+2
| |\
| | * AppArmor: Fix location of const qualifier on generated string tablesTetsuo Handa2012-03-191-2/+2
| * | TOMOYO: Return error if fails to delete a domainTetsuo Handa2012-03-201-4/+5
| |/
| * Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris2012-03-1513-52/+189
| |\
| | * AppArmor: add const qualifiers to string arraysJan Engelhardt2012-03-144-7/+7
| | * AppArmor: Add ability to load extended policyJohn Johansen2012-03-144-1/+50
| | * AppArmor: Move path failure information into aa_get_name and renameJohn Johansen2012-03-144-19/+29
| | * AppArmor: Update dfa matching routines.John Johansen2012-03-143-4/+81
| | * AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen2012-03-141-10/+6
| | * AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen2012-03-141-6/+9
| | * AppArmor: Add const qualifiers to generated string tablesJohn Johansen2012-03-141-2/+3
| | * AppArmor: Fix oops in policy unpack auditingJohn Johansen2012-03-141-2/+3
| | * AppArmor: Fix error returned when a path lookup is disconnectedJohn Johansen2012-03-141-1/+1
| * | TOMOYO: Return appropriate value to poll().Tetsuo Handa2012-03-154-43/+26
| |/
| * KEYS: testing wrong bit for KEY_FLAG_REVOKEDDan Carpenter2012-03-071-1/+2
| * TOMOYO: Fix mount flags checking order.Tetsuo Handa2012-03-011-18/+20
| * security: fix ima kconfig warningRandy Dunlap2012-02-281-1/+1
| * AppArmor: Fix the error case for chroot relative path name lookupJohn Johansen2012-02-271-3/+2
| * AppArmor: fix mapping of META_READ to audit and quiet flagsJohn Johansen2012-02-271-2/+1
| * AppArmor: Fix underflow in xindex calculationJohn Johansen2012-02-271-1/+1
| * AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen2012-02-272-3/+3
| * AppArmor: Add mising end of structure test to caps unpackingJohn Johansen2012-02-271-0/+2
| * AppArmor: export known rlimit names/value mappings in securityfsKees Cook2012-02-274-6/+29
| * AppArmor: add "file" details to securityfsKees Cook2012-02-272-0/+16
| * AppArmor: add initial "features" directory to securityfsKees Cook2012-02-272-0/+65
| * AppArmor: refactor securityfs to use structuresKees Cook2012-02-272-42/+114
| * IMA: fix audit res field to indicate 1 for success and 0 for failureEric Paris2012-02-162-2/+2
| * Yama: add PR_SET_PTRACER_ANYKees Cook2012-02-163-3/+13