1. 7adc383 [TCP]: Improve ipv4 established hash function. by David S. Miller · 16 years ago
  2. 7e8616d [SCTP]: Update AUTH structures to match declarations in draft-16. by Vlad Yasevich · 16 years ago
  3. 34cc7ba [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. by Pavel Emelyanov · 16 years ago
  4. 3172936 net: fix kernel-doc warnings in header files by Randy Dunlap · 16 years ago
  5. b318e0e [IPSEC]: Fix bogus usage of u64 on input sequence number by Herbert Xu · 16 years ago
  6. 0f8f27c [IPV6]: remove unused method declaration (net/ndisc.h). by Rami Rosen · 16 years ago
  7. e848b58 [AX25] ax25_ds_timer: use mod_timer instead of add_timer by Jarek Poplawski · 16 years ago
  8. 21fab4a [AX25] ax25_timer: use mod_timer instead of add_timer by Jarek Poplawski · 16 years ago
  9. ab1ecba Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 16 years ago
  10. 86121fe [TIPC]: Kill unused static inline (x5) by Ilpo Järvinen · 16 years ago
  11. 4e881a2 [IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.h by Rami Rosen · 16 years ago
  12. bba536a [IPV6] Minor clenup: remove two unused definitions in net/ip6_route.h by Rami Rosen · 16 years ago
  13. 86577c6 [NETFILTER]: nf_conntrack: fix ct_extend ->move operation by Patrick McHardy · 16 years ago
  14. 8a0dc95 9p: transport API reorganization by Eric Van Hensbergen · 16 years ago
  15. d199d65 9p: add support for sticky bit by Anthony Liguori · 16 years ago
  16. e2735b7 9p: block-based virtio client by Eric Van Hensbergen · 16 years ago
  17. 043aba4 9p: create transport rpc cut-thru by Eric Van Hensbergen · 16 years ago
  18. 3d412f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  19. eda61d3 NetLabel: introduce a new kernel configuration API for NetLabel by Paul Moore · 16 years ago
  20. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 16 years ago
  21. 5d8c0aa [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations. by Pavel Emelyanov · 16 years ago
  22. 6de1a91 [IPV6]: Fix sysctl compilation error. by Daniel Lezcano · 16 years ago
  23. cc8274f [IPV4]: Fix compile error building without CONFIG_FS_PROC by Li Zefan · 16 years ago
  24. 246f19d [IPV6]: Reorg struct ifmcaddr6 to save some bytes by Arnaldo Carvalho de Melo · 16 years ago
  25. ad8bb78 [INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytes by Arnaldo Carvalho de Melo · 16 years ago
  26. 4e7e5cf [INET6]: Reorganize struct inet6_dev to save 8 bytes by Arnaldo Carvalho de Melo · 16 years ago
  27. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 16 years ago
  28. 4814bdb [NETNS]: Lookup in FIB semantic hashes taking into account the namespace. by Denis V. Lunev · 16 years ago
  29. 7462bd74 [NETNS]: Add a namespace mark to fib_info. by Denis V. Lunev · 16 years ago
  30. 85326fa [IPV4]: fib_sync_down rework. by Denis V. Lunev · 16 years ago
  31. 5239008 [NET_SCHED]: Constify struct tcf_ext_map by Patrick McHardy · 16 years ago
  32. 29e7525 [IPV4] route cache: Introduce rt_genid for smooth cache invalidation by Eric Dumazet · 16 years ago
  33. d86e0da [NETNS]: Tcp-v6 sockets per-net lookup. by Pavel Emelyanov · 16 years ago
  34. c67499c [NETNS]: Tcp-v4 sockets per-net lookup. by Pavel Emelyanov · 16 years ago
  35. 941b1d2 [NETNS]: Make bind buckets live in net namespaces. by Pavel Emelyanov · 16 years ago
  36. 5ee31fc [INET]: Consolidate inet(6)_hash_connect. by Pavel Emelyanov · 16 years ago
  37. 3294858 [NETFILTER]: nf_conntrack: annotate l3protos with const by Jan Engelhardt · 16 years ago
  38. 82f568f [NETFILTER]: nf_{conntrack,nat}_proto_tcp: constify and annotate TCP modules by Jan Engelhardt · 16 years ago
  39. c88130b [NETFILTER]: nf_conntrack: naming unification by Patrick McHardy · 16 years ago
  40. ffaa9c1 [NETFILTER]: nf_conntrack: reorder struct nf_conntrack_l4proto by Patrick McHardy · 16 years ago
  41. 380517d [NETFILTER]: nf_conntrack: avoid duplicate protocol comparison in nf_ct_tuple_equal() by Patrick McHardy · 16 years ago
  42. ba419af [NETFILTER]: nf_conntrack: optimize __nf_conntrack_find() by Patrick McHardy · 16 years ago
  43. f8ba1af [NETFILTER]: nf_conntrack: switch rwlock to spinlock by Patrick McHardy · 16 years ago
  44. 76507f6 [NETFILTER]: nf_conntrack: use RCU for conntrack hash by Patrick McHardy · 16 years ago
  45. 7d0742d [NETFILTER]: nf_conntrack_expect: use RCU for expectation hash by Patrick McHardy · 16 years ago
  46. 58a3c9b [NETFILTER]: nf_conntrack: use RCU for conntrack helpers by Patrick McHardy · 16 years ago
  47. 96eb24d [NETFILTER]: nf_conntrack: sparse warnings by Stephen Hemminger · 16 years ago
  48. 9ea0cb2 [NETFILTER]: arp_tables: per-netns arp_tables FILTER by Alexey Dobriyan · 16 years ago
  49. 8280aa6 [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAW by Alexey Dobriyan · 16 years ago
  50. 9335f04 [NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW by Alexey Dobriyan · 16 years ago
  51. 8d87005 [NETFILTER]: x_tables: per-netns xt_tables by Alexey Dobriyan · 16 years ago
  52. abfdf1c [NETFILTER]: ebtables: remove casts, use consts by Jan Engelhardt · 16 years ago
  53. 000e8a5 [NETFILTER]: nf_log: add netfilter gcc printf format checking by Helge Deller · 16 years ago
  54. 3046d76 [RAW]: Wrong content of the /proc/net/raw6. by Denis V. Lunev · 16 years ago
  55. 377cf82 [RAW]: Family check in the /proc/net/raw[6] is extra. by Denis V. Lunev · 16 years ago
  56. 533cb5b [XFRM]: constify 'struct xfrm_type' by Eric Dumazet · 16 years ago
  57. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 16 years ago
  58. 1a6509d [IPSEC]: Add support for combined mode algorithms by Herbert Xu · 16 years ago
  59. 38320c7 [IPSEC]: Use crypto_aead and authenc in ESP by Herbert Xu · 16 years ago
  60. 8cc4457 NetLabel: Introduce static network labels for unlabeled connections by Paul Moore · 16 years ago
  61. 75e2291 NetLabel: Add IP address family information to the netlbl_skbuff_getattr() function by Paul Moore · 16 years ago
  62. 16efd45 NetLabel: Add secid token support to the NetLabel secattr struct by Paul Moore · 16 years ago
  63. ab27cfb [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get by Patrick McHardy · 16 years ago
  64. b592191 [NETNS]: Routing cache virtualization. by Denis V. Lunev · 16 years ago
  65. eee8059 [NETNS]: Correct namespace for connect-time routing. by Denis V. Lunev · 16 years ago
  66. 7ba699c [NET_SCHED]: Convert actions from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  67. add93b6 [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  68. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  69. 01480e1 [NETLINK]: Add nla_append() by Patrick McHardy · 16 years ago
  70. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  71. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago
  72. 611c183 [NETNS]: Add namespace parameter to __ip_route_output_key. by Denis V. Lunev · 16 years ago
  73. 010278e [NETNS]: Add netns parameter to fib_select_default. by Denis V. Lunev · 16 years ago
  74. 64c2d53 [IPV4]: Consolidate fib_select_default. by Denis V. Lunev · 16 years ago
  75. e30d3a0 [IPV4]: Declarations cleanup in ip_fib.h. by Denis V. Lunev · 16 years ago
  76. 69a7382 [DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64 by Eric Dumazet · 16 years ago
  77. 81566e8 [NETNS][FRAGS]: Make the pernet subsystem for fragments. by Pavel Emelyanov · 16 years ago
  78. 3140c25 [NETNS][FRAGS]: Make the LRU list per namespace. by Pavel Emelyanov · 16 years ago
  79. 3b4bc4a [NETNS][FRAGS]: Isolate the secret interval from namespaces. by Pavel Emelyanov · 16 years ago
  80. e31e0bdc7 [NETNS][FRAGS]: Make thresholds work in namespaces. by Pavel Emelyanov · 16 years ago
  81. b2fd532 [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. by Pavel Emelyanov · 16 years ago
  82. e4a2d5c [NETNS][FRAGS]: Duplicate sysctl tables for new namespaces. by Pavel Emelyanov · 16 years ago
  83. 6ddc082 [NETNS][FRAGS]: Make the mem counter per-namespace. by Pavel Emelyanov · 16 years ago
  84. e5a2bb8 [NETNS][FRAGS]: Make the nqueues counter per-namespace. by Pavel Emelyanov · 16 years ago
  85. ac18e75 [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces. by Pavel Emelyanov · 16 years ago
  86. 8d8354d [NETNS][FRAGS]: Move ctl tables around. by Pavel Emelyanov · 16 years ago
  87. 2334ecb [IPV6]: Sparse: Declare non-static ipv6_{route,icmp,frag}_sysctl_init() in header. by YOSHIFUJI Hideaki · 16 years ago
  88. da0e28c [NETNS]: Add netns parameter to fib_lookup. by Denis V. Lunev · 16 years ago
  89. 471b3ef mac80211: add unified BSS configuration by Johannes Berg · 17 years ago
  90. 51fb61e mac80211: move interface type to vif structure by Johannes Berg · 17 years ago
  91. 32bfd35 mac80211: dont use interface indices in drivers by Johannes Berg · 17 years ago
  92. d9e94d5 ieee80211: fix misannotations by Al Viro · 17 years ago
  93. 1e637c7 [IPV4]: Enable use of 240/4 address space. by Jan Engelhardt · 16 years ago
  94. 51314a1 [NETNS]: Process FIB rule action in the context of the namespace. by Denis V. Lunev · 16 years ago
  95. 9e3a548 [NETNS]: FIB rules API cleanup. by Denis V. Lunev · 16 years ago
  96. 03592383 [FIB]: Add netns to fib_rules_ops. by Denis V. Lunev · 16 years ago
  97. e9888f5 [IrDA]: Irport removal - part 1 by Adrian Bunk · 16 years ago
  98. d4fa26f [NETNS][DST]: Add the network namespace pointer in dst_ops by Daniel Lezcano · 16 years ago
  99. 569d364 [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions by Daniel Lezcano · 16 years ago
  100. c56cc9c [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protos by Patrick McHardy · 16 years ago