| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup compat ioctl handling | Christoph Hellwig | 2007-05-08 | 1 | -9/+0 |
* | [MAC80211]: Add mac80211 wireless stack. | Jiri Benc | 2007-05-05 | 1 | -0/+1045 |
* | [SCTP]: Set assoc_id correctly during INIT collision. | Vlad Yasevich | 2007-05-04 | 2 | -0/+3 |
* | [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv() | Sridhar Samudrala | 2007-05-04 | 1 | -0/+4 |
* | [XFRM] SPD info TLV aggregation | Jamal Hadi Salim | 2007-05-04 | 1 | -12/+12 |
* | [XFRM] SAD info TLV aggregationx | Jamal Hadi Salim | 2007-05-04 | 1 | -9/+8 |
* | [AF_IUCV]: Implementation of a skb backlog queue | Jennifer Hunt | 2007-05-04 | 1 | -0/+2 |
* | [IPV6]: Some cleanups in include/net/ipv6.h | Eric Dumazet | 2007-05-03 | 1 | -8/+5 |
* | [TCP]: Use S+L catcher only with SACK for now | Ilpo Järvinen | 2007-05-03 | 1 | -1/+2 |
* | [IPV6]: Get rid of __HAVE_ARCH_ADDR_SET. | Eric Dumazet | 2007-05-03 | 1 | -2/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2007-04-30 | 4 | -4/+36 |
|\ |
|
| * | [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent | Ilpo Järvinen | 2007-04-30 | 1 | -0/+5 |
| * | [XFRM]: Restrict upper layer information by bundle. | Masahide NAKAMURA | 2007-04-30 | 2 | -0/+16 |
| * | [TCP]: Catch skb with S+L bugs earlier | Ilpo Järvinen | 2007-04-30 | 1 | -3/+1 |
| * | [AF_IUCV/IUCV]: smp_call_function deadlock | Martin Schwidefsky | 2007-04-28 | 1 | -1/+1 |
| * | [XFRM]: Export SPD info | Jamal Hadi Salim | 2007-04-28 | 1 | -0/+13 |
* | | [PATCH] Remove comment about IEEE80211_RADIOTAP_FCS | Pavel Roskin | 2007-04-28 | 1 | -3/+0 |
* | | [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi | Jouni Malinen | 2007-04-28 | 2 | -4/+4 |
* | | [PATCH] sparse-annotate radiotap header | Pavel Roskin | 2007-04-28 | 1 | -28/+29 |
* | | [PATCH] Marvell Libertas 8388 802.11b/g USB driver | Marcelo Tosatti | 2007-04-28 | 1 | -1/+30 |
|/ |
|
* | [NET]: Fix networking compilation errors | David Howells | 2007-04-27 | 1 | -1/+1 |
* | [WEXT]: Clean up how wext is called. | Johannes Berg | 2007-04-26 | 2 | -10/+25 |
* | [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to... | David Howells | 2007-04-26 | 1 | -2/+42 |
* | [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both | David Howells | 2007-04-26 | 1 | -0/+17 |
* | [NETLINK]: Possible cleanups. | Adrian Bunk | 2007-04-26 | 3 | -4/+0 |
* | [XFRM]: Export SAD info. | Jamal Hadi Salim | 2007-04-26 | 1 | -0/+8 |
* | [IPV6]: Consolidate common SNMP code | Herbert Xu | 2007-04-25 | 1 | -8/+12 |
* | [IPV4]: Consolidate common SNMP code | Herbert Xu | 2007-04-25 | 1 | -0/+1 |
* | [WIRELESS] cfg80211: Update comment for locking. | Johannes Berg | 2007-04-25 | 1 | -0/+4 |
* | [TCP]: Congestion control API update. | Stephen Hemminger | 2007-04-25 | 1 | -4/+5 |
* | [WIRELESS]: Remove wext over netlink. | Johannes Berg | 2007-04-25 | 1 | -10/+0 |
* | [WIRELESS] cfg80211: New wireless config infrastructure. | Johannes Berg | 2007-04-25 | 2 | -0/+175 |
* | [IPV6] SNMP: Use put_unaligned() instead of memcpy(). | YOSHIFUJI Hideaki | 2007-04-25 | 1 | -1/+1 |
* | [IPV6] SNMP: Avoid unaligned accesses. | YOSHIFUJI Hideaki | 2007-04-25 | 1 | -1/+1 |
* | [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) | Ilpo Järvinen | 2007-04-25 | 2 | -14/+22 |
* | [NET]: Move sk_setup_caps() out of line. | Andi Kleen | 2007-04-25 | 1 | -13/+1 |
* | [TCP]: Uninline tcp_done(). | Andi Kleen | 2007-04-25 | 1 | -15/+1 |
* | [IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c. | YOSHIFUJI Hideaki | 2007-04-25 | 1 | -0/+3 |
* | [IPV6] SNMP: Netlink interface. | YOSHIFUJI Hideaki | 2007-04-25 | 1 | -0/+1 |
* | [NET_SCHED]: Eliminate qdisc_tree_lock | Patrick McHardy | 2007-04-25 | 1 | -2/+0 |
* | [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY | Herbert Xu | 2007-04-25 | 2 | -2/+2 |
* | [XFRM]: Optimize MTU calculation | Patrick McHardy | 2007-04-25 | 1 | -1/+1 |
* | [NET]: Move generic skbuff stuff from XFRM code to generic code | David Howells | 2007-04-25 | 1 | -2/+0 |
* | [BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -0/+18 |
* | [NET] fib_rules: Flush route cache after rule modifications | Thomas Graf | 2007-04-25 | 1 | -0/+4 |
* | [NET] fib_rules: goto rule action | Thomas Graf | 2007-04-25 | 1 | -1/+6 |
* | [INET]: Use jhash + random secret for ehash. | David S. Miller | 2007-04-25 | 2 | -9/+14 |
* | [NETLINK]: introduce NLA_BINARY type | Johannes Berg | 2007-04-25 | 1 | -1/+3 |
* | [SCTP]: Implement SCTP_MAX_BURST socket option. | Vlad Yasevich | 2007-04-25 | 3 | -1/+4 |
* | [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. | Vlad Yasevich | 2007-04-25 | 2 | -0/+2 |