| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: HCI devices are either BR/EDR or AMP radios | David Vrabel | 2010-10-12 | 1 | -2/+2 |
* | net: percpu net_device refcount | Eric Dumazet | 2010-10-12 | 1 | -7/+33 |
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 | David S. Miller | 2010-10-12 | 9 | -63/+66 |
|\ |
|
| * | dccp: cosmetics - warning format | Gerrit Renker | 2010-10-12 | 2 | -2/+2 |
| * | dccp: schedule an Ack when receiving timestamps | Gerrit Renker | 2010-10-12 | 2 | -2/+3 |
| * | dccp: generalise data-loss condition | Ivo Calado | 2010-10-12 | 1 | -6/+15 |
| * | dccp: remove unused argument in CCID tx function | Gerrit Renker | 2010-10-12 | 4 | -7/+6 |
| * | dccp: merge now-reduced connect_init() function | Gerrit Renker | 2010-10-12 | 1 | -13/+5 |
| * | dccp: fix the adjustments to AWL and SWL | Gerrit Renker | 2010-10-12 | 3 | -33/+35 |
* | | net dst: use a percpu_counter to track entries | Eric Dumazet | 2010-10-11 | 7 | -34/+64 |
|/ |
|
* | neigh: Protect neigh->ha[] with a seqlock | Eric Dumazet | 2010-10-11 | 3 | -25/+36 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-10-11 | 4 | -37/+37 |
|\ |
|
| * | net: clear heap allocations for privileged ethtool actions | Kees Cook | 2010-10-11 | 1 | -3/+3 |
| * | ATM: mpc, fix use after free | Jiri Slaby | 2010-10-11 | 1 | -1/+1 |
| * | net: clear heap allocation for ETHTOOL_GRXCLSRLALL | Kees Cook | 2010-10-08 | 1 | -1/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-10-08 | 2 | -2/+4 |
| |\ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | David S. Miller | 2010-10-07 | 2 | -33/+33 |
| |\ \ |
|
| | * | | Bluetooth: Disallow to change L2CAP_OPTIONS values when connected | Gustavo F. Padovan | 2010-10-04 | 1 | -0/+5 |
| | * | | Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state" | Gustavo F. Padovan | 2010-09-30 | 1 | -7/+1 |
| | * | | Bluetooth: Fix inconsistent lock state with RFCOMM | Gustavo F. Padovan | 2010-09-30 | 1 | -0/+4 |
| | * | | Bluetooth: Simplify L2CAP Streaming mode sending | Gustavo F. Padovan | 2010-09-30 | 1 | -17/+7 |
| | * | | Bluetooth: fix MTU L2CAP configuration parameter | Andrei Emeltchenko | 2010-09-30 | 1 | -3/+3 |
| | * | | Bluetooth: Only enable L2CAP FCS for ERTM or streaming | Mat Martineau | 2010-09-30 | 1 | -6/+13 |
* | | | | neigh: speedup neigh_hh_init() | Eric Dumazet | 2010-10-11 | 2 | -40/+63 |
* | | | | irda: Fix heap memory corruption in iriap.c | Samuel Ortiz | 2010-10-11 | 1 | -1/+2 |
* | | | | irda: Fix parameter extraction stack overflow | Samuel Ortiz | 2010-10-11 | 1 | -1/+3 |
* | | | | irda: Remove BKL instances from irnet | Samuel Ortiz | 2010-10-11 | 2 | -19/+44 |
* | | | | irda: Remove BKL instances from af_irda.c | Samuel Ortiz | 2010-10-11 | 1 | -174/+196 |
* | | | | net_sched: use __TCA_HTB_MAX and TCA_HTB_MAX | Changli Gao | 2010-10-09 | 1 | -2/+2 |
* | | | | net: Fix rxq ref counting | Tom Herbert | 2010-10-08 | 2 | -1/+2 |
* | | | | Phonet: mark the pipe controller as EXPERIMENTAL | Rémi Denis-Courmont | 2010-10-08 | 1 | -2/+2 |
* | | | | Phonet: cleanup pipe enable socket option | Rémi Denis-Courmont | 2010-10-08 | 1 | -42/+30 |
* | | | | Phonet: advise against enabling the pipe controller | Rémi Denis-Courmont | 2010-10-08 | 1 | -1/+2 |
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-10-08 | 30 | -1632/+1228 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-10-08 | 30 | -1632/+1228 |
| |\ \ \ \ |
|
| | * | | | | cfg80211: constify WDS address | Johannes Berg | 2010-10-07 | 2 | -2/+2 |
| | * | | | | nl80211: use new genl helpers for WDS | Johannes Berg | 2010-10-07 | 1 | -33/+12 |
| | * | | | | mac80211: fix sw scan locking | Johannes Berg | 2010-10-07 | 1 | -2/+1 |
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-10-07 | 1 | -2/+2 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | * | | | Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" | John W. Linville | 2010-10-07 | 1 | -2/+2 |
| | * | | | | mac80211: avoid uninitialized var warning in ieee80211_scan_cancel | John W. Linville | 2010-10-06 | 1 | -3/+4 |
| | * | | | | cfg80211: fix BSS double-unlinking | Johannes Berg | 2010-10-06 | 1 | -6/+6 |
| | * | | | | nl80211/mac80211: Add retry and failed transmission count to station info | Bruno Randolf | 2010-10-06 | 2 | -0/+10 |
| | * | | | | mac80211: compete scan to cfg80211 if deferred scan fail to start | Stanislaw Gruszka | 2010-10-06 | 1 | -0/+2 |
| | * | | | | mac80211: do not requeue scan work when not needed | Stanislaw Gruszka | 2010-10-06 | 1 | -12/+3 |
| | * | | | | mac80211: assure we also cancel deferred scan request | Stanislaw Gruszka | 2010-10-06 | 3 | -14/+27 |
| | * | | | | mac80211: keep lock when calling __ieee80211_scan_completed() | Stanislaw Gruszka | 2010-10-06 | 1 | -36/+39 |
| | * | | | | mac80211: reduce number of __ieee80211_scan_completed calls | Stanislaw Gruszka | 2010-10-06 | 1 | -22/+29 |
| | * | | | | nl80211: fix error in generic netif_running check | Johannes Berg | 2010-10-06 | 1 | -0/+2 |
| | * | | | | cfg80211/mac80211: allow per-station GTKs | Johannes Berg | 2010-10-06 | 14 | -95/+239 |