Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Bluetooth: Add native RFKILL soft-switch support for all devices | Marcel Holtmann | 2009-06-08 | 1 | -1/+40 | |
| * | | | | | | | | | | | Bluetooth: Remove pointless endian conversion helpers | Marcel Holtmann | 2009-06-08 | 2 | -15/+16 | |
| * | | | | | | | | | | | Bluetooth: Add basic constants for L2CAP ERTM support and use them | Marcel Holtmann | 2009-06-08 | 1 | -3/+3 | |
| * | | | | | | | | | | | Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.pl | Gustavo F. Padovan | 2009-06-08 | 1 | -27/+43 | |
| * | | | | | | | | | | | Bluetooth: Remove unnecessary variable initialization | Marcel Holtmann | 2009-06-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | Bluetooth: Use macro for L2CAP hint mask on receiving config request | Gustavo F. Padovan | 2009-06-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | Bluetooth: Use macros for L2CAP channel identifiers | Gustavo F. Padovan | 2009-06-08 | 1 | -9/+9 | |
* | | | | | | | | | | | | neigh: fix state transition INCOMPLETE->FAILED via Netlink request | Timo Teras | 2009-06-11 | 1 | -18/+28 | |
* | | | | | | | | | | | | net: No more expensive sock_hold()/sock_put() on each tx | Eric Dumazet | 2009-06-11 | 3 | -6/+25 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | ieee802154: Use '%Zu' printf format for size_t. | David S. Miller | 2009-06-11 | 2 | -2/+2 | |
* | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-06-11 | 15 | -177/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cfg80211: fix rfkill locking problem | Johannes Berg | 2009-06-10 | 1 | -10/+9 | |
| * | | | | | | | | | | | mac80211: disable PS while probing AP | Johannes Berg | 2009-06-10 | 1 | -12/+33 | |
| * | | | | | | | | | | | mac80211: disable moving between PS modes during scan | Luis R. Rodriguez | 2009-06-10 | 2 | -5/+4 | |
| * | | | | | | | | | | | mac80211: clean up return value of __ieee80211_parse_tx_radiotap | Johannes Berg | 2009-06-10 | 1 | -7/+6 | |
| * | | | | | | | | | | | mac80211: don't use master netdev name | Johannes Berg | 2009-06-10 | 2 | -6/+6 | |
| * | | | | | | | | | | | mac80211: Fix the way ADDBA request count being modified | Vasanthakumar Thiagarajan | 2009-06-10 | 1 | -2/+4 | |
| * | | | | | | | | | | | cfg80211: fix for duplicate response for driver reg request | Luis R. Rodriguez | 2009-06-10 | 1 | -1/+6 | |
| * | | | | | | | | | | | rfkill: don't impose global states on resume (just restore the previous states) | Alan Jenkins | 2009-06-10 | 1 | -5/+1 | |
| * | | | | | | | | | | | rfkill: remove set_global_sw_state | Alan Jenkins | 2009-06-10 | 1 | -51/+30 | |
| * | | | | | | | | | | | mac80211: do not pass PS frames out of mac80211 again | Johannes Berg | 2009-06-10 | 7 | -74/+69 | |
| * | | | | | | | | | | | rfkill: remove input Kconfig | Johannes Berg | 2009-06-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | rfkill: print events when input handler is disabled/enabled | Johannes Berg | 2009-06-10 | 1 | -2/+4 | |
| * | | | | | | | | | | | mac80211 : fix unaligned rx skb | matthieu castet | 2009-06-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | mac80211: fix minstrel single-rate memory corruption | Bob Copeland | 2009-06-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | sunrpc/auth_gss: Call rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-06-10 | 1 | -0/+1 | |
* | | | | | | | | | | | | sctp: protocol.c call rcu_barrier() on unload. | Jesper Dangaard Brouer | 2009-06-10 | 1 | -0/+2 | |
* | | | | | | | | | | | | can: af_can.c use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-06-10 | 1 | -0/+2 | |
* | | | | | | | | | | | | nfnetlink_queue: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-06-10 | 1 | -1/+3 | |
* | | | | | | | | | | | | 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n... | Jesper Dangaard Brouer | 2009-06-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | netfilter: Fix extra semi-colon in skb_walk_frags() changes. | David S. Miller | 2009-06-10 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | net: add NL802154 interface for configuration of 802.15.4 devices | Sergey Lapin | 2009-06-09 | 3 | -1/+577 | |
* | | | | | | | | | | | net: add IEEE 802.15.4 socket family implementation | Sergey Lapin | 2009-06-09 | 8 | -0/+1074 | |
* | | | | | | | | | | | Add constants for the ieee 802.15.4 stack | Sergey Lapin | 2009-06-09 | 2 | -2/+7 | |
* | | | | | | | | | | | pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion | Jarek Poplawski | 2009-06-09 | 1 | -3/+5 | |
* | | | | | | | | | | | net: dev_addr_init() fix | Eric Dumazet | 2009-06-09 | 1 | -2/+2 | |
* | | | | | | | | | | | xfrm: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -22/+19 | |
* | | | | | | | | | | | sctp: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 3 | -9/+8 | |
* | | | | | | | | | | | phonet: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -4/+4 | |
* | | | | | | | | | | | netfilter: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -4/+5 | |
* | | | | | | | | | | | ipv6: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -5/+5 | |
* | | | | | | | | | | | ipv4: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -5/+5 | |
* | | | | | | | | | | | net/core/user_dma.c: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -24/+22 | |
* | | | | | | | | | | | net/core/skbuff.c: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -124/+106 | |
* | | | | | | | | | | | net/core/dev.c: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -2/+2 | |
* | | | | | | | | | | | datagram: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -95/+83 | |
* | | | | | | | | | | | appletalk: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -17/+14 | |
* | | | | | | | | | | | isdn: rename capi_ctr_reseted() to capi_ctr_down() | Tilman Schmidt | 2009-06-08 | 1 | -1/+1 | |
* | | | | | | | | | | | net pkgen.c:fix no need for check | Figo.zhang | 2009-06-08 | 1 | -4/+2 | |
* | | | | | | | | | | | net: Fix memcpy_toiovecend() to use the right offset | Sridhar Samudrala | 2009-06-08 | 1 | -2/+2 |