Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2015-11-30 | net: Generalise wq_has_sleeper helper | Herbert Xu | 1 | -1/+1 |
2015-09-25 | dccp: constify dccp_make_response() socket argument | Eric Dumazet | 1 | -6/+11 |
2014-04-15 | ipv4: add a sock pointer to ip_queue_xmit() | Eric Dumazet | 1 | -1/+1 |
2013-10-10 | inet: rename ir_loc_port to ir_num | Eric Dumazet | 1 | -1/+1 |
2013-10-10 | inet: includes a sock_common in request_sock | Eric Dumazet | 1 | -2/+2 |
2012-07-11 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -0/+1 |
2012-03-03 | dccp: fix bug in sequence number validation during connection setup | Samuel Jero | 1 | -5/+5 |
2011-07-04 | dccp: combine the functionality of enqeueing and cloning | Gerrit Renker | 1 | -7/+7 |
2011-05-09 | inet: Pass flowi to ->queue_xmit(). | David S. Miller | 1 | -2/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-12-07 | dccp: Policy-based packet dequeueing infrastructure | Tomasz Grobelny | 1 | -4/+3 |
2010-11-15 | dccp ccid-2: Schedule Sync as out-of-band mechanism | Gerrit Renker | 1 | -0/+15 |
2010-10-28 | dccp: Refine the wait-for-ccid mechanism | Gerrit Renker | 1 | -50/+65 |
2010-10-28 | dccp: Extend CCID packet dequeueing interface | Gerrit Renker | 1 | -46/+72 |
2010-10-12 | dccp: remove unused argument in CCID tx function | Gerrit Renker | 1 | -1/+1 |
2010-10-12 | dccp: merge now-reduced connect_init() function | Gerrit Renker | 1 | -13/+5 |
2010-05-02 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 1 | -4/+6 |
2010-04-21 | net: sk_sleep() helper | Eric Dumazet | 1 | -3/+3 |
2010-04-16 | net: replace ipfragok with skb->local_df | Shan Wei | 1 | -1/+1 |
2010-04-12 | inet: Remove unused send_check length argument | Herbert Xu | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-10-19 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -2/+2 |
2009-07-10 | net: adding memory barrier to the poll and receive callbacks | Jiri Olsa | 1 | -1/+1 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -1/+1 |
2009-03-02 | dccp: Do not let initial option overhead shrink the MPS | Gerrit Renker | 1 | -1/+14 |
2009-03-02 | dccp: Minimise header option overhead in setting the MPS | Gerrit Renker | 1 | -8/+14 |
2008-12-06 | dccp: use roundup instead of opencoding | Ilpo Järvinen | 1 | -1/+1 |
2008-11-17 | dccp: Mechanism to resolve CCID dependencies | Gerrit Renker | 1 | -4/+9 |
2008-11-12 | dccp: Resolve dependencies of features on choice of CCID | Gerrit Renker | 1 | -0/+4 |
2008-10-20 | dccp: Port redirection support for DCCP | Gerrit Renker | 1 | -1/+1 |
2008-07-26 | dccp: Bug-Fix - AWL was never updated | Gerrit Renker | 1 | -18/+15 |
2008-07-26 | dccp: Allow to distinguish original and retransmitted packets | Gerrit Renker | 1 | -4/+16 |
2008-06-11 | dccp: Fix sparse warnings | Gerrit Renker | 1 | -0/+2 |
2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2008-04-13 | [DCCP]: Fix skb->cb conflicts with IP | Patrick McHardy | 1 | -1/+0 |
2008-04-04 | [DCCP]: Replace socket with sock for reset sending. | Denis V. Lunev | 1 | -3/+3 |
2008-01-29 | [DCCP]: Introducing CCMPS | Gerrit Renker | 1 | -7/+23 |
2008-01-29 | [DCCP]: Support inserting options during the 3-way handshake | Gerrit Renker | 1 | -1/+1 |
2008-01-29 | [DCCP]: Support for server holding timewait state | Gerrit Renker | 1 | -2/+4 |
2008-01-29 | [DCCP]: Shift the retransmit timer for active-close into output.c | Gerrit Renker | 1 | -1/+12 |
2008-01-29 | [DCCP]: Use AF-independent rebuild_header routine | Gerrit Renker | 1 | -1/+1 |
2008-01-29 | [NET]: Name magic constants in sock_wake_async() | Pavel Emelyanov | 1 | -1/+1 |
2007-10-11 | [DCCP]: Wait for CCID | Gerrit Renker | 1 | -15/+19 |
2007-10-11 | [DCCP]: Factor out common code for generating Resets | Gerrit Renker | 1 | -0/+52 |
2007-10-11 | [DCCP]: Remove duplicate code for Reset from connected socket | Gerrit Renker | 1 | -59/+19 |
2007-10-11 | [DCCP]: Add FIXME for send_delayed_ack | Gerrit Renker | 1 | -0/+1 |
2007-10-11 | [DCCP]: Parameter renaming | Gerrit Renker | 1 | -4/+6 |
2007-04-26 | [DCCP]: More debug information for dccp_wait_for_ccid | Gerrit Renker | 1 | -1/+2 |