1. e89fe42 [VLAN]: Move device registation to seperate function by Patrick McHardy · 17 years ago
  2. c1d3ee9 [VLAN]: Split up device checks by Patrick McHardy · 17 years ago
  3. 42429aa [VLAN]: Move vlan_group allocation to seperate function by Patrick McHardy · 17 years ago
  4. 2f4284a [VLAN]: Move some device intialization code to dev->init callback by Patrick McHardy · 17 years ago
  5. c17d887 [VLAN]: Convert name-based configuration functions to struct netdevice * by Patrick McHardy · 17 years ago
  6. 38f7b87 [RTNETLINK]: Link creation API by Patrick McHardy · 17 years ago
  7. 0157f60 [RTNETLINK]: Split up rtnl_setlink by Patrick McHardy · 17 years ago
  8. b3d88ad [MAC80211]: Add support for SIOCGIWRATE ioctl by Larry Finger · 17 years ago
  9. 8de0a15 [Bluetooth] Keep rfcomm_dev on the list until it is freed by Ville Tervo · 17 years ago
  10. a7ab4b5 [TCPv4]: Improve BH latency in /proc/net/tcp by Herbert Xu · 17 years ago
  11. c716a81 [NET_SCHED]: Cleanup readability of qdisc restart by Jamal Hadi Salim · 17 years ago
  12. 05646c9 [TIPC]: Optimize stream send routine to avoid fragmentation by Allan Stephens · 17 years ago
  13. 5eee6a6 [TIPC]: Use standard socket "not implemented" routines by Allan Stephens · 17 years ago
  14. f3ec75f [TIPC]: Improved support for Ethernet traffic filtering by Allan Stephens · 17 years ago
  15. e06e7c6 [IPV4]: The scheduled removal of multipath cached routing support. by David S. Miller · 17 years ago
  16. 84950cf [Bluetooth] Hangup TTY before releasing rfcomm_dev by Mikko Rapeli · 17 years ago
  17. ef22201 [Bluetooth] Add hci_recv_fragment() helper function by Marcel Holtmann · 17 years ago
  18. d8558f9 sunrpc: drop BKL around wrap and unwrap by J. Bruce Fields · 17 years ago
  19. d3bc9a1 SUNRPC client: add interface for binding to a local address by Frank van Maarseveen · 17 years ago
  20. a974769 SUNRPC server: record the destination address of a request by Frank van Maarseveen · 17 years ago
  21. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 17 years ago
  22. 43780b8 SUNRPC: Add a convenient default for the hostname when calling rpc_create() by Chuck Lever · 17 years ago
  23. 45160d6 SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name by Chuck Lever · 17 years ago
  24. cce63cd SUNRPC: Rename rpcb_getport_external routine by Chuck Lever · 17 years ago
  25. f7fb558 SUNRPC: Allow rpcbind requests to be interrupted by a signal. by Chuck Lever · 17 years ago
  26. 8a702bb SUNRPC: Suppress some noisy and unnecessary printk() calls in call_verify() by Trond Myklebust · 17 years ago
  27. 0df7fb7 SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a cred by Trond Myklebust · 17 years ago
  28. 0285ed1 SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential's by Trond Myklebust · 17 years ago
  29. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 17 years ago
  30. 1dd17ec SUNRPC: Allow rpc_auth to run clean up before the rpc_client is destroyed by Trond Myklebust · 17 years ago
  31. 5d28dc8 SUNRPC: Convert gss_ctx_lock to an RCU lock by Trond Myklebust · 17 years ago
  32. f5c2187 SUNRPC: Convert the credential garbage collector into a shrinker callback by Trond Myklebust · 17 years ago
  33. 9499b43 SUNRPC: Give credential cache a local spinlock by Trond Myklebust · 17 years ago
  34. 31be5bf SUNRPC: Convert the credcache lookup code to use RCU by Trond Myklebust · 17 years ago
  35. e092bdc SUNRPC: cleanup rpc credential cache garbage collection by Trond Myklebust · 17 years ago
  36. fc432dd SUNRPC: Enforce atomic updates of rpc_cred->cr_flags by Trond Myklebust · 17 years ago
  37. 696e38d SUNRPC: replace casts in auth_unix.c with container_of() by Trond Myklebust · 17 years ago
  38. 5fe4755 SUNRPC: Clean up rpc credential initialisation by Trond Myklebust · 17 years ago
  39. f1c0a86 SUNRPC: Mark auth and cred operation tables as constant. by Trond Myklebust · 17 years ago
  40. de7a8ce SUNRPC: Rename rpcauth_destroy() to rpcauth_release() by Trond Myklebust · 17 years ago
  41. 5e1550d SUNRPC: Add the helper function 'rpc_call_null()' by Trond Myklebust · 17 years ago
  42. 64c91a1 SUNRPC: Make rpc_ping() static by Trond Myklebust · 17 years ago
  43. fc1b356 SUNRPC: Fix races in rpcauth_create by Trond Myklebust · 17 years ago
  44. 07a2bf1 SUNRPC: Fix a memory leak in gss_create() by Trond Myklebust · 17 years ago
  45. 5c9cfc8 SUNRPC: Fix a typo in unx_create() by Trond Myklebust · 17 years ago
  46. 3ab9bb7 SUNRPC: Fix a memory leak in the auth credcache code by Trond Myklebust · 17 years ago
  47. 03a1256 SUNRPC: Add a field to track the number of kernel users of an rpc_pipe by Trond Myklebust · 17 years ago
  48. 62e1761 SUNRPC: Clean up rpc_pipefs. by Trond Myklebust · 17 years ago
  49. 34f3089 SUNRPC: Enable non-exclusive create in rpc_mkpipe() by Trond Myklebust · 17 years ago
  50. 6e84c7b SUNRPC: Add a downcall queue to struct rpc_inode by Trond Myklebust · 17 years ago
  51. 3b68aae SUNRPC: Always match an upcall message in gss_pipe_downcall() by Trond Myklebust · 17 years ago
  52. b185f83 SUNRPC: Remove the gss_auth spinlock by Trond Myklebust · 17 years ago
  53. 4a8c134 SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth by Trond Myklebust · 17 years ago
  54. c1384c9 SUNRPC: fix hang due to eventd deadlock... by Trond Myklebust · 17 years ago
  55. 6e5b70e SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task by Trond Myklebust · 17 years ago
  56. 188fef1 SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c by Trond Myklebust · 17 years ago
  57. f61534d SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() by Trond Myklebust · 17 years ago
  58. 4ada539 SUNRPC: Make create_client() take a reference to the rpciod workqueue by Trond Myklebust · 17 years ago
  59. ab418d7 SUNRPC: Optimise rpciod_up() by Trond Myklebust · 17 years ago
  60. d431a555 SUNRPC: Don't create an rpc_pipefs directory before rpc_clone is initialised by Trond Myklebust · 17 years ago
  61. 4c402b4 SUNRPC: Remove rpc_clnt->cl_count by Trond Myklebust · 17 years ago
  62. 8ad7c89 SUNRPC: Make rpc_clone take a reference instead of using cl_count by Trond Myklebust · 17 years ago
  63. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 17 years ago
  64. 848f1fe SUNRPC: Kill rpc_clnt->cl_dead by Trond Myklebust · 17 years ago
  65. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 17 years ago
  66. c44fe70 SUNRPC: Clean up tk_pid allocation and make it lockless by Trond Myklebust · 17 years ago
  67. 4bef61f SUNRPC: Add a per-rpc_clnt spinlock by Trond Myklebust · 17 years ago
  68. 6529eba SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt by Trond Myklebust · 17 years ago
  69. b39e625 NFSv4: Clean up nfs4_call_async() by Trond Myklebust · 17 years ago
  70. 6ed911f Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  71. 4cf92a3 [PATCH] softmac: Fix ESSID problem by Jean Tourrilhes · 17 years ago
  72. c2edacf bonding / ipv6: no addrconf for slaves separately from master by Jay Vosburgh · 17 years ago
  73. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  74. 67c4f7a [PATCH] softmac: use list_for_each_entry by Akinobu Mita · 17 years ago
  75. 1c39858 Fix use-after-free oops in Bluetooth HID. by David Woodhouse · 17 years ago
  76. 25442ca [NETPOLL]: Fixups for 'fix soft lockup when removing module' by Jarek Poplawski · 17 years ago
  77. 94b8341 [NET]: net/core/netevent.c should #include <net/netevent.h> by Adrian Bunk · 17 years ago
  78. 25845b5 [NETFILTER]: nf_conntrack_h323: add checking of out-of-range on choices' index values by Jing Min Zhao · 17 years ago
  79. 2cd052e [NET] skbuff: remove export of static symbol by Johannes Berg · 17 years ago
  80. 1669d85 SCTP: Add scope_id validation for link-local binds by Vlad Yasevich · 17 years ago
  81. f50f95c SCTP: Check to make sure file is valid before setting timeout by Vlad Yasevich · 17 years ago
  82. 3663c30 SCTP: Fix thinko in sctp_copy_laddrs() by Vlad Yasevich · 17 years ago
  83. 1720081 [NETPOLL] netconsole: fix soft lockup when removing module by Jarek Poplawski · 17 years ago
  84. 2524363 Merge master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 17 years ago
  85. 0db3dc7 [NETPOLL]: tx lock deadlock fix by Stephen Hemminger · 17 years ago
  86. 5131a18 SCTP: lock_sock_nested in sctp_sock_migrate by Zach Brown · 17 years ago
  87. 5b5a60d [NET]: Make skb_seq_read unmap the last fragment by Olaf Kirch · 17 years ago
  88. 515e06c [NET]: Re-enable irqs before pushing pending DMA requests by Shannon Nelson · 17 years ago
  89. ddb61a5 [TCP] tcp_read_sock: Allow recv_actor() return return negative error value. by Jens Axboe · 17 years ago
  90. 64beb8f [TIPC]: Fix infinite loop in netlink handler by Florian Westphal · 17 years ago
  91. dbbeb2f [SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmark by Patrick McHardy · 17 years ago
  92. 6d5b78c [IPV6] NDISC: Fix thinko to control Router Preference support. by YOSHIFUJI Hideaki · 17 years ago
  93. e2d8e31 [NETFILTER]: nfctnetlink: Don't allow to change helper by Yasuyuki Kozakai · 17 years ago
  94. d258131 [NETFILTER]: nf_conntrack_sip: add missing message types containing RTP info by Jerome Borsboom · 17 years ago
  95. 186e234 SCTP: Fix sctp_getsockopt_get_peer_addrs by Neil Horman · 17 years ago
  96. 408f22e SCTP: update sctp_getsockopt helpers to allow oversized buffers by Neil Horman · 17 years ago
  97. 19e6454 [AF_RXRPC]: Return the number of bytes buffered in rxrpc_send_data() by David Howells · 17 years ago
  98. cc0191a [IPVS]: Fix state variable on failure to start ipvs threads by Neil Horman · 17 years ago
  99. 2812161 [XFRM]: Fix MTU calculation for non-ESP SAs by Patrick McHardy · 17 years ago
  100. 16c61ad [RXRPC] net/rxrpc/ar-connection.c: fix NULL dereference by Adrian Bunk · 17 years ago