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