Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-12-02 | dccp: Feature activation handlers | Gerrit Renker | 2 | -10/+204 |
2008-12-02 | dccp: Processing Confirm options | Gerrit Renker | 3 | -17/+101 |
2008-12-02 | dccp: Process incoming Change feature-negotiation options | Gerrit Renker | 3 | -18/+189 |
2008-12-02 | dccp: Preference list reconciliation | Gerrit Renker | 1 | -2/+75 |
2008-12-02 | dccp: Integrate feature-negotiation insertion code | Gerrit Renker | 1 | -12/+21 |
2008-12-02 | dccp: Insert feature-negotiation options into skb | Gerrit Renker | 2 | -0/+67 |
2008-11-26 | net: Use a percpu_counter for orphan_count | Eric Dumazet | 2 | -7/+11 |
2008-11-26 | netns xfrm: lookup in netns | Alexey Dobriyan | 1 | -5/+5 |
2008-11-26 | dccp: fix warning in net/dccp/options.c | Ingo Molnar | 1 | -1/+1 |
2008-11-24 | dccp: Header option insertion routine for feature-negotiation | Gerrit Renker | 2 | -60/+33 |
2008-11-24 | dccp: Support for Mandatory options | Gerrit Renker | 2 | -0/+17 |
2008-11-24 | dccp: Increase the scope of variable-length htonl/ntohl functions | Gerrit Renker | 2 | -7/+28 |
2008-11-24 | dccp: API to query the current TX/RX CCID | Gerrit Renker | 3 | -5/+30 |
2008-11-24 | dccp: Set per-connection CCIDs via socket options | Gerrit Renker | 4 | -8/+42 |
2008-11-20 | dccp: Fix bracing in dccp_feat_list_lookup. | Gerrit Renker | 1 | -1/+2 |
2008-11-20 | net: listening_hash get a spinlock per bucket | Eric Dumazet | 1 | -6/+2 |
2008-11-20 | net: inet_diag_handler structs can be const | Eric Dumazet | 1 | -1/+1 |
2008-11-17 | dccp: Tidy up setsockopt calls | Gerrit Renker | 1 | -11/+12 |
2008-11-17 | dccp: Deprecate Ack Ratio sysctl | Gerrit Renker | 4 | -10/+0 |
2008-11-17 | dccp: Feature negotiation for minimum-checksum-coverage | Gerrit Renker | 1 | -13/+40 |
2008-11-17 | dccp: Deprecate old setsockopt framework | Gerrit Renker | 3 | -98/+32 |
2008-11-17 | dccp: Mechanism to resolve CCID dependencies | Gerrit Renker | 3 | -4/+47 |
2008-11-17 | net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls | Eric Dumazet | 3 | -2/+4 |
2008-11-12 | dccp: Resolve dependencies of features on choice of CCID | Gerrit Renker | 4 | -0/+168 |
2008-11-12 | dccp: Query supported CCIDs | Gerrit Renker | 4 | -0/+59 |