| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-10 | 1 | -0/+1 |
* | dccp: fix bug in sequence number validation during connection setup | Samuel Jero | 2012-03-03 | 1 | -5/+5 |
* | dccp: combine the functionality of enqeueing and cloning | Gerrit Renker | 2011-07-04 | 1 | -7/+7 |
* | inet: Pass flowi to ->queue_xmit(). | David S. Miller | 2011-05-08 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | dccp: Policy-based packet dequeueing infrastructure | Tomasz Grobelny | 2010-12-07 | 1 | -4/+3 |
* | dccp ccid-2: Schedule Sync as out-of-band mechanism | Gerrit Renker | 2010-11-15 | 1 | -0/+15 |
* | dccp: Refine the wait-for-ccid mechanism | Gerrit Renker | 2010-10-28 | 1 | -50/+65 |
* | dccp: Extend CCID packet dequeueing interface | Gerrit Renker | 2010-10-28 | 1 | -46/+72 |
* | dccp: remove unused argument in CCID tx function | Gerrit Renker | 2010-10-12 | 1 | -1/+1 |
* | dccp: merge now-reduced connect_init() function | Gerrit Renker | 2010-10-12 | 1 | -13/+5 |
* | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 2010-05-01 | 1 | -4/+6 |
* | net: sk_sleep() helper | Eric Dumazet | 2010-04-20 | 1 | -3/+3 |
* | net: replace ipfragok with skb->local_df | Shan Wei | 2010-04-15 | 1 | -1/+1 |
* | inet: Remove unused send_check length argument | Herbert Xu | 2010-04-11 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | inet: rename some inet_sock fields | Eric Dumazet | 2009-10-18 | 1 | -2/+2 |
* | net: adding memory barrier to the poll and receive callbacks | Jiri Olsa | 2009-07-09 | 1 | -1/+1 |
* | net: skb->dst accessors | Eric Dumazet | 2009-06-03 | 1 | -1/+1 |
* | dccp: Do not let initial option overhead shrink the MPS | Gerrit Renker | 2009-03-02 | 1 | -1/+14 |
* | dccp: Minimise header option overhead in setting the MPS | Gerrit Renker | 2009-03-02 | 1 | -8/+14 |
* | dccp: use roundup instead of opencoding | Ilpo Järvinen | 2008-12-05 | 1 | -1/+1 |
* | dccp: Mechanism to resolve CCID dependencies | Gerrit Renker | 2008-11-16 | 1 | -4/+9 |
* | dccp: Resolve dependencies of features on choice of CCID | Gerrit Renker | 2008-11-12 | 1 | -0/+4 |
* | dccp: Port redirection support for DCCP | Gerrit Renker | 2008-10-19 | 1 | -1/+1 |
* | dccp: Bug-Fix - AWL was never updated | Gerrit Renker | 2008-07-26 | 1 | -18/+15 |
* | dccp: Allow to distinguish original and retransmitted packets | Gerrit Renker | 2008-07-26 | 1 | -4/+16 |
* | dccp: Fix sparse warnings | Gerrit Renker | 2008-06-11 | 1 | -0/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -1/+0 |
|\ |
|
| * | [DCCP]: Fix skb->cb conflicts with IP | Patrick McHardy | 2008-04-12 | 1 | -1/+0 |
* | | [DCCP]: Replace socket with sock for reset sending. | Denis V. Lunev | 2008-04-03 | 1 | -3/+3 |
|/ |
|
* | [DCCP]: Introducing CCMPS | Gerrit Renker | 2008-01-28 | 1 | -7/+23 |
* | [DCCP]: Support inserting options during the 3-way handshake | Gerrit Renker | 2008-01-28 | 1 | -1/+1 |
* | [DCCP]: Support for server holding timewait state | Gerrit Renker | 2008-01-28 | 1 | -2/+4 |
* | [DCCP]: Shift the retransmit timer for active-close into output.c | Gerrit Renker | 2008-01-28 | 1 | -1/+12 |
* | [DCCP]: Use AF-independent rebuild_header routine | Gerrit Renker | 2008-01-28 | 1 | -1/+1 |
* | [NET]: Name magic constants in sock_wake_async() | Pavel Emelyanov | 2008-01-28 | 1 | -1/+1 |
* | [DCCP]: Wait for CCID | Gerrit Renker | 2007-10-10 | 1 | -15/+19 |
* | [DCCP]: Factor out common code for generating Resets | Gerrit Renker | 2007-10-10 | 1 | -0/+52 |
* | [DCCP]: Remove duplicate code for Reset from connected socket | Gerrit Renker | 2007-10-10 | 1 | -59/+19 |
* | [DCCP]: Add FIXME for send_delayed_ack | Gerrit Renker | 2007-10-10 | 1 | -0/+1 |
* | [DCCP]: Parameter renaming | Gerrit Renker | 2007-10-10 | 1 | -4/+6 |
* | [DCCP]: More debug information for dccp_wait_for_ccid | Gerrit Renker | 2007-04-25 | 1 | -1/+2 |
* | [DCCP]: Initialise write_xmit_timer also on passive sockets | Gerrit Renker | 2007-03-09 | 1 | -16/+0 |
* | [NET]: Fix kfree(skb) | Patrick McHardy | 2007-02-28 | 1 | -1/+1 |
* | [NET] DCCP: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -2/+2 |
* | [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). | David S. Miller | 2007-01-26 | 1 | -2/+2 |
* | [DCCP]: Whitespace cleanups | Arnaldo Carvalho de Melo | 2006-12-11 | 1 | -4/+3 |
* | [DCCP]: Warn when discarding packet due to internal errors | Gerrit Renker | 2006-12-11 | 1 | -2/+4 |
* | [DCCP]: Remove timeo from output.c | Ian McDonald | 2006-12-11 | 1 | -20/+6 |