1. fd68322 [IPV4]: inet_addr_type() annotations by Al Viro · 18 years ago
  2. e488301 [IPV4]: icmp_send() annotation by Al Viro · 18 years ago
  3. 60cad5d [IPV4]: annotate inetdev.h helpers by Al Viro · 18 years ago
  4. a7a628c [IPV4]: IFA_{LOCAL,ADDRESS,BROADCAST,ANYCAST} on ipv4 annotated by Al Viro · 18 years ago
  5. a144ea4 [IPV4]: annotate struct in_ifaddr by Al Viro · 18 years ago
  6. 6d85c10 [IPV4]: struct fib_config IPv4 address fields annotated by Al Viro · 18 years ago
  7. 17fb2c6 [IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotated by Al Viro · 18 years ago
  8. e448515 [IPV4] net/ipv4/route.c: trivial endianness annotations by Al Viro · 18 years ago
  9. b83738a [IPV4]: FIB_RES_PREFSRC() annotated by Al Viro · 18 years ago
  10. ff428d7 [IPV4]: inet_addr_onlink() annotated by Al Viro · 18 years ago
  11. a60c492 [IPV4]: ip_check_mc() annotations by Al Viro · 18 years ago
  12. d9c9df8 [IPV4]: fib_validate_source() annotations by Al Viro · 18 years ago
  13. a61ced5 [IPV4]: inet_select_addr() annotations by Al Viro · 18 years ago
  14. bada8ad [IPV4]: ip_route_connect() ipv4 address arguments annotated by Al Viro · 18 years ago
  15. 8c7bc84 [IPV4]: annotate rt_hash_code() users by Al Viro · 18 years ago
  16. f765522 [IPV4]: ip_rt_redirect() annotations by Al Viro · 18 years ago
  17. 9e12bb2 [IPV4]: ip_route_input() annotations by Al Viro · 18 years ago
  18. b422993 [ATM]: use NIPQUAD instead of open-coding it by Al Viro · 18 years ago
  19. 0ac0760 [TR]: endiannness annotations by Al Viro · 18 years ago
  20. 2a50f28 [ATALK]: endianness annotations by Al Viro · 18 years ago
  21. 82fe7c9 [NET] Kconfig: fix cut/paste error in TCPPROBE by Grant Grundler · 18 years ago
  22. 293b9c4 [IPV6]: bh_lock_sock_nested on tcp_v6_rcv by Fabio Olive Leite · 18 years ago
  23. a77c64c Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  24. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  25. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  26. c226951 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  27. 4cc6773 [NetLabel]: update docs with website information by Paul Moore · 18 years ago
  28. fd38585 [NetLabel]: rework the Netlink attribute handling (part 2) by Paul Moore · 18 years ago
  29. fcd4828 [NetLabel]: rework the Netlink attribute handling (part 1) by Paul Moore · 18 years ago
  30. 609c92f [NetLabel]: make the CIPSOv4 cache spinlocks bottom half safe by Paul Moore · 18 years ago
  31. 14a72f5 [NetLabel]: correct improper handling of non-NetLabel peer contexts by Paul Moore · 18 years ago
  32. b978d02 [PATCH] bcm43xx: WE-21 support by Larry Finger · 18 years ago
  33. baef186 [PATCH] WE-21 support (core API) by John W. Linville · 18 years ago
  34. 597811e [TCP]: make cubic the default by Stephen Hemminger · 18 years ago
  35. 3d2573f [TCP]: default congestion control menu by Stephen Hemminger · 18 years ago
  36. 76a081e Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 by David S. Miller · 18 years ago
  37. 3e597c6 [PATCH] fix iptables __user misannotations by Al Viro · 18 years ago
  38. e41542f [DCCP]: Introduce dccp_probe by Ian McDonald · 18 years ago
  39. 3dd9a7c [DCCP]: Use constants for CCIDs by Ian McDonald · 18 years ago
  40. 00e4d11 [DCCP]: Allow default/fallback service code. by Gerrit Renker · 18 years ago
  41. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  42. 9f261e0 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  43. a53a3c5 NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers by Steve Dickson · 18 years ago
  44. 762d452 SUNRPC: Fix Oops in pmap_getport_done by Trond Myklebust · 18 years ago
  45. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  46. da45828 SUNRPC: Clean up soft task error handling by Trond Myklebust · 18 years ago
  47. 7630399 SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors by Trond Myklebust · 18 years ago
  48. 8014793 SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status by Trond Myklebust · 18 years ago
  49. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  50. b86acd5 SUNRPC: export new RPC client functions with _GPL by Chuck Lever · 18 years ago
  51. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  52. 9e1968c SUNRPC: Convert RPC portmapper to use new rpc_create() API by Chuck Lever · 18 years ago
  53. c286676 SUNRPC: use sockaddr + size when creating remote transport endpoints by Chuck Lever · 18 years ago
  54. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  55. e7f7865 SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API by Chuck Lever · 18 years ago
  56. f425eba SUNRPC: Create API for displaying remote peer address by Chuck Lever · 18 years ago
  57. edb267a SUNRPC: add xprt switch API for printing formatted remote peer addresses by Chuck Lever · 18 years ago
  58. 39d7bbc SUNRPC: remove extraneous header inclusions by Chuck Lever · 18 years ago
  59. 081f79a SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API. by Chuck Lever · 18 years ago
  60. ed39440 SUNRPC: create API for getting remote peer address by Chuck Lever · 18 years ago
  61. bbf7c1d SUNRPC: Introduce transport switch callout for pluggable rpcbind by Chuck Lever · 18 years ago
  62. 5b1eacb SUNRPC: Support for RPC child tasks no longer needed by Chuck Lever · 18 years ago
  63. c4a5692 SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c by Chuck Lever · 18 years ago
  64. 4a68179 SUNRPC: Make RPC portmapper use per-transport storage by Chuck Lever · 18 years ago
  65. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  66. 1837987 net/ieee80211: fix more crypto-related build breakage by Jeff Garzik · 18 years ago
  67. 28eb177 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  68. 3b9f9a1 [IPV6] ADDRCONF: Mobile IPv6 Home Address support. by Noriaki TAKAMIYA · 18 years ago
  69. 55ebaef [IPV6] ADDRCONF: Allow non-DAD'able addresses. by Noriaki TAKAMIYA · 18 years ago
  70. fc26d0a [IPV6] NDISC: Fix is_router flag setting. by YOSHIFUJI Hideaki · 18 years ago
  71. 8814c4b [IPV6] ADDRCONF: Convert addrconf_lock to RCU. by YOSHIFUJI Hideaki · 18 years ago
  72. fbea49e [IPV6] NDISC: Add proxy_ndp sysctl. by YOSHIFUJI Hideaki · 18 years ago
  73. 62dd931 [IPV6] NDISC: Set per-entry is_router flag in Proxy NA. by Ville Nuorvala · 18 years ago
  74. 5f3e6e9 [IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA. by Ville Nuorvala · 18 years ago
  75. 74553b0 [IPV6]: Don't forward packets to proxied link-local address. by Ville Nuorvala · 18 years ago
  76. e21e0b5 [IPV6] NDISC: Handle NDP messages to proxied addresses. by Ville Nuorvala · 18 years ago
  77. 4c5de69 [NETFILTER]: PPTP conntrack: fix another GRE keymap leak by Patrick McHardy · 18 years ago
  78. fd5e3be [NETFILTER]: PPTP conntrack: fix GRE keymap leak by Patrick McHardy · 18 years ago
  79. 62fbe9c [NETFILTER]: PPTP conntrack: fix PPTP_IN_CALL message types by Patrick McHardy · 18 years ago
  80. 750a584 [NETFILTER]: PPTP conntrack: check call ID before changing state by Patrick McHardy · 18 years ago
  81. 87a0117 [NETFILTER]: PPTP conntrack: clean up debugging cruft by Patrick McHardy · 18 years ago
  82. 4c65175 [NETFILTER]: PPTP conntrack: consolidate header parsing by Patrick McHardy · 18 years ago
  83. a107340 [NETFILTER]: PPTP conntrack: consolidate header size checks by Patrick McHardy · 18 years ago
  84. cf9f815 [NETFILTER]: PPTP conntrack: simplify expectation handling by Patrick McHardy · 18 years ago
  85. 857c06d [NETFILTER]: PPTP conntrack: remove unnecessary cid/pcid header pointers by Patrick McHardy · 18 years ago
  86. 6013c0a [NETFILTER]: PPTP conntrack: fix header definitions by Patrick McHardy · 18 years ago
  87. 5256f66 [NETFILTER]: PPTP conntrack: remove more dead code by Patrick McHardy · 18 years ago
  88. a1ad1de [NETFILTER]: PPTP conntrack: remove dead code by Patrick McHardy · 18 years ago
  89. 955b944 [NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversions by Patrick McHardy · 18 years ago
  90. edd5a32 [NETFILTER]: PPTP conntrack: fix whitespace errors by Patrick McHardy · 18 years ago
  91. 127f15d [NETFILTER]: ipt_hashlimit: add compat conversion functions by Patrick McHardy · 18 years ago
  92. 02c63cf [NETFILTER]: xt_limit: add compat conversion functions by Patrick McHardy · 18 years ago
  93. 7ce975b [NETFILTER]: xt_CONNMARK: add compat conversion functions by Patrick McHardy · 18 years ago
  94. f1eda05 [NETFILTER]: xt_connmark: add compat conversion functions by Patrick McHardy · 18 years ago
  95. be7263b7 [NETFILTER]: xt_MARK: add compat conversion functions by Patrick McHardy · 18 years ago
  96. bc80b65 [NETFILTER]: xt_mark: add compat conversion functions by Patrick McHardy · 18 years ago
  97. 9fa492c [NETFILTER]: x_tables: simplify compat API by Patrick McHardy · 18 years ago
  98. 79030ed [NETFILTER]: ip_tables: revision support for compat code by Patrick McHardy · 18 years ago
  99. bec71b1 [NETFILTER]: ip_tables: fix module refcount leaks in compat error paths by Patrick McHardy · 18 years ago
  100. 1192e40 [NETFILTER]: make some netfilter globals __read_mostly by Brian Haley · 18 years ago