1. 05 Sep, 2008 10 commits
  2. 04 Sep, 2008 28 commits
  3. 03 Sep, 2008 2 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 316343e2
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        bnx2x: Accessing un-mapped page
        ath9k: Fix TX control flag use for no ACK and RTS/CTS
        ath9k: Fix TX status reporting
        iwlwifi: fix STATUS_EXIT_PENDING is not set on pci_remove
        iwlwifi: call apm stop on exit
        iwlwifi: fix Tx cmd memory allocation failure handling
        iwlwifi: fix rx_chain computation
        iwlwifi: fix station mimo power save values
        iwlwifi: remove false rxon if rx chain changes
        iwlwifi: fix hidden ssid discovery in passive channels
        iwlwifi: W/A for the TSF correction in IBSS
        netxen: Remove workaround for chipset quirk
        pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info
        ixgbe: initialize interrupt throttle rate
        net/usb/pegasus: avoid hundreds of diagnostics
        tipc: Don't use structure names which easily globally conflict.
      316343e2
    • Eric Paris's avatar
      SELinux: memory leak in security_context_to_sid_core · 8e531af9
      Eric Paris authored
      Fix a bug and a philosophical decision about who handles errors.
      
      security_context_to_sid_core() was leaking a context in the common case.
      This was causing problems on fedora systems which recently have started
      making extensive use of this function.
      
      In discussion it was decided that if string_to_context_struct() had an
      error it was its own responsibility to clean up any mess it created
      along the way.
      Signed-off-by: default avatarEric Paris <eparis@redhat.com>
      Acked-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
      Signed-off-by: default avatarJames Morris <jmorris@namei.org>
      8e531af9