summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tg3: Eliminate tg3_nvram_read_swab()Matt Carlson2009-02-261-27/+25
* tg3: Correct NVRAM stream endian notationsMatt Carlson2009-02-261-26/+29
* tg3: Invert nvram_read() and nvram_read_swab()Matt Carlson2009-02-261-22/+28
* tg3: Eliminate nvram routine forward declarationsMatt Carlson2009-02-261-197/+191
* tg3: Refine tg3_vlan_rx_register()Matt Carlson2009-02-261-4/+7
* tg3: Update ethtool set_settings error checksMatt Carlson2009-02-261-18/+50
* tg3: Drop non-VLAN rx pkts larger than the MTUMatt Carlson2009-02-261-1/+9
* tg3: Fix 5906 link problemsMatt Carlson2009-02-261-1/+2
* wanrouter: fix sparse warnings: context imbalanceHannes Eder2009-02-262-2/+8
* inet fragments: fix sparse warning: context imbalanceHannes Eder2009-02-262-1/+3
* decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder2009-02-263-10/+10
* decnet: fix sparse warnings: context imbalanceHannes Eder2009-02-261-0/+2
* sysctl: fix sparse warning: Should it be static?Hannes Eder2009-02-261-0/+1
* appletalk: fix warning: format not a string literal and no ...Hannes Eder2009-02-261-1/+1
* 9p: fix sparse warning: cast adds address spaceHannes Eder2009-02-261-1/+1
* net/802: fix sparse warnings: context imbalanceHannes Eder2009-02-261-0/+2
* ns83820: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* chelsio: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* llc: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* iucv: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* decnet: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* core: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-262-6/+3
* packet: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* can: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* netlink: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-4/+2
* unix: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* pktgen: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-12/+6
* af_key: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-4/+2
* wan: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* i2400m: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* drivers/net/rionet.c: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* ppp: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-263-10/+5
* irda: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-262-5/+3
* hso: remove hso_free_device()Paulius Zaleckas2009-02-261-10/+4
* hso: remove claiming and releasing of USB interfacePaulius Zaleckas2009-02-261-4/+0
* ppp_generic: Simplify tx_dropped statsPaulius Zaleckas2009-02-261-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-02-2619-362/+968
|\
| * Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-273-6/+3
| * Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-273-6/+3
| * Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyDave Young2009-02-272-4/+2
| * Bluetooth: Permit BT_SECURITY also for L2CAP raw socketsMarcel Holtmann2009-02-271-2/+2
| * Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsMarcel Holtmann2009-02-271-0/+3
| * Bluetooth: Disallow usage of L2CAP CID setting for nowMarcel Holtmann2009-02-271-6/+10
| * Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPMarcel Holtmann2009-02-271-0/+11
| * Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUPMarcel Holtmann2009-02-271-4/+3
| * Bluetooth: Set authentication requirement before requesting itMarcel Holtmann2009-02-271-6/+4
| * Bluetooth: Fix authentication requirements for L2CAP security checkMarcel Holtmann2009-02-271-10/+20
| * Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann2009-02-276-10/+49
| * Bluetooth: Add CID field to L2CAP socket address structureMarcel Holtmann2009-02-272-21/+35