1. a7c243b Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  2. 49705b7 [PATCH] sanitize lookup_hash prototype by Christoph Hellwig · 19 years ago
  3. e4543ed [PATCH] add a vfs_permission helper by Christoph Hellwig · 19 years ago
  4. e330562 ieee80211: cleanup crypto list handling, other minor cleanups. by Christoph Hellwig · 19 years ago
  5. f24e097 Merge rsync://bughost.org/repos/ieee80211-delta/ by Jeff Garzik · 19 years ago
  6. be9d122 [Bluetooth]: Remove the usage of /proc completely by Marcel Holtmann · 19 years ago
  7. 1ebb925 [Bluetooth]: Add endian annotations to the core by Marcel Holtmann · 19 years ago
  8. 89f5f0a [IPV4]: Fix ip_queue_xmit identity increment for TSO packets by Herbert Xu · 19 years ago
  9. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  10. dc8103f [IPVS]: fix connection leak if expire_nodest_conn=1 by Julian Anastasov · 19 years ago
  11. b541ca2 [PKT_SCHED]: Correctly handle empty ematch trees by Thomas Graf · 19 years ago
  12. 072047e [IPV6]: RFC3484 compliant source address selection by YOSHIFUJI Hideaki · 19 years ago
  13. b1cacb6 [IPV6]: Make ipv6_addr_type() more generic so that we can use it for source address selection. by YOSHIFUJI Hideaki · 19 years ago
  14. 971f359 [IPV6]: Put addr_diff() into common header for future use. by YOSHIFUJI Hideaki · 19 years ago
  15. 3133c5e8 Merge git://git.tuxdriver.com/git/netdev-jwl by Jeff Garzik · 19 years ago
  16. fd7a516 [PATCH] fix NET_RADIO=n, IEEE80211=y compile by Adrian Bunk · 19 years ago
  17. e189277 Fix problem with WEP unicast key > index 0 by Volker Braun · 19 years ago
  18. 81f8752 scripts/Lindent on ieee80211 subsystem. by James Ketrenos · 19 years ago
  19. 8e33ba4 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 by Linus Torvalds · 19 years ago
  20. 8cde077 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  21. 80d188a [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service port by NeilBrown · 19 years ago
  22. a10b5aa Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. by Jeff Garzik · 19 years ago
  23. 2d43f11 Merge branch 'red' of 84.73.165.173:/home/tgr/repos/net-2.6 by Arnaldo Carvalho de Melo · 19 years ago
  24. 6df7163 [TCP/DCCP]: Randomize port selection by Stephen Hemminger · 19 years ago
  25. 6151b31 [NET]: Fix race condition in sk_stream_wait_connect by Herbert Xu · 19 years ago
  26. eb229c4 [NETEM]: Add version string by Stephen Hemminger · 19 years ago
  27. 300ce17 [NETEM]: Support time based reordering by Stephen Hemminger · 19 years ago
  28. bdc450a [PKT_SCHED]: (G)RED: Introduce hard dropping by Thomas Graf · 19 years ago
  29. b38c7ee [PKT_SCHED]: GRED: Support ECN marking by Thomas Graf · 19 years ago
  30. d8f64e1 [PKT_SCHED]: GRED: Fix restart of idle period in WRED mode upon dequeue and drop by Thomas Graf · 19 years ago
  31. 1e4dfaf9 [PKT_SCHED]: GRED: Cleanup and remove unnecessary code by Thomas Graf · 19 years ago
  32. 6214e65 [PKT_SCHED]: GRED: Remove auto-creation of default VQ by Thomas Graf · 19 years ago
  33. 7051703 [PKT_SCHED]: GRED: Dont abuse default VQ for equalizing by Thomas Graf · 19 years ago
  34. 4a59183 [PKT_SCHED]: GRED: Remove initd flag by Thomas Graf · 19 years ago
  35. 18e3fb84 [PKT_SCHED]: GRED: Improve error handling and messages by Thomas Graf · 19 years ago
  36. 716a1b4 [PKT_SCHED]: GRED: Introduce tc_index_to_dp() by Thomas Graf · 19 years ago
  37. edf7a7b [PKT_SCHED]: GRED: Use generic queue management interface by Thomas Graf · 19 years ago
  38. c3b553c [PKT_SCHED]: GRED: Report congestion related drops as NET_XMIT_CN by Thomas Graf · 19 years ago
  39. 301d063 [PKT_SCHED]: GRED: Do not reset statistics in gred_reset/gred_change by Thomas Graf · 19 years ago
  40. 22b3342 [PKT_SCHED]: GRED: Use new generic red interface by Thomas Graf · 19 years ago
  41. f62d6b9 [PKT_SCHED]: GRED: Use central VQ change procedure by Thomas Graf · 19 years ago
  42. a8aaa99 [PKT_SCHED]: GRED: Report out-of-bound DPs as illegal by Thomas Graf · 19 years ago
  43. 6639607 [PKT_SCHED]: GRED: Use a central table definition change procedure by Thomas Graf · 19 years ago
  44. e063682 [PKT_SCHED]: GRED: Dump table definition by Thomas Graf · 19 years ago
  45. 05f1cc0 [PKT_SCHED]: GRED: Cleanup dumping by Thomas Graf · 19 years ago
  46. d6fd4e9 [PKT_SCHED]: GRED: Transform grio to GRED_RIO_MODE by Thomas Graf · 19 years ago
  47. dea3f62 [PKT_SCHED]: GRED: Cleanup equalize flag and add new WRED mode detection by Thomas Graf · 19 years ago
  48. dba051f [PKT_SCHED]: RED: Cleanup and remove unnecessary code by Thomas Graf · 19 years ago
  49. 6a1b63d [PKT_SCHED]: RED: Dont start idle periods while already idling by Thomas Graf · 19 years ago
  50. 9e178ff [PKT_SCHED]: RED: Use generic queue management interface by Thomas Graf · 19 years ago
  51. 6b31b28 [PKT_SCHED]: RED: Use new generic red interface by Thomas Graf · 19 years ago
  52. 07aaa11 [NETEM]: use PSCHED_LESS by Stephen Hemminger · 19 years ago
  53. 1758ee0 [NETFILTER] nf_queue: Fix Ooops when no queue handler registered by Harald Welte · 19 years ago
  54. 433a4d3 [NETFILTER]: CONNMARK target needs ip_conntrack by Harald Welte · 19 years ago
  55. 10dfdc6 [NETFILTER] nfnetlink: Use kzalloc by Harald Welte · 19 years ago
  56. 0f81eb4 [NETFILTER]: Fix double free after netlink_unicast() in ctnetlink by Harald Welte · 19 years ago
  57. d2a7bb7 [NETFILTER] NAT: Fix module refcount dropping too far by Harald Welte · 19 years ago
  58. d811552 [NETFILTER] PPTP helper: Fix endianness bug in GRE key / CallID NAT by Harald Welte · 19 years ago
  59. 3428c20 [NETFILTER] PPTP helper: Fix compilation of conntrack helper without NAT by Harald Welte · 19 years ago
  60. 0bbacc4 NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  61. c556b75 SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  62. 52ab4ac [PKT_SCHED]: Rework QoS and/or fair queueing configuration by Thomas Graf · 19 years ago
  63. 979ad66 [IPV6]: inet6_ifinfo_notify should use RTM_DELLINK in addrconf_ifdown by Yan Zheng · 19 years ago
  64. c75d721 [NET]: Fix zero-size datagram reception by Herbert Xu · 19 years ago
  65. 450b5b1 [TCP]: BIC max increment too large by Stephen Hemminger · 19 years ago
  66. 8713dbf [MCAST]: ip[6]_mc_add_src should be called when number of sources is zero by Yan Zheng · 19 years ago
  67. 97300b5 [MCAST] IPv6: Check packet size when process Multicast by Yan Zheng · 19 years ago
  68. edc9e81 [DCCP]: Set socket owner iff packet is not data by Herbert Xu · 19 years ago
  69. 48918a4 [DCCP]: Simplify skb_set_owner_w semantics by Herbert Xu · 19 years ago
  70. 9d17f21 [IPV6]: Fix behavior of ip6_route_input() for link local address by Yan Zheng · 19 years ago
  71. a3d7a9d [ROSE]: rose_heartbeat_expiry() locking fix by Andrew Morton · 19 years ago
  72. 6b7d31f [NETFILTER]: Add "revision" support to arp_tables and ip6_tables by Harald Welte · 19 years ago
  73. 6ede246 [BRIDGE]: Use ether_compare by Stephen Hemminger · 19 years ago
  74. 3fa63c7 [PATCH] Typo fix: dot after newline in printk strings by Jean Delvare · 19 years ago
  75. 6df5b9f [CRYPTO] Simplify one-member scatterlist expressions by Herbert Xu · 19 years ago
  76. 378f058 [PATCH] Use sg_set_buf/sg_init_one where applicable by David Hardeman · 19 years ago
  77. a6e0eb3 [PATCH] bluetooth hidp is broken on s390 by Al Viro · 19 years ago
  78. 9fcc2e8 [IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.c by Jayachandran C · 19 years ago
  79. 360ac8e [ETH]: ether address compare by Stephen Hemminger · 19 years ago
  80. 974f7bc Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6 by Arnaldo Carvalho de Melo · 19 years ago
  81. 64a0c1c [SCTP] Do not allow unprivileged programs initiating new associations on by Ivan Skytte Jorgensen · 19 years ago
  82. 96a3399 [SCTP] Allow SCTP_MAXSEG to revert to default frag point with a '0' value. by Ivan Skytte Jorgensen · 19 years ago
  83. a1ab358 [SCTP] Fix SCTP_SETADAPTION sockopt to use the correct structure. by Ivan Skytte Jorgensen · 19 years ago
  84. eaa5c54 [SCTP] Rename SCTP specific control message flags. by Ivan Skytte Jorgensen · 19 years ago
  85. 84860bf Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  86. f12baea [MCAST] IPv6: Fix algorithm to compute Querier's Query Interval by Yan Zheng · 19 years ago
  87. e89e9cf [IPv4/IPv6]: UFO Scatter-gather approach by Ananda Raju · 19 years ago
  88. de51441 Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by Arnaldo Carvalho de Melo · 19 years ago
  89. dd7f552 [Bluetooth] Update security filter for Extended Inquiry Response by Marcel Holtmann · 19 years ago
  90. 6516455 [Bluetooth] Make more functions static by Marcel Holtmann · 19 years ago
  91. 408c1ce [Bluetooth] Move CRC table into RFCOMM core by Marcel Holtmann · 19 years ago
  92. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  93. 34abf91 [PATCH] Input: convert net/bluetooth to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  94. e5dfa92 Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  95. 236fa08 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.15 by Linus Torvalds · 19 years ago
  96. 7d877f3 [PATCH] gfp_t: net/* by Al Viro · 19 years ago
  97. 434f1d1 Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 by Trond Myklebust · 19 years ago
  98. 6070fe6 RPC: Ensure that nobody can queue up new upcalls after rpc_close_pipes() by Trond Myklebust · 19 years ago
  99. b2ab040 Merge branch 'master' by Jeff Garzik · 19 years ago
  100. 4c2cb58 Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 by Trond Myklebust · 19 years ago