summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-0518-330/+335
| * | | batman-adv: rename global if_list to hardif_listMarek Lindner2011-03-056-22/+22
| * | | batman-adv: remove orig_hash spinlockMarek Lindner2011-03-057-148/+38
| * | | batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2011-03-052-37/+30
| * | | batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-059-36/+49
| * | | batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-0510-294/+298
| * | | batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner2011-03-058-42/+51
| * | | batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing2011-03-051-21/+1
| * | | batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing2011-03-052-3/+5
| * | | batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2011-03-052-32/+72
| * | | batman-adv: make broadcast seqno operations atomicMarek Lindner2011-03-053-22/+37
| * | | batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2011-03-052-34/+33
| * | | batman-adv: Correct rcu refcounting for batman_ifMarek Lindner2011-03-054-38/+33
| * | | batman-adv: Correct rcu refcounting for softif_neighMarek Lindner2011-03-052-17/+16
| * | | batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2011-03-052-22/+17
| * | | batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner2011-03-057-174/+313
| * | | batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-057-163/+195
| * | | batman-adv: protect ogm counter arrays with spinlockMarek Lindner2011-03-053-6/+33
| * | | batman-adv: protect originator nodes with reference countersMarek Lindner2011-03-054-19/+78
| * | | batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-058-45/+141
| * | | batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner2011-03-051-9/+31
| * | | batman-adv: free neighbors when an interface is deactivatedMarek Lindner2011-03-051-2/+7
| * | | batman-adv: protect neighbor list with rcu locksMarek Lindner2011-03-053-21/+57
| * | | batman-adv: convert neighbor list to hlistMarek Lindner2011-03-053-28/+35
| * | | batman-adv: protect neighbor nodes with reference countersMarek Lindner2011-03-054-8/+28
| * | | batman-adv: Remove two duplicate includes.Jesper Juhl2011-02-141-2/+0
* | | | ipv4: Remove flowi from struct rtable.David S. Miller2011-03-057-94/+146
* | | | ipv4: Set rt->rt_iif more sanely on output routes.David S. Miller2011-03-051-1/+1
* | | | ipv4: Use passed-in protocol in ip_route_newports().David S. Miller2011-03-051-1/+1
* | | | ipv4: Get peer more cheaply in rt_init_metrics().David S. Miller2011-03-051-2/+2
* | | | ipv4: Optimize flow initialization in output route lookup.David S. Miller2011-03-051-8/+10
* | | | inetpeer: seqlock optimizationEric Dumazet2011-03-041-40/+35
* | | | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-03-04201-3298/+34616
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-04201-3298/+34616
| |\ \ \ \
| | * | | | mac80211: make rate control Kconfig warning depend on mac80211Johannes Berg2011-03-011-1/+1
| | * | | | b43: N-PHY: rev3+: add static tablesRafał Miłecki2011-03-012-2/+1131
| | * | | | rtlwifi: Fix error registering rate-controlChaoming Li2011-03-011-9/+6
| | * | | | mac80211: add support for showing the last rx bitrateFelix Fietkau2011-03-013-10/+36
| | * | | | cfg80211: add a field for the bitrate of the last rx data packet from a stationFelix Fietkau2011-03-013-20/+44
| | * | | | ath9k_htc: Handle BSSID/AID for multiple interfacesSujith Manoharan2011-03-013-20/+81
| | * | | | iwlwifi: move remaining iwl-agn-rx.c code into iwl-rx.cStanislaw Gruszka2011-02-284-269/+225
| | * | | | iwlwifi: move check health code into iwl-rx.cStanislaw Gruszka2011-02-289-183/+155
| | * | | | iwlwifi: add {ack,plpc}_check module parametersStanislaw Gruszka2011-02-284-2/+15
| | * | | | iwlegacy: fix dma mappings and skbs leakStanislaw Gruszka2011-02-283-27/+62
| | * | | | iwlwifi: fix dma mappings and skbs leakStanislaw Gruszka2011-02-283-26/+59
| | * | | | ath9k: Fix incorrect GPIO LED pin for AR9485Senthil Balasubramanian2011-02-282-0/+3
| | * | | | ath9k: use generic mac80211 LED blinking codeFelix Fietkau2011-02-284-170/+61
| | * | | | p54: fix a NULL pointer dereference bugFelix Fietkau2011-02-281-2/+5
| | * | | | rtlwifi: fix places where uninitialized data is usedAlessio Igor Bogani2011-02-281-3/+3
| | * | | | rtlwifi: Add the missing rcu_read_lock/unlockAlessio Igor Bogani2011-02-283-2/+12