1. 34160ea inet_diag: add const to inet_diag_req_v2 by Eric Dumazet · 9 years ago
  2. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  3. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 9 years ago
  4. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  5. a77b634 dccp: spelling s/reseting/resetting by Fabian Frederick · 10 years ago
  6. 02c31d2 dccp: replace min/casting by min_t by Fabian Frederick · 10 years ago
  7. 54da7996 dccp: remove blank lines between function/EXPORT_SYMBOL by Fabian Frederick · 10 years ago
  8. 6d80c47 dccp: kerneldoc warning fixes by Fabian Frederick · 10 years ago
  9. c0560b9 dccp: Convert DCCP_WARN to net_warn_ratelimited by Joe Perches · 10 years ago
  10. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  11. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  12. 870c315 ipv6: introduce tcp_v6_iif() by Eric Dumazet · 10 years ago
  13. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  14. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  15. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  16. e500f48 net/dccp/ccid.c: add __init to ccid_activate by Fabian Frederick · 10 years ago
  17. 0c5b8a4 net/dccp/proto.c: add __init to dccp_mib_init by Fabian Frederick · 10 years ago
  18. a224772 ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted() by Eric Dumazet · 10 years ago
  19. 7bced39 net_dma: simple removal by Dan Williams · 10 years ago
  20. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  21. 9fe516b inet: move ipv6only in sock_common by Eric Dumazet · 10 years ago
  22. 476eab8 net: remove inet6_reqsk_alloc by Octavian Purdila · 10 years ago
  23. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 10 years ago
  24. 5c4a43b net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warning by Chen Gang · 10 years ago
  25. 8ba7e7b dccp: make the request_retries minimum is 1 by wangweidong · 10 years ago
  26. 698365f net: clean up snmp stats code by WANG Cong · 10 years ago
  27. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 10 years ago
  28. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  29. 09db308 dccp: re-enable debug macro by Gerrit Renker · 10 years ago
  30. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 10 years ago
  31. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. 6aee49c dccp: make local variable static by stephen hemminger · 10 years ago
  33. fd34d62 dccp: remove obsolete code by stephen hemminger · 10 years ago
  34. 965cdea dccp: catch failed request_module call in dccp_probe init by Wang Weidong · 10 years ago
  35. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  36. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 10 years ago
  37. ce7a3bd ipv6: do not erase dst address with flow label destination by Florent Fourcot · 10 years ago
  38. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  39. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  40. a402a5a net: dccp: Remove extern from function prototypes by Joe Perches · 11 years ago
  41. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  42. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  43. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  44. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  45. bd784a1 net:dccp: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  46. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  47. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  48. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  49. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  50. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  51. fa201d6 net/dccp: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  52. 95148a0 net/dccp/ccids: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  53. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 11 years ago
  54. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  55. 7b07f8eb dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) by Mathias Krause · 12 years ago
  56. 276bdb8 dccp: check ccid before dereferencing by Mathias Krause · 12 years ago
  57. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  58. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  59. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  60. 35ad9b9 ipv6: Add helper inet6_csk_update_pmtu(). by David S. Miller · 12 years ago
  61. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  62. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  63. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  64. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  65. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  66. 0979e46 dccp: remove unnecessary codes in ipv6.c by RongQing.Li · 12 years ago
  67. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  68. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  69. dc6b9b7 net: include/net/sock.h cleanup by Eric Dumazet · 12 years ago
  70. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  71. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  72. 7604adc ipv6: dccp: dont drop packet but consume it by Eric Dumazet · 12 years ago
  73. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  74. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 12 years ago
  75. f541fb7 dccp: fix bug in sequence number validation during connection setup by Samuel Jero · 12 years ago
  76. 793734b dccp ccid-3: replace incorrect BUG_ON by Gerrit Renker · 12 years ago
  77. c899136 inet_diag: Rename inet_diag_req into inet_diag_req_v2 by Pavel Emelyanov · 12 years ago
  78. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 12 years ago
  79. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 12 years ago
  80. aec8dc6 sock_diag: Fix module netlink aliases by Pavel Emelyanov · 12 years ago
  81. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 12 years ago
  82. 1942c51 inet_diag: Generalize inet_diag dump and get_exact calls by Pavel Emelyanov · 12 years ago
  83. 7b35ead inet_diag: Remove indirect sizeof from inet diag handlers by Pavel Emelyanov · 12 years ago
  84. f13c95f inet_diag: Switch from _GETSOCK to IPPROTO_ numbers by Pavel Emelyanov · 12 years ago
  85. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 12 years ago
  86. d984e61 dccp: Fix compile warning in probe code. by David S. Miller · 12 years ago
  87. 898f735 dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). by David S. Miller · 12 years ago
  88. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 12 years ago
  90. 525c646 dccp: fix error propagation in dccp_v4_connect by RongQing.Li · 12 years ago
  91. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  92. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  93. 918eb39 net: add missing bh_unlock_sock() calls by Eric Dumazet · 13 years ago
  94. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  95. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  96. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  97. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  98. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  99. d96a9e8 dccp ccid-2: check Ack Ratio when reducing cwnd by Samuel Jero · 13 years ago
  100. 0ce95dc7 dccp ccid-2: increment cwnd correctly by Samuel Jero · 13 years ago