summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mac80211: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-281-1/+2
| | * | mac80211: fix NULL pointer dereference in ieee80211_key_alloc()Petr Štetiar2011-03-281-2/+2
| | * | ath9k: fix a chip wakeup related crash in ath9k_startFelix Fietkau2011-03-281-0/+4
| | * | mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS ratesFelix Fietkau2011-03-281-7/+18
| | * | Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner2011-03-241-1/+3
| | * | Bluetooth: delete hanging L2CAP channelAndrei Emeltchenko2011-03-241-2/+3
| | * | Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg2011-03-241-0/+2
| | * | Bluetooth: Fix sending LE data over USBVinicius Costa Gomes2011-03-241-1/+2
| | * | Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-243-2/+10
| | * | Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala2011-03-241-1/+3
| | * | Bluetooth: add support for Apple MacBook Pro 8,2Marc-Antoine Perennou2011-03-241-0/+3
| * | | appletalk: Fix OOPS in atalk_release().David S. Miller2011-04-011-5/+6
| * | | mlx4: Fixing bad size of event queue bufferYevgeny Petrilin2011-03-311-1/+3
| * | | mlx4: Fixing use after freeYevgeny Petrilin2011-03-311-1/+2
| * | | bonding:typo in commentPeter Pan(潘卫平)2011-03-311-1/+1
* | | | mISDN: fix "persistant" typoJan Engelhardt2011-04-041-10/+10
* | | | xen: netfront: fix declaration orderEric Dumazet2011-04-041-36/+36
* | | | vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2011-04-032-42/+16
* | | | net: Call netdev_features_change() from netdev_update_features()Michał Mirosław2011-04-033-9/+21
* | | | net: convert sunhme/sungem network drivers to hw_featuresMichał Mirosław2011-04-022-3/+6
* | | | veth: convert to hw_featuresMichał Mirosław2011-04-021-40/+5
* | | | jme: convert offload constraints to ndo_fix_featuresMichał Mirosław2011-04-022-60/+19
* | | | net: convert xen-netfront to hw_featuresMichał Mirosław2011-04-021-34/+23
* | | | net: convert SMSC USB net drivers to hw_featuresMichał Mirosław2011-04-022-144/+63
* | | | virtio_net: convert to hw_featuresMichał Mirosław2011-04-021-27/+19
| |_|/ |/| |
* | | net: Order ports in same order as addresses in flow objects.David S. Miller2011-04-011-3/+3
* | | bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov2011-04-016-23/+83
* | | bnx2x: don't write dcb/llfc fields in STORM memoryDmitry Kravkov2011-04-011-1/+12
* | | bnx2x: Update firmware to 6.2.9Dmitry Kravkov2011-04-019-38128/+38158
* | | ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller2011-03-311-12/+6
* | | ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller2011-03-311-11/+7
* | | ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller2011-03-311-11/+7
* | | ipv4: Use flowi4_init_output() in ip_send_reply()David S. Miller2011-03-311-10/+8
* | | ipv4: Use flowi4_init_output() in inet_connection_sock.cDavid S. Miller2011-03-311-12/+6
* | | ipv4: Use flowi4_init_output() in net/route.hDavid S. Miller2011-03-311-36/+24
* | | net: Add helper flowi4_init_output().David S. Miller2011-03-311-0/+21
* | | fib: add __rcu annotationsEric Dumazet2011-03-311-45/+58
* | | drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-3110-16/+14
* | | enic: Add support for PORT_REQUEST_PREASSOCIATE_RRRoopa Prabhu2011-03-315-149/+344
* | | enic: Cleanups in port profile helper codeRoopa Prabhu2011-03-312-4/+14
* | | enic: Add wrapper routines for new fw devcmds for port profile handlingRoopa Prabhu2011-03-312-6/+63
* | | enic: Add support for new fw devcmds for port profile handlingRoopa Prabhu2011-03-313-49/+111
* | | via-rhine: trivial sparse annotation in vlan_tci helperHarvey Harrison2011-03-311-1/+1
* | | kstrtox: convert drivers/isdn/Alexey Dobriyan2011-03-312-24/+13
* | | smsc911x: Use pr_fmt, netdev_<level>, and netif_<level>Joe Perches2011-03-312-159/+155
* | | be2net: remove one useless lineSathya Perla2011-03-311-1/+0
* | | be2net: cancel be_worker in be_shutdown() even when i/f is downSathya Perla2011-03-311-2/+1
* | | be2net: remove redundant code in be_worker()Sathya Perla2011-03-311-5/+3
* | | be2net: parse vid and vtm fields of rx-compl only if vlanf bit is setSathya Perla2011-03-311-11/+23
* | | be2net: refactor code that decides adapter->num_rx_queuesSathya Perla2011-03-312-35/+39