| Commit message (Expand) | Author | Age | Files | Lines |
* | [SG] Get rid of __sg_mark_end() | Jens Axboe | 2007-11-02 | 5 | -7/+7 |
* | cleanup asm/scatterlist.h includes | Adrian Bunk | 2007-11-02 | 9 | -9/+0 |
* | [IRDA] IRNET: Fix build when TCGETS2 is defined. | David S. Miller | 2007-11-01 | 1 | -0/+10 |
* | [NET]: docbook fixes for netif_ functions | Stephen Hemminger | 2007-11-01 | 1 | -3/+15 |
* | [NET]: Hide the net_ns kmem cache | Pavel Emelyanov | 2007-11-01 | 1 | -2/+4 |
* | [NET]: Mark the setup_net as __net_init | Pavel Emelyanov | 2007-11-01 | 1 | -1/+1 |
* | [NET]: Hide the dead code in the net_namespace.c | Pavel Emelyanov | 2007-11-01 | 1 | -63/+68 |
* | [NETNS]: Make the init/exit hooks checks outside the loop | Pavel Emelyanov | 2007-11-01 | 1 | -12/+11 |
* | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 2007-11-01 | 30 | -33/+40 |
* | [NET]: Remove bogus zero_it argument from sk_alloc | Pavel Emelyanov | 2007-11-01 | 1 | -14/+9 |
* | [NET]: Make the sk_clone() lighter | Pavel Emelyanov | 2007-11-01 | 1 | -1/+2 |
* | [NET]: Move some core sock setup into sk_prot_alloc | Pavel Emelyanov | 2007-11-01 | 1 | -15/+26 |
* | [NET]: Auto-zero the allocated sock object | Pavel Emelyanov | 2007-11-01 | 1 | -1/+3 |
* | [NET]: Cleanup the allocation/freeing of the sock object | Pavel Emelyanov | 2007-11-01 | 1 | -15/+29 |
* | [NET]: Move the get_net() from sock_copy() | Pavel Emelyanov | 2007-11-01 | 1 | -1/+1 |
* | [NET]: Move the sock_copy() from the header | Pavel Emelyanov | 2007-11-01 | 1 | -0/+14 |
* | [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion | Ilpo J�rvinen | 2007-11-01 | 1 | -1/+1 |
* | [TCP]: Process DSACKs that reside within a SACK block | Ilpo J�rvinen | 2007-11-01 | 1 | -3/+22 |
* | [AF_KEY]: suppress a warning for 64k pages. | Stephen Rothwell | 2007-10-30 | 1 | -2/+2 |
* | [NET]: Fix incorrect sg_mark_end() calls. | David S. Miller | 2007-10-30 | 7 | -23/+37 |
* | [IPVS]: Remove /proc/net/ip_vs_lblcr | Alexey Dobriyan | 2007-10-30 | 1 | -76/+0 |
* | [IPV6]: remove duplicate call to proc_net_remove | Daniel Lezcano | 2007-10-30 | 1 | -4/+0 |
* | [NETNS]: fix net released by rcu callback | Daniel Lezcano | 2007-10-30 | 1 | -0/+2 |
* | [NET]: Fix free_netdev on register_netdev failure. | Daniel Lezcano | 2007-10-30 | 1 | -53/+59 |
* | Kbuild/doc: fix links to Documentation files | Dirk Hohndel | 2007-10-30 | 2 | -3/+3 |
* | [SUNRPC]: fix rpc debugging | J. Bruce Fields | 2007-10-30 | 1 | -2/+1 |
* | [TCP]: Saner thash_entries default with much memory. | Jean Delvare | 2007-10-30 | 1 | -1/+1 |
* | [SUNRPC] rpc_rdma: we need to cast u64 to unsigned long long for printing | Stephen Rothwell | 2007-10-30 | 1 | -5/+5 |
* | [IPv4] SNMP: Refer correct memory location to display ICMP out-going statistics | Mitsuru Chinen | 2007-10-29 | 1 | -1/+1 |
* | [NET]: Fix error reporting in sys_socketpair(). | David S. Miller | 2007-10-29 | 1 | -1/+4 |
* | [NETFILTER]: nf_ct_alloc_hashtable(): use __GFP_NOWARN | Andrew Morton | 2007-10-29 | 1 | -1/+1 |
* | [NET]: Fix race between poll_napi() and net_rx_action() | David S. Miller | 2007-10-29 | 2 | -10/+37 |
* | [TCP] MD5: Remove some more unnecessary casting. | Matthias M. Dellweg | 2007-10-29 | 2 | -10/+10 |
* | [TCP] vegas: Fix a bug in disabling slow start by gamma parameter. | Xiaoliang (David) Wei | 2007-10-29 | 1 | -19/+18 |
* | [IPVS]: use proper timeout instead of fixed value | Andy Gospodarek | 2007-10-29 | 1 | -2/+3 |
* | [IPV6] NDISC: Fix setting base_reachable_time_ms variable. | YOSHIFUJI Hideaki | 2007-10-29 | 1 | -1/+1 |
* | SCTP endianness annotations regression | Al Viro | 2007-10-29 | 1 | -2/+2 |
* | SUNRPC endianness annotations | Al Viro | 2007-10-29 | 1 | -12/+12 |
* | [CRYPTO] users: Fix up scatterlist conversion errors | Herbert Xu | 2007-10-27 | 8 | -51/+77 |
* | [NETNS]: Fix get_net_ns_by_pid | Eric W. Biederman | 2007-10-26 | 1 | -1/+1 |
* | [NET]: Marking struct pernet_operations __net_initdata was inappropriate | Eric W. Biederman | 2007-10-26 | 3 | -5/+5 |
* | [INET] ESP: Must #include <linux/scatterlist.h> | Adrian Bunk | 2007-10-26 | 2 | -2/+2 |
* | [TCP] IPV6: fix softnet build breakage | Jeff Garzik | 2007-10-26 | 1 | -0/+1 |
* | [NetLabel]: correct usage of RCU locking | Paul Moore | 2007-10-26 | 4 | -62/+22 |
* | [TCP]: fix D-SACK cwnd handling | Ryousei Takano | 2007-10-26 | 1 | -7/+5 |
* | [SCTP] net/sctp/auth.c: make 3 functions static | Adrian Bunk | 2007-10-26 | 1 | -3/+3 |
* | [TCP]: Add missing I/O AT code to ipv6 side. | David S. Miller | 2007-10-26 | 1 | -0/+2 |
* | [SCTP]: #if 0 sctp_update_copy_cksum() | Adrian Bunk | 2007-10-26 | 1 | -0/+2 |
* | [INET]: Unexport icmpmsg_statistics | Adrian Bunk | 2007-10-26 | 1 | -1/+0 |
* | [NET]: Unexport sock_enable_timestamp(). | Adrian Bunk | 2007-10-26 | 1 | -1/+0 |