1. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 10 years ago
  2. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  3. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  4. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  5. f541fb7 dccp: fix bug in sequence number validation during connection setup by Samuel Jero · 12 years ago
  6. 8695e80 dccp: combine the functionality of enqeueing and cloning by Gerrit Renker · 13 years ago
  7. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  8. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  9. 871a2c1 dccp: Policy-based packet dequeueing infrastructure by Tomasz Grobelny · 14 years ago
  10. d83447f dccp ccid-2: Schedule Sync as out-of-band mechanism by Gerrit Renker · 14 years ago
  11. b1fcf55 dccp: Refine the wait-for-ccid mechanism by Gerrit Renker · 14 years ago
  12. dc841e3 dccp: Extend CCID packet dequeueing interface by Gerrit Renker · 14 years ago
  13. baf9e78 dccp: remove unused argument in CCID tx function by Gerrit Renker · 14 years ago
  14. 93344af dccp: merge now-reduced connect_init() function by Gerrit Renker · 14 years ago
  15. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  16. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  17. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  18. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  19. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  20. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  21. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  22. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  23. 86739fb dccp: Do not let initial option overhead shrink the MPS by Gerrit Renker · 15 years ago
  24. 361a5c1 dccp: Minimise header option overhead in setting the MPS by Gerrit Renker · 15 years ago
  25. 61c1d05 dccp: use roundup instead of opencoding by Ilpo Järvinen · 16 years ago
  26. 0c11683 dccp: Mechanism to resolve CCID dependencies by Gerrit Renker · 16 years ago
  27. 9eca0a4 dccp: Resolve dependencies of features on choice of CCID by Gerrit Renker · 16 years ago
  28. 944f750 dccp: Port redirection support for DCCP by Gerrit Renker · 16 years ago
  29. 73f18fd dccp: Bug-Fix - AWL was never updated by Gerrit Renker · 16 years ago
  30. 5943544 dccp: Allow to distinguish original and retransmitted packets by Gerrit Renker · 16 years ago
  31. 1e2f0e5 dccp: Fix sparse warnings by Gerrit Renker · 16 years ago
  32. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  33. 028b027 [DCCP]: Fix skb->cb conflicts with IP by Patrick McHardy · 16 years ago
  34. 7630f02 [DCCP]: Replace socket with sock for reset sending. by Denis V. Lunev · 16 years ago
  35. 6179983 [DCCP]: Introducing CCMPS by Gerrit Renker · 17 years ago
  36. af3b867 [DCCP]: Support inserting options during the 3-way handshake by Gerrit Renker · 17 years ago
  37. b8599d2 [DCCP]: Support for server holding timewait state by Gerrit Renker · 17 years ago
  38. 92d3192 [DCCP]: Shift the retransmit timer for active-close into output.c by Gerrit Renker · 17 years ago
  39. f53dc67 [DCCP]: Use AF-independent rebuild_header routine by Gerrit Renker · 17 years ago
  40. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  41. bc84987 [DCCP]: Wait for CCID by Gerrit Renker · 17 years ago
  42. e356d37 [DCCP]: Factor out common code for generating Resets by Gerrit Renker · 17 years ago
  43. ee1a159 [DCCP]: Remove duplicate code for Reset from connected socket by Gerrit Renker · 17 years ago
  44. 727ecc5 [DCCP]: Add FIXME for send_delayed_ack by Gerrit Renker · 17 years ago
  45. b0d045c [DCCP]: Parameter renaming by Gerrit Renker · 17 years ago
  46. 6626e36 [DCCP]: More debug information for dccp_wait_for_ccid by Gerrit Renker · 17 years ago
  47. aabb601 [DCCP]: Initialise write_xmit_timer also on passive sockets by Gerrit Renker · 17 years ago
  48. b08d584 [NET]: Fix kfree(skb) by Patrick McHardy · 17 years ago
  49. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  50. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 17 years ago
  51. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  52. f6282f4 [DCCP]: Warn when discarding packet due to internal errors by Gerrit Renker · 18 years ago
  53. 5cc3741d [DCCP]: Remove timeo from output.c by Ian McDonald · 18 years ago
  54. 6b57c93 [DCCP]: Use `unsigned' for packet lengths by Gerrit Renker · 18 years ago
  55. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  56. 09dbc38 [DCCP]: Miscellaneous code tidy-ups by Gerrit Renker · 18 years ago
  57. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  58. d7f7365 [DCCPv6]: Choose a genuine initial sequence number by Gerrit Renker · 18 years ago
  59. e11d9d3 [DCCP]: Increment sequence numbers on retransmitted Response packets by Gerrit Renker · 18 years ago
  60. 6f4e5ff [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) by Gerrit Renker · 18 years ago
  61. f45b3ec [DCCP]: Fix logfile overflow by Ian McDonald · 18 years ago
  62. 9b42078 [DCCP]: Combine allocating & zeroing header space on skb by Gerrit Renker · 18 years ago
  63. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  64. 97e5848 [DCCP]: Introduce tx buffering by Ian McDonald · 18 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  66. 2d0817d [DCCP] options: Make dccp_insert_options & friends yell on error by Arnaldo Carvalho de Melo · 18 years ago
  67. 118b2c9 [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets by Arnaldo Carvalho de Melo · 18 years ago
  68. c25a18b [DCCP]: Uninline some functions by Arnaldo Carvalho de Melo · 18 years ago
  69. b61fafc [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  70. 0a1ec67 [DCCP]: Dont use dccp_v4_checksum in dccp_make_response by Arnaldo Carvalho de Melo · 18 years ago
  71. 017487d [DCCP]: Generalize dccp_v4_send_reset by Arnaldo Carvalho de Melo · 18 years ago
  72. afe0025 [DCCP]: Initial feature negotiation implementation by Andrea Bittau · 18 years ago
  73. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  74. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  75. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  76. 57cca05 [DCCP]: Introduce dccp_ipv4_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  77. edc9e81 [DCCP]: Set socket owner iff packet is not data by Herbert Xu · 19 years ago
  78. 48918a4 [DCCP]: Simplify skb_set_owner_w semantics by Herbert Xu · 19 years ago
  79. 7d877f3 [PATCH] gfp_t: net/* by Al Viro · 19 years ago
  80. 49c5bfa [DCCP]: Clear the IPCB area by Herbert Xu · 19 years ago
  81. ffa2934 [DCCP]: Make dccp_write_xmit always free the packet by Herbert Xu · 19 years ago
  82. fda0fd6 [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL by Herbert Xu · 19 years ago
  83. ae31c33 [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  84. 67e6b62 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE by Arnaldo Carvalho de Melo · 19 years ago
  85. dc19336 [DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock by Arnaldo Carvalho de Melo · 19 years ago
  86. c530cfb [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet by Arnaldo Carvalho de Melo · 19 years ago
  87. d6809c1 [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit by Arnaldo Carvalho de Melo · 19 years ago
  88. a4beb1b [DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending by Arnaldo Carvalho de Melo · 19 years ago
  89. 7ad07e7 [DCCP]: Implement the CLOSING timer by Arnaldo Carvalho de Melo · 19 years ago
  90. 2411772 [DCCP]: Fix ackno setting in SYNC/SYNCACK packets by Arnaldo Carvalho de Melo · 19 years ago
  91. e92ae93 [DCCP]: Send SYNCACK packets in response to SYNC packets by Arnaldo Carvalho de Melo · 19 years ago
  92. 7690af3 [DCCP]: Just reflow the source code to fit in 80 columns by Arnaldo Carvalho de Melo · 19 years ago
  93. 27258ee [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg by Arnaldo Carvalho de Melo · 19 years ago
  94. 95b81ef [DCCP]: Fix checksum routines by Yoshifumi Nishida · 19 years ago
  95. 7c65787 [DCCP]: Initial implementation by Arnaldo Carvalho de Melo · 19 years ago