Age | Commit message (Expand) | Author | Files | Lines |
2009-12-09 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 2 | -3/+3 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 11 | -530/+504 |
2009-12-03 | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 3 | -5/+7 |
2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 1 | -4/+4 |
2009-11-06 | net: drop capability from protocol definitions | Eric Paris | 2 | -2/+0 |
2009-10-21 | net: Fix for dst_negative_advice | Krishna Kumar | 1 | -2/+2 |
2009-10-19 | inet: rename some inet_sock fields | Eric Dumazet | 5 | -41/+47 |
2009-10-13 | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 1 | -6/+7 |
2009-10-08 | IPv6: use ipv6_addr_set_v4mapped() | Brian Haley | 1 | -8/+4 |
2009-10-08 | dccp ccid-3: Remove CCID naming redundancy 2/2 | Gerrit Renker | 2 | -192/+191 |
2009-10-08 | dccp ccid-2: Remove CCID naming redundancy 1/2 | Gerrit Renker | 1 | -161/+161 |
2009-10-08 | dccp ccid-3: Overhaul CCID naming convention 2/2 | Gerrit Renker | 3 | -238/+213 |
2009-10-08 | dccp ccid-2: Overhaul CCID naming convention 1/2 | Gerrit Renker | 2 | -161/+158 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2 | -7/+7 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -3/+3 |
2009-09-15 | net: constify remaining proto_ops | Alexey Dobriyan | 1 | -1/+1 |
2009-09-15 | net: constify struct inet6_protocol | Alexey Dobriyan | 1 | -1/+1 |
2009-09-15 | net: constify struct net_protocol | Alexey Dobriyan | 1 | -1/+1 |
2009-09-15 | net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle | Gerrit Renker | 11 | -67/+48 |
2009-09-02 | inet: inet_connection_sock_af_ops const | Stephen Hemminger | 2 | -5/+5 |
2009-08-13 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+3 |
2009-08-10 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -2/+2 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 3 | -7/+8 |
2009-08-05 | dccp: missing destroy of percpu counter variable while unload module | Wei Yongjun | 1 | -0/+1 |
2009-07-30 | net-dccp: suppress warning about large allocations from DCCP | Mel Gorman | 1 | -2/+2 |
2009-07-10 | net: adding memory barrier to the poll and receive callbacks | Jiri Olsa | 2 | -2/+2 |
2009-06-23 | ipv6: Use correct data types for ICMPv6 type and code | Brian Haley | 1 | -1/+1 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 3 | -6/+8 |
2009-06-03 | net: skb->rtable accessor | Eric Dumazet | 1 | -3/+3 |
2009-03-02 | dccp: Do not let initial option overhead shrink the MPS | Gerrit Renker | 2 | -2/+18 |
2009-03-02 | dccp: Minimise header option overhead in setting the MPS | Gerrit Renker | 2 | -8/+17 |
2009-01-22 | dccp: Debugging functions for feature negotiation | Gerrit Renker | 4 | -59/+109 |
2009-01-22 | dccp: Initialisation and type-checking of feature sysctls | Gerrit Renker | 5 | -23/+46 |
2009-01-22 | dccp: Implement both feature-local and feature-remote Sequence Window feature | Gerrit Renker | 4 | -24/+18 |
2009-01-22 | dccp: Initialisation framework for feature negotiation | Gerrit Renker | 2 | -10/+57 |
2009-01-11 | dccp ccid-3: Fix RFC reference | Gerrit Renker | 1 | -1/+1 |
2009-01-11 | net: fix section mismatch warnings in dccp/ccids/lib/tfrc.c | Leonardo Potenza | 1 | -1/+1 |
2009-01-05 | dccp: Integrate the TFRC library with DCCP | Gerrit Renker | 12 | -52/+27 |
2009-01-05 | dccp: Clean up ccid.c after integration of CCID plugins | Gerrit Renker | 4 | -176/+14 |
2009-01-05 | dccp: Lockless integration of CCID congestion-control plugins | Gerrit Renker | 11 | -168/+148 |
2008-12-30 | net: Fix percpu counters deadlock | Herbert Xu | 1 | -1/+2 |
2008-12-18 | dccp_diag: LISTEN sockets don't have CCIDs | Arnaldo Carvalho de Melo | 1 | -2/+5 |
2008-12-08 | dccp ccid-2: Phase out the use of boolean Ack Vector sysctl | Gerrit Renker | 7 | -27/+8 |
2008-12-08 | dccp: Remove manual influence on NDP Count feature | Gerrit Renker | 5 | -13/+2 |
2008-12-08 | dccp: Remove obsolete parts of the old CCID interface | Gerrit Renker | 4 | -34/+0 |
2008-12-08 | dccp: Clean up old feature-negotiation infrastructure | Gerrit Renker | 2 | -505/+11 |
2008-12-08 | dccp: Integration of dynamic feature activation - part 3 (client side) | Gerrit Renker | 1 | -4/+26 |
2008-12-08 | dccp: Integration of dynamic feature activation - part 2 (server side) | Gerrit Renker | 1 | -30/+12 |
2008-12-08 | dccp: Integration of dynamic feature activation - part 1 (socket setup) | Gerrit Renker | 1 | -40/+6 |
2008-12-06 | dccp: use roundup instead of opencoding | Ilpo Järvinen | 1 | -1/+1 |