| Commit message (Expand) | Author | Age | Files | Lines |
* | Phonet: correct sendmsg() error code from sock_alloc_send_skb() | Rémi Denis-Courmont | 2010-08-31 | 1 | -1/+1 |
* | Phonet: restore flow control credits when sending fails | Rémi Denis-Courmont | 2010-08-31 | 1 | -1/+5 |
* | ipv6: struct xfrm6_tunnel in read_mostly section | Eric Dumazet | 2010-08-30 | 3 | -6/+6 |
* | net: struct xfrm_tunnel in read_mostly section | Eric Dumazet | 2010-08-30 | 4 | -6/+6 |
* | dccp ccid-3: use per-route RTO or TCP RTO as fallback | Gerrit Renker | 2010-08-30 | 3 | -38/+6 |
* | dccp ccid-2: Share TCP's minimum RTO code | Gerrit Renker | 2010-08-30 | 1 | -2/+3 |
* | tcp/dccp: Consolidate common code for RFC 3390 conversion | Gerrit Renker | 2010-08-30 | 2 | -21/+4 |
* | dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() | Gerrit Renker | 2010-08-30 | 1 | -25/+3 |
* | dccp ccid-2: Use u32 timestamps uniformly | Gerrit Renker | 2010-08-30 | 2 | -13/+16 |
* | tcp: Add TCP_USER_TIMEOUT socket option. | Jerry Chu | 2010-08-30 | 2 | -16/+35 |
* | IPVS: include net/ip6_checksum.h for csum_ipv6_magic | Stephen Rothwell | 2010-08-29 | 1 | -0/+1 |
* | phonet: use for_each_set_bit | Akinobu Mita | 2010-08-28 | 1 | -2/+1 |
* | econet: kill unnecessary spin_lock_init() | Akinobu Mita | 2010-08-28 | 1 | -2/+0 |
* | gro: __napi_gro_receive() optimizations | Eric Dumazet | 2010-08-26 | 2 | -7/+12 |
* | net: use scnprintf() to avoid potential buffer overflow | Changli Gao | 2010-08-26 | 1 | -3/+3 |
* | net/sctp: Use pr_fmt and pr_<level> | Joe Perches | 2010-08-26 | 15 | -99/+106 |
* | ipvs: switch to GFP_KERNEL allocations | Simon Horman | 2010-08-26 | 1 | -2/+2 |
* | IPVS: convert __ip_vs_securetcp_lock to a spinlock | Simon Horman | 2010-08-26 | 1 | -3/+3 |
* | IPVS: convert __ip_vs_sched_lock to a spinlock | Simon Horman | 2010-08-26 | 1 | -11/+11 |
* | IPVS: ICMPv6 checksum calculation | Simon Horman | 2010-08-26 | 1 | -4/+6 |
* | bridge: avoid ethtool on non running interface | stephen hemminger | 2010-08-25 | 1 | -11/+12 |
* | bridge: fix locking comment | Stephen Hemminger | 2010-08-25 | 1 | -5/+1 |
* | net/netfilter/ipvs: Eliminate memory leak | Julia Lawall | 2010-08-25 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-08-25 | 33 | -513/+943 |
|\ |
|
| * | cfg80211/mac80211: extensible frame processing | Johannes Berg | 2010-08-24 | 13 | -154/+344 |
| * | mac80211: remove unused don't-encrypt flag | Johannes Berg | 2010-08-24 | 1 | -2/+0 |
| * | cfg80211: mark ieee80211_hdrlen const | Johannes Berg | 2010-08-24 | 1 | -1/+1 |
| * | cfg80211: check if WEP is available for shared key auth | Johannes Berg | 2010-08-16 | 1 | -0/+15 |
| * | mac80211: dont advertise WEP if unavailable | Johannes Berg | 2010-08-16 | 1 | -0/+5 |
| * | mac80211: remove unused status flag checks | Johannes Berg | 2010-08-16 | 2 | -20/+9 |
| * | mac80211: move key tfm setup | Johannes Berg | 2010-08-16 | 1 | -16/+10 |
| * | mac80211: use cipher suite selectors | Johannes Berg | 2010-08-16 | 9 | -105/+75 |
| * | cfg80211: support sysfs namespaces | Johannes Berg | 2010-08-16 | 3 | -2/+17 |
| * | mac80211: allow drivers to request SM PS mode change | Johannes Berg | 2010-08-16 | 3 | -1/+36 |
| * | mac80211: per interface idle notification | Johannes Berg | 2010-08-16 | 6 | -16/+75 |
| * | net: mac80211: Fix a typo. | Andrea Gelmini | 2010-08-16 | 1 | -1/+1 |
| * | cfg80211: deauth doesn't always imply disconnect | Johannes Berg | 2010-08-16 | 1 | -2/+3 |
| * | mac80211: AMPDU rx reorder timeout timer | Christian Lamparter | 2010-08-16 | 4 | -12/+97 |
| * | mac80211: remove unused rate function parameter | Christian Lamparter | 2010-08-16 | 1 | -16/+6 |
| * | mac80211: put rx handlers into separate functions | Christian Lamparter | 2010-08-16 | 1 | -86/+128 |
| * | mac80211: Don't squash error codes in key setup functions | Ben Hutchings | 2010-08-16 | 4 | -16/+14 |
| * | mac80211: unify scan and work mutexes | Johannes Berg | 2010-08-16 | 5 | -43/+38 |
| * | mac80211: don't check rates on PLCP error frames | Johannes Berg | 2010-08-16 | 1 | -20/+29 |
| * | mac80211: fix driver offchannel notification when the channel does not change | Felix Fietkau | 2010-08-16 | 1 | -1/+4 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-08-16 | 22 | -112/+616 |
| |\ |
|
| * | | wireless: upcase alpha2 values in queue_regulatory_request | John W. Linville | 2010-08-16 | 1 | -9/+7 |
| * | | mac80211: support use of NAPI for bottom-half processing | John W. Linville | 2010-08-16 | 3 | -0/+39 |
* | | | tc: add meta match on receive hash | Stephen Hemminger | 2010-08-24 | 1 | -0/+6 |
* | | | net: ip_append_data() optim | Eric Dumazet | 2010-08-24 | 1 | -4/+3 |
* | | | ethtool: allow non-netadmin to query settings | stephen hemminger | 2010-08-23 | 1 | -0/+1 |