1. 25030a7 [UDP]: Unify UDPv4 and UDPv6 ->get_port() by Gerrit Renker · 18 years ago
  2. ff5dfe7 [NETLINK]: remove third bogus argument from NLA_PUT_FLAG by Johannes Berg · 18 years ago
  3. 97e5848 [DCCP]: Introduce tx buffering by Ian McDonald · 18 years ago
  4. b4e9b52 [NET_SCHED]: Add mask support to fwmark classifier by Patrick McHardy · 18 years ago
  5. bbfb39c [IPV4]: Add support for fwmark masks in routing rules by Patrick McHardy · 18 years ago
  6. 1aaec67 [NET]: Add common helper functions to convert IPv6/IPv4 address string to network address structure. by YOSHIFUJI Hideaki · 18 years ago
  7. 75bff8f [IPV6] ROUTE: Routing by FWMARK. by YOSHIFUJI Hideaki · 18 years ago
  8. e4bec82 [IPSEC] esp: Defer output IV initialization to first use. by David S. Miller · 18 years ago
  9. 2518c7c [XFRM]: Hash policies when non-prefixed. by David S. Miller · 18 years ago
  10. 1c09539 [XFRM]: Purge dst references to deleted SAs passively. by David S. Miller · 18 years ago
  11. c7f5ea3 [XFRM]: Do not flush all bundles on SA insert. by David S. Miller · 18 years ago
  12. 9d4a706 [XFRM]: Add generation count to xfrm_state and xfrm_dst. by David S. Miller · 18 years ago
  13. f034b5d [XFRM]: Dynamic xfrm_state hash table sizing. by David S. Miller · 18 years ago
  14. 8f126e3 [XFRM]: Convert xfrm_state hash linkage to hlists. by David S. Miller · 18 years ago
  15. edcd582 [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo. by David S. Miller · 18 years ago
  16. 2770834 [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo. by David S. Miller · 18 years ago
  17. f7b6983 [XFRM] POLICY: Support netlink socket interface for sub policy. by Masahide NAKAMURA · 18 years ago
  18. 41a49cc [XFRM]: Add sorting interface for state and template. by Masahide NAKAMURA · 18 years ago
  19. 4e81bb8 [XFRM] POLICY: sub policy support. by Masahide NAKAMURA · 18 years ago
  20. 97a64b4 [XFRM]: Introduce XFRM_MSG_REPORT. by Masahide NAKAMURA · 18 years ago
  21. df0ba92 [XFRM]: Trace which secpath state is reject factor. by Masahide NAKAMURA · 18 years ago
  22. 2ce4272 [IPV6] MIP6: Transformation support mobility header. by Masahide NAKAMURA · 18 years ago
  23. 7be96f7 [IPV6] MIP6: Add receiving mobility header functions through raw socket. by Masahide NAKAMURA · 18 years ago
  24. 2b74165 [IPV6] MIP6: Add Mobility header definition. by Masahide NAKAMURA · 18 years ago
  25. 3d12689 [IPV6] MIP6: Add destination options header transformation. by Noriaki TAKAMIYA · 18 years ago
  26. 2c8d7ca [IPV6] MIP6: Add routing header type 2 transformation. by Noriaki TAKAMIYA · 18 years ago
  27. 8dd7368 [IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better. by David S. Miller · 18 years ago
  28. a831f5b [IPV6] MIP6: Add inbound interface of home address option. by Masahide NAKAMURA · 18 years ago
  29. 842426e [IPV6] MIP6: Add home address option definition. by Noriaki TAKAMIYA · 18 years ago
  30. a80ff03 [IPV6]: Allow to replace skbuff by TLV parser. by Masahide NAKAMURA · 18 years ago
  31. c61a404 [IPV6]: Find option offset by type. by Masahide NAKAMURA · 18 years ago
  32. 65d4ed9 [IPV6] MIP6: Add inbound interface of routing header type 2. by Masahide NAKAMURA · 18 years ago
  33. 642ec62 [IPV6] MIP6: Add routing header type 2 definition. by Noriaki TAKAMIYA · 18 years ago
  34. e53820d [XFRM] IPV6: Restrict bundle reusing by Masahide NAKAMURA · 18 years ago
  35. 9afaca0 [XFRM] IPV6: Update outbound state timestamp for each sending. by Masahide NAKAMURA · 18 years ago
  36. 060f02a [XFRM] STATE: Introduce care-of address. by Noriaki TAKAMIYA · 18 years ago
  37. 1b5c229 [XFRM] STATE: Support non-fragment outbound transformation headers. by Masahide NAKAMURA · 18 years ago
  38. 99505a8 [XFRM] STATE: Add a hook to obtain local/remote outbound address. by Masahide NAKAMURA · 18 years ago
  39. fbd9a5b [XFRM] STATE: Common receive function for route optimization extension headers. by Masahide NAKAMURA · 18 years ago
  40. aee5adb [XFRM] STATE: Add a hook to find offset to be inserted header in outbound. by Masahide NAKAMURA · 18 years ago
  41. eb2971b [XFRM] STATE: Search by address using source address list. by Masahide NAKAMURA · 18 years ago
  42. 6c44e6b [XFRM] STATE: Add source address list. by Masahide NAKAMURA · 18 years ago
  43. 622dc82 [XFRM]: Expand XFRM_MAX_DEPTH for route optimization. by Masahide NAKAMURA · 18 years ago
  44. dc00a52 [XFRM] STATE: Allow non IPsec protocol. by Masahide NAKAMURA · 18 years ago
  45. 5794708 [XFRM]: Introduce a helper to compare id protocol. by Masahide NAKAMURA · 18 years ago
  46. 7e49e6d [XFRM]: Add XFRM_MODE_xxx for future use. by Masahide NAKAMURA · 18 years ago
  47. 77d16f4 [IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flags by YOSHIFUJI Hideaki · 18 years ago
  48. 7fc3316 [IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use. by YOSHIFUJI Hideaki · 18 years ago
  49. 8e1ef0a [IPV6]: Cache source address as well in ipv6_pinfo{}. by YOSHIFUJI Hideaki · 18 years ago
  50. 5e032e3 [IPV6] NDISC: Take source address into account for redirects. by YOSHIFUJI Hideaki · 18 years ago
  51. 3fd091e [SCTP]: Remove multiple levels of msecs to jiffies conversions. by Vladislav Yasevich · 18 years ago
  52. 91270cf [NETFILTER]: x_tables: add data member to struct xt_match by Patrick McHardy · 18 years ago
  53. 53e2665 [NETFILTER]: nfnetlink: remove unnecessary packed attributes by Patrick McHardy · 18 years ago
  54. efa7416 [NETFILTER]: x_tables: remove unused size argument to check/destroy functions by Patrick McHardy · 18 years ago
  55. fe1cb10 [NETFILTER]: x_tables: remove unused argument to target functions by Patrick McHardy · 18 years ago
  56. 52d9c42 [NETFILTER]: x_tables: add helpers for mass match/target registration by Patrick McHardy · 18 years ago
  57. 2521c12 [NETFILTER]: conntrack: introduce connection mark event by Pablo Neira Ayuso · 18 years ago
  58. a468701 [NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent version by Yasuyuki Kozakai · 18 years ago
  59. 9ba1627 [NETFILTER]: x_tables: replace IPv4 dscp match by address family independent version by Yasuyuki Kozakai · 18 years ago
  60. ac0b046 [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. by Sridhar Samudrala · 18 years ago
  61. 86872cb [IPv6] route: FIB6 configuration using struct fib6_config by Thomas Graf · 18 years ago
  62. 40e22e8 [IPv6] route: Simplify ip6_ins_rt() by Thomas Graf · 18 years ago
  63. e0a1ad73 [IPv6] route: Simplify ip6_del_rt() by Thomas Graf · 18 years ago
  64. e9ce1cd [PKT_SCHED]: Kill pkt_act.h inlining. by David S. Miller · 18 years ago
  65. d889ce3 [IPv4]: Convert route get to new netlink api by Thomas Graf · 18 years ago
  66. 4e902c5 [IPv4]: FIB configuration using struct fib_config by Thomas Graf · 18 years ago
  67. 56fc85a [RTNETLINK]: Unexport rtnl socket by Thomas Graf · 18 years ago
  68. 97676b6 [RTNETLINK]: Add rtnetlink notification interface by Thomas Graf · 18 years ago
  69. d387f6a [NETLINK]: Add notification message sending interface by Thomas Graf · 18 years ago
  70. 2942e90 [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts by Thomas Graf · 18 years ago
  71. 81aa646 [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs by Martin Bligh · 18 years ago
  72. 2aa7f36 [DECNET]: cleanups by Adrian Bunk · 18 years ago
  73. 90d4112 [IPV6] ip6_fib.c: make code static by Adrian Bunk · 18 years ago
  74. b801f54 [NET]: Increate RT_TABLE_MAX to 2^32 by Patrick McHardy · 18 years ago
  75. abcab26 [DECNET]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  76. 1b43af5 [IPV6]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  77. 1af5a8c [IPV4]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  78. 9e762a4 [NET]: Introduce RTA_TABLE/FRA_TABLE attributes by Patrick McHardy · 18 years ago
  79. 2dfe55b [NET]: Use u32 for routing table IDs by Patrick McHardy · 18 years ago
  80. d924424 [NEIGHBOUR]: Use ALIGN() macro. by Stephen Hemminger · 18 years ago
  81. f0fd27d [NET]: sock_register interface changes by Stephen Hemminger · 18 years ago
  82. 757dbb4 [NET]: drop unused elements from net_proto_family by Stephen Hemminger · 18 years ago
  83. a8731cb [DECNET]: Covert rules to use generic code by Steven Whitehouse · 18 years ago
  84. 8f491069 [IPV4]: Use network-order dport for all visible inet_lookup_* by Herbert Xu · 18 years ago
  85. 99a92ff [IPV4]: Uninline inet_lookup_listener by Herbert Xu · 18 years ago
  86. 1a01912 [INET]: Remove is_setbyuser patch by Louis Nyffenegger · 18 years ago
  87. 0298f36 [IPV4]: Kill fib4_rules_clean(). by David S. Miller · 18 years ago
  88. 8ce11e6 [NET]: Make code static. by Adrian Bunk · 18 years ago
  89. ac5a488 [NET]: Round out in-kernel sockets API by Sridhar Samudrala · 18 years ago
  90. b63bbc5 [NEIGH]: Move netlink neighbour table bits to linux/neighbour.h by Thomas Graf · 18 years ago
  91. 9067c72 [NEIGH]: Move netlink neighbour bits to linux/neighbour.h by Thomas Graf · 18 years ago
  92. 4cf411d [NETFILTER]: Get rid of HW checksum invalidation by Patrick McHardy · 18 years ago
  93. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  94. 0844565 [NET]: Move netlink interface bits to linux/if.h by Thomas Graf · 18 years ago
  95. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 18 years ago
  96. fe4944e [NETLINK]: Extend netlink messaging interface by Thomas Graf · 18 years ago
  97. e1ef4bf [IPV4]: Use Protocol Independant Policy Routing Rules Framework by Thomas Graf · 18 years ago
  98. 101367c [IPV6]: Policy Routing Rules by Thomas Graf · 18 years ago
  99. 14c0b97 [NET]: Protocol Independant Policy Routing Rules Framework by Thomas Graf · 18 years ago
  100. c71099a [IPV6]: Multiple Routing Tables by Thomas Graf · 18 years ago