| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] softmac: convert to use global workqueue | Johannes Berg | 2006-03-22 | 1 | -3/+0 |
* | [PATCH] wireless: Add softmac layer to the kernel | Johannes Berg | 2006-03-22 | 2 | -0/+335 |
* | [X25]: allow ITU-T DTE facilities for x25 | Shaun Pereira | 2006-03-22 | 1 | -4/+17 |
* | [NET]: socket timestamp 32 bit handler for 64 bit kernel | Shaun Pereira | 2006-03-21 | 1 | -1/+3 |
* | [LLC]: llc_mac_hdr_init const arguments | Stephen Hemminger | 2006-03-20 | 1 | -1/+1 |
* | [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -0/+5 |
* | [NET]: {get|set}sockopt compatibility layer | Dmitry Mishin | 2006-03-20 | 6 | -0/+48 |
* | [DECnet]: Endian annotation and fixes for DECnet. | Steven Whitehouse | 2006-03-20 | 7 | -156/+155 |
* | [XFRM]: Fix aevent related crash | Patrick McHardy | 2006-03-20 | 1 | -1/+9 |
* | [TCP]: sysctl to allow TCP window > 32767 sans wscale | Rick Jones | 2006-03-20 | 1 | -0/+1 |
* | [NET]: sem2mutex part 2 | Ingo Molnar | 2006-03-20 | 1 | -1/+2 |
* | [NET] sem2mutex: net/ | Arjan van de Ven | 2006-03-20 | 1 | -1/+2 |
* | [NET]: Move destructor from neigh->ops to neigh_params | Michael S. Tsirkin | 2006-03-20 | 1 | -1/+1 |
* | [ICSK]: Introduce inet_csk_ctl_sock_create | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -0/+4 |
* | [TCP] mtu probing: move tcp-specific data out of inet_connection_sock | John Heffner | 2006-03-20 | 1 | -2/+0 |
* | [AF_UNIX]: scm: better initialization | Benjamin LaHaise | 2006-03-20 | 1 | -4/+6 |
* | [IPSEC]: Sync series - policy expires | Jamal Hadi Salim | 2006-03-20 | 1 | -1/+1 |
* | [IPSEC]: Sync series - SA expires | Jamal Hadi Salim | 2006-03-20 | 1 | -0/+3 |
* | [IPSEC]: Sync series - acquire insert | Jamal Hadi Salim | 2006-03-20 | 1 | -1/+1 |
* | [IPSEC]: Sync series - core changes | Jamal Hadi Salim | 2006-03-20 | 1 | -1/+43 |
* | [NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.h | Patrick McHardy | 2006-03-20 | 1 | -0/+12 |
* | [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' | Harald Welte | 2006-03-20 | 1 | -22/+34 |
* | [TCP]: MTU probing | John Heffner | 2006-03-20 | 2 | -0/+22 |
* | [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R... | YOSHIFUJI Hideaki | 2006-03-20 | 2 | -0/+23 |
* | [IPV6]: ROUTE: Add support for Router Preference (RFC4191). | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -1/+2 |
* | [IPV6]: ROUTE: Eliminate lock for default route pointer. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -2/+0 |
* | [IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -3/+0 |
* | Merge branch 'master' | Jeff Garzik | 2006-03-20 | 2 | -2/+9 |
|\ |
|
| * | [AX.25]: Fix potencial memory hole. | Ralf Baechle DL5RB | 2006-03-19 | 1 | -1/+8 |
| * | [NET]: Fix race condition in sk_wait_event(). | Alexey Kuznetsov | 2006-03-17 | 1 | -1/+1 |
* | | Merge branch 'upstream-fixes' | Jeff Garzik | 2006-03-01 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | [IPSEC]: Kill post_input hook and do NAT-T in esp_input directly | Herbert Xu | 2006-02-27 | 1 | -1/+0 |
* | | Merge branch 'master' | Jeff Garzik | 2006-02-27 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | [XFRM]: Eliminate refcounting confusion by creating __xfrm_state_put(). | Herbert Xu | 2006-02-23 | 1 | -0/+5 |
* | | Merge branch 'upstream-fixes' | Jeff Garzik | 2006-02-17 | 5 | -5/+8 |
|\ \
| |/ |
|
| * | [XFRM]: Fix SNAT-related crash in xfrm4_output_finish | Patrick McHardy | 2006-02-15 | 2 | -1/+1 |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 | David S. Miller | 2006-02-13 | 1 | -1/+1 |
| |\ |
|
| | * | [Bluetooth] Reduce L2CAP MTU for RFCOMM connections | Marcel Holtmann | 2006-02-13 | 1 | -1/+1 |
| * | | [IRDA]: Ratelimit messages. | Joe Perches | 2006-02-13 | 1 | -3/+3 |
| |/ |
|
| * | [IRDA]: Set proper IrLAP device address length | Samuel Ortiz | 2006-02-09 | 1 | -0/+3 |
* | | Merge branch 'master' | Jeff Garzik | 2006-02-07 | 4 | -13/+17 |
|\ \
| |/ |
|
| * | [NETFILTER]: nf_conntrack: check address family when finding protocol module | Yasuyuki Kozakai | 2006-02-04 | 1 | -6/+9 |
| * | [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages. | Stephen Hemminger | 2006-02-02 | 1 | -4/+4 |
| * | [SCTP]: Fix 'fast retransmit' to send a TSN only once. | Vlad Yasevich | 2006-02-02 | 1 | -1/+1 |
| * | [IPV4]: Always set fl.proto in ip_route_newports | Patrick McHardy | 2006-01-31 | 1 | -2/+3 |
* | | [PATCH] ieee80211: common wx auth code | Larry Finger | 2006-01-30 | 1 | -0/+8 |
* | | [PATCH] ieee80211: Add 802.11h data type and structures | Zhu Yi | 2006-01-27 | 1 | -3/+165 |
* | | [PATCH] ieee80211: Add TKIP crypt->build_iv | Zhu Yi | 2006-01-27 | 1 | -1/+2 |
* | | [PATCH] ieee80211: Add LEAP authentication type | Zhu Yi | 2006-01-27 | 1 | -0/+1 |
|/ |
|
* | [PATCH] ieee80211: Fix A band min and max channel definitions | Zhu Yi | 2006-01-27 | 1 | -2/+2 |