Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Bluetooth: Add extra device reference counting for connections | Marcel Holtmann | 2009-08-22 | 2 | -1/+18 | |
| | * | | | | | | Bluetooth: Disconnect HIDRAW devices on disconnect | Marcel Holtmann | 2009-08-22 | 1 | -0/+3 | |
| | * | | | | | | Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received | Vikram Kandukuri | 2009-08-22 | 1 | -0/+1 | |
| | * | | | | | | Bluetooth: Add proper shutdown support to SCO sockets | Marcel Holtmann | 2009-08-22 | 1 | -15/+34 | |
| * | | | | | | | tipc: fix test of bearer_priority range in tipc_register_media() | roel kluin | 2009-08-29 | 1 | -1/+1 | |
| * | | | | | | | can: switch to seq_file | Alexey Dobriyan | 2009-08-29 | 2 | -199/+167 | |
| * | | | | | | | tcp: Remove redundant copy of MD5 authentication key | John Dykstra | 2009-08-29 | 1 | -23/+0 | |
| * | | | | | | | Speed-up pfifo_fast lookup using a private bitmap | Krishna Kumar | 2009-08-29 | 1 | -22/+48 | |
| * | | | | | | | ipv6: Update Neighbor Cache when IPv6 RA is received on a router | David Ward | 2009-08-29 | 1 | -6/+8 | |
| * | | | | | | | tcp: fix premature termination of FIN_WAIT2 time-wait sockets | Octavian Purdila | 2009-08-29 | 1 | -1/+1 | |
| * | | | | | | | fib_trie: resize rework | Jens Låås | 2009-08-28 | 1 | -72/+23 | |
| * | | | | | | | sit: allow ip fragmentation when using nopmtudisc to fix package loss | Sascha Hlusiak | 2009-08-28 | 1 | -1/+1 | |
| * | | | | | | | net: ip_rt_send_redirect() optimization | Eric Dumazet | 2009-08-28 | 1 | -9/+11 | |
| * | | | | | | | tcp: keepalive cleanups | Eric Dumazet | 2009-08-28 | 2 | -5/+4 | |
| * | | | | | | | ipv4: af_inet.c cleanups | Eric Dumazet | 2009-08-28 | 1 | -57/+55 | |
| * | | | | | | | pktgen: use proc_create_data() | Alexey Dobriyan | 2009-08-28 | 1 | -2/+4 | |
| * | | | | | | | pktgen: increase version | Stephen Hemminger | 2009-08-28 | 1 | -6/+10 | |
| * | | | | | | | pktgen: cleanup checkpatch warnings | Stephen Hemminger | 2009-08-28 | 1 | -139/+159 | |
| * | | | | | | | pktgen: use common idle routine | Stephen Hemminger | 2009-08-28 | 1 | -10/+4 | |
| * | | | | | | | pktgen: spin using hrtimer | Stephen Hemminger | 2009-08-28 | 1 | -21/+28 | |
| * | | | | | | | pktgen: convert to use ktime_t | Stephen Hemminger | 2009-08-28 | 1 | -100/+84 | |
| * | | | | | | | pktgen: avoid calling gettimeofday | Stephen Hemminger | 2009-08-28 | 1 | -7/+9 | |
| * | | | | | | | pktgen: reorganize transmit loop | Stephen Hemminger | 2009-08-28 | 1 | -12/+14 | |
| * | | | | | | | pktgen: use netdev_alloc_skb | Stephen Hemminger | 2009-08-28 | 1 | -4/+6 | |
| * | | | | | | | pktgen: cleanup clone count test | Stephen Hemminger | 2009-08-28 | 1 | -17/+15 | |
| * | | | | | | | pktgen: xmit logic reorganization | Stephen Hemminger | 2009-08-28 | 1 | -31/+24 | |
| * | | | | | | | pktgen: stop_device cleanup | Stephen Hemminger | 2009-08-28 | 1 | -9/+3 | |
| * | | | | | | | pktgen: mark read-only/mostly variables | Stephen Hemminger | 2009-08-28 | 1 | -5/+5 | |
| * | | | | | | | pktgen: change inlining | Stephen Hemminger | 2009-08-28 | 1 | -8/+7 | |
| * | | | | | | | pktgen: minor cleanup | Stephen Hemminger | 2009-08-28 | 1 | -16/+9 | |
| * | | | | | | | mac80211: Check pending scan request after having processed mgd work | Jouni Malinen | 2009-08-28 | 1 | -16/+12 | |
| * | | | | | | | mac80211: fix scan cancel on ifdown | Johannes Berg | 2009-08-28 | 2 | -27/+8 | |
| * | | | | | | | mac80211: Fix output of minstrels rc_stats | Arnd Hannemann | 2009-08-28 | 1 | -1/+1 | |
| * | | | | | | | mac80211: fix RX skb leaks | Johannes Berg | 2009-08-28 | 1 | -19/+15 | |
| * | | | | | | | nl80211: jump to out_err upon unsupported iftype | Roel Kluin | 2009-08-28 | 1 | -1/+1 | |
| * | | | | | | | mac80211: Remove unnused throughput field from minstrel_rate. | Arnd Hannemann | 2009-08-28 | 1 | -1/+0 | |
| * | | | | | | | mac80211: remove tasklet enable/disable | Johannes Berg | 2009-08-28 | 5 | -11/+26 | |
| * | | | | | | | cfg80211: clean up properly on interface type change | Johannes Berg | 2009-08-28 | 5 | -81/+117 | |
| * | | | | | | | cfg80211: make spurious warnings less likely, configurable | Johannes Berg | 2009-08-28 | 4 | -4/+40 | |
| * | | | | | | | mac80211: remove ieee80211_rx namespace hack | John W. Linville | 2009-08-28 | 1 | -2/+2 | |
| * | | | | | | | cfg80211: check lost scans later, fix bug | Johannes Berg | 2009-08-28 | 3 | -5/+22 | |
| * | | | | | | | mac80211: fix configure_filter invocation after stop | Johannes Berg | 2009-08-28 | 4 | -16/+14 | |
| * | | | | | | | mac80211: Update mesh config IE to 11s draft 3.02 | Javier Cardona | 2009-08-28 | 2 | -15/+38 | |
| * | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp... | David S. Miller | 2009-08-23 | 7 | -11/+190 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Drop ARPHRD_IEEE802154_PHY | Dmitry Eremin-Solenikov | 2009-08-19 | 3 | -7/+4 | |
| | * | | | | | | | ieee802154: add support for channel pages from IEEE 802.15.4-2006 | Dmitry Eremin-Solenikov | 2009-08-19 | 2 | -3/+26 | |
| | * | | | | | | | ieee802154: add a sysfs representation of WPAN master devices | Dmitry Eremin-Solenikov | 2009-08-19 | 2 | -1/+160 | |
| * | | | | | | | | RDS: Add a debug message suggesting to load transport modules | Andy Grover | 2009-08-23 | 1 | -0/+3 | |
| * | | | | | | | | RDS: Track transports via an array, not a list | Andy Grover | 2009-08-23 | 5 | -10/+28 | |
| * | | | | | | | | RDS: Modularize RDMA and TCP transports | Andy Grover | 2009-08-23 | 4 | -16/+35 |