1. 73cb88e net: make the tcp and udp file_operations for the /proc stuff const by Arjan van de Ven · 13 years ago
  2. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  3. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  4. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  5. bfc994b Kconfig: remove a few puzzling comments by Paul Bolle · 13 years ago
  6. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  7. 59445b6 ipv4: avoid useless call of the function check_peer_pmtu by Gao feng · 13 years ago
  8. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  9. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  10. 66b13d9 ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  11. b732339 ipv4: fix ipsec forward performance regression by Yan, Zheng · 13 years ago
  12. 7cc9150 route: fix ICMP redirect validation by Flavio Leitner · 13 years ago
  13. 318cf7a tcp: md5: add more const attributes by Eric Dumazet · 13 years ago
  14. ca35a0e tcp: md5: dont write skb head in tcp_md5_hash_header() by Eric Dumazet · 13 years ago
  15. 2c67e9a net: use INET_ECN_MASK instead of hardcoded 3 by Maciej Żenczykowski · 13 years ago
  16. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  17. 6cc7a76 net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENT by Maciej Żenczykowski · 13 years ago
  18. 20c4cb7 tcp: remove unused tcp_fin() parameters by Eric Dumazet · 13 years ago
  19. e9266a0 tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf() by Eric Dumazet · 13 years ago
  20. 113ab38 ip_gre: dont increase dev->needed_headroom on a live device by Eric Dumazet · 13 years ago
  21. 686dc6b ipv4: compat_ioctl is local to af_inet.c, make it static by Gerrit Renker · 13 years ago
  22. 06a59ec tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf() by Eric Dumazet · 13 years ago
  23. 58af19e tproxy: copy transparent flag when creating a time wait by KOVACS Krisztian · 13 years ago
  24. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  25. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 13 years ago
  26. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  27. 3ceca74 net-netlink: Add a new attribute to expose TOS values via netlink by Murali Raja · 13 years ago
  28. 5675592 cipso: remove an unneeded NULL check in cipso_v4_doi_add() by Dan Carpenter · 13 years ago
  29. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  30. 1e5289e tcp: properly update lost_cnt_hint during shifting by Yan, Zheng · 13 years ago
  31. 260fcbe tcp: properly handle md5sig_pool references by Yan, Zheng · 13 years ago
  32. 349d289 ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal by Vasily Averin · 13 years ago
  33. b5c5693 tcp: report ECN_SEEN in tcp_info by Eric Dumazet · 13 years ago
  34. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  35. b82d1bb tcp: unalias tcp_skb_cb flags and ip_dsfield by Eric Dumazet · 13 years ago
  36. 7a269ff tcp: ECN blackhole should not force quickack mode by Eric Dumazet · 13 years ago
  37. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  38. f779b2d tcp: fix validation of D-SACK by Zheng Yan · 13 years ago
  39. 765cf99 tcp: md5: remove one indirection level in tcp_md5sig_pool by Eric Dumazet · 13 years ago
  40. 19c1ea1 ipv4: Fix fib_info->fib_metrics leak by Yan, Zheng · 13 years ago
  41. 52b9aca Merge branch 'master' of ../netdev/ by David S. Miller · 13 years ago
  42. 946cedc tcp: Change possible SYN flooding messages by Eric Dumazet · 13 years ago
  43. 29c486d net: ipv4: relax AF_INET check in bind() by Eric Dumazet · 13 years ago
  44. 7858241 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  45. c667523 netfilter: nf_queue: reject NF_STOLEN verdicts from userspace by Florian Westphal · 13 years ago
  46. a262f0c Proportional Rate Reduction for TCP. by Nandita Dukkipati · 13 years ago
  47. aff65da net: ipv4: convert to SKB frag APIs by Ian Campbell · 13 years ago
  48. e05c4ad3 mcast: Fix source address selection for multicast listener report by Yan, Zheng · 13 years ago
  49. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  50. b81693d net: remove ndo_set_multicast_list callback by Jiri Pirko · 13 years ago
  51. bdeab99 rps: Add flag to skb to indicate rxhash is based on L4 tuple by Tom Herbert · 13 years ago
  52. 33d480c net: cleanup some rcu_dereference_raw by Eric Dumazet · 13 years ago
  53. 97a8041 ipv4: some rt_iif -> rt_route_iif conversions by Julian Anastasov · 13 years ago
  54. f0e3d068 tcp: initialize variable ecn_ok in syncookies path by Mike Waychison · 13 years ago
  55. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  56. d52fbfc ipv4: use dst with ref during bcast/mcast loopback by Julian Anastasov · 13 years ago
  57. 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
  58. 797fd39 netfilter: TCP and raw fix for ip_route_me_harder by Julian Anastasov · 13 years ago
  59. dd23198e ipv4: Fix ip_getsockopt for IP_PKTOPTIONS by Daniel Baluta · 13 years ago
  60. d547f72 ipv4: fix the reusing of routing cache entries by Julian Anastasov · 13 years ago
  61. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  62. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  63. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  64. a1889c0 net: adjust array index by Julia Lawall · 13 years ago
  65. 91c66c6 netfilter: ip_queue: Fix small leak in ipq_build_packet_message() by Jesper Juhl · 13 years ago
  66. d5eab91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  67. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  68. b76d078 IPv4: Send gratuitous ARP for secondary IP addresses also by Zoltan Kiss · 13 years ago
  69. 559fafb gre: fix improper error handling by xeb@mail.ru · 13 years ago
  70. b0fe4a3 ipv4: use RT_TOS after some rt_tos conversions by Julian Anastasov · 13 years ago
  71. 415b333 icmp: Fix regression in nexthop resolution during replies. by David S. Miller · 13 years ago
  72. d9be4f7 ipv4: Constrain UFO fragment sizes to multiples of 8 bytes by Bill Sommerfeld · 13 years ago
  73. 87c48fa ipv6: make fragment identifications less predictable by Eric Dumazet · 13 years ago
  74. 9fea033 lro: do vlan cleanup by Jiri Pirko · 13 years ago
  75. 0f72572 lro: kill lro_vlan_hwaccel_receive_frags by Jiri Pirko · 13 years ago
  76. 7756a96e lro: kill lro_vlan_hwaccel_receive_skb by Jiri Pirko · 13 years ago
  77. 5c74501 ipv4: save cpu cycles from check_leaf() by Eric Dumazet · 13 years ago
  78. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  79. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  80. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  81. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  82. b23b545 neigh: Kill hh_cache->hh_output by David S. Miller · 13 years ago
  83. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  84. 05e3aa0 net: Create and use new helper, neigh_output(). by David S. Miller · 13 years ago
  85. fec8292 ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 13 years ago
  86. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  87. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  88. 3769cff ipv4: Inline neigh binding. by David Miller · 13 years ago
  89. 6d1a3e0 inetpeer: kill inet_putpeer race by Eric Dumazet · 13 years ago
  90. f610b74 ipv4: Use universal hash for ARP. by David S. Miller · 13 years ago
  91. f03d78d net: refine {udp|tcp|sctp}_mem limits by Eric Dumazet · 13 years ago
  92. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  93. 595fc71 ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET. by David S. Miller · 13 years ago
  94. c349a52 net: bind() fix error return on wrong address family by Marcus Meissner · 13 years ago
  95. b00897b xfrm4: Don't call icmp_send on local error by Steffen Klassert · 13 years ago
  96. c146066 ipv4: Don't use ufo handling on later transformed packets by Steffen Klassert · 13 years ago
  97. 4500ebf ipv4: Reduce switch/case indent by Joe Perches · 13 years ago
  98. 181b1e9 netfilter: Reduce switch/case indent by Joe Perches · 13 years ago
  99. 1d67a51 ipconfig: Reduce switch/case indent by Joe Perches · 13 years ago
  100. ed6e4ef netfilter: Fix ip_route_me_harder triggering ip_rt_bug by Julian Anastasov · 13 years ago