1. 1b04ab4 [NETFILTER]: fix ebtable targets return by Joonwoo Park · 16 years ago
  2. 34cc7ba [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. by Pavel Emelyanov · 16 years ago
  3. 55b01e8 [NET]: Restore sanity wrt. print_mac(). by David S. Miller · 16 years ago
  4. bc4bf5f [NEIGH]: Fix race between neighbor lookup and table's hash_rnd update. by Pavel Emelyanov · 16 years ago
  5. 1840bb1 [RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINK by Thomas Graf · 16 years ago
  6. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 16 years ago
  7. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 17 years ago
  8. da12f73 [NETNS]: Namespace leak in pneigh_lookup. by Denis V. Lunev · 17 years ago
  9. 5f31886 [SCTP]: Pick up an orphaned sctp_sockets_allocated counter. by Pavel Emelyanov · 17 years ago
  10. 27ecb1f [NETFILTER]: xt_iprange: fix subtraction-based comparison by Jan Engelhardt · 17 years ago
  11. 7d9904c [NETFILTER]: xt_hashlimit: remove unneeded struct member by Jan Engelhardt · 17 years ago
  12. eb1197b [NETFILTER]: Fix incorrect use of skb_make_writable by Joonwoo Park · 17 years ago
  13. f449b3b [NETFILTER]: xt_u32: drop the actually unused variable from u32_match_it by Pavel Emelyanov · 17 years ago
  14. e2b58a6 [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data by Patrick McHardy · 17 years ago
  15. 94cb150 ipv4/fib_hash.c: fix NULL dereference by Adrian Bunk · 17 years ago
  16. 15e29b8 net/9p/trans_virtio.c: kmalloc() enough memory by Adrian Bunk · 17 years ago
  17. 76e8730 [RTNL]: Add missing link netlink attribute policy definitions by Thomas Graf · 17 years ago
  18. 12aa343 [NET]: Messed multicast lists after dev_mc_sync/unsync by Jorge Boncompte [DTI2] · 17 years ago
  19. 07ce198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  20. 2df96af [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route. by Pavel Emelyanov · 17 years ago
  21. 9937ded [IPV6]: dst_entry leak in ip4ip6_err. (resend) by Denis V. Lunev · 17 years ago
  22. 8ac62dc bluetooth: do not move child device other than rfcomm by Dave Young · 17 years ago
  23. 0cd63c8 bluetooth: put hci dev after del conn by Dave Young · 17 years ago
  24. 988d009 [BLUETOOTH] hci_sysfs.c: Kill build warning. by David S. Miller · 17 years ago
  25. 235365f net/8021q/vlan_dev.c: Use print_mac. by Joe Perches · 17 years ago
  26. b791160 [XFRM]: Fix ordering issue in xfrm_dst_hash_transfer(). by YOSHIFUJI Hideaki · 17 years ago
  27. 8245302 [BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros by S.Çağlar Onur · 17 years ago
  28. 5ee46e5 [IPV6]: Fix hardcoded removing of old module code by Wang Chen · 17 years ago
  29. 05705e4 [NETLABEL]: Move some initialization code into __init section. by Pavel Emelyanov · 17 years ago
  30. 227c43c [NETLABEL]: Shrink the genl-ops registration code. by Pavel Emelyanov · 17 years ago
  31. f47b725 [AX25] ax25_out: check skb for NULL in ax25_kick() by Jarek Poplawski · 17 years ago
  32. 9bf1d83 [TCP]: Fix tcp_v4_send_synack() comment by Kris Katterjohn · 17 years ago
  33. 9c00409 [IPV4]: fix alignment of IP-Config output by Uwe Kleine-Koenig · 17 years ago
  34. d6584f3 net/9p/trans_virtio.c: Use BUG_ON by Julia Lawall · 17 years ago
  35. 163e3cb net/rxrpc: Use BUG_ON by Julia Lawall · 17 years ago
  36. 9ff5660 Revert "[NDISC]: Fix race in generic address resolution" by David S. Miller · 17 years ago
  37. 93b2d4a Revert "[RTNETLINK]: Send a single notification on device state changes." by David S. Miller · 17 years ago
  38. 42fe95c Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  39. ceffefd mac80211: Fix initial hardware configuration by Michael Buesch · 17 years ago
  40. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  41. 997b37d [NET]: Make sure sockets implement splice_read by Rémi Denis-Courmont · 17 years ago
  42. b5c15fc [IPV6]: Fix reversed local_df test in ip6_fragment by Herbert Xu · 17 years ago
  43. 1d957f9 Introduce path_put() by Jan Blunck · 17 years ago
  44. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
  45. 073a371 [XFRM]: Avoid bogus BUG() when throwing new policy away. by YOSHIFUJI Hideaki · 17 years ago
  46. a4d6b8a [AF_KEY]: Fix bug in spdadd by Kazunori MIYAZAWA · 17 years ago
  47. d0c1fd7 [NETFILTER] nf_conntrack_proto_tcp.c: Mistyped state corrected. by Jozsef Kadlecsik · 17 years ago
  48. 0f4bda0 net: xfrm statistics depend on INET by Paul Mundt · 17 years ago
  49. cbc2005 SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async by Trond Myklebust · 17 years ago
  50. f51f5ec [NETFILTER]: make secmark_tg_destroy() static by Adrian Bunk · 17 years ago
  51. 324b576 [INET]: Unexport inet_listen_wlock by Adrian Bunk · 17 years ago
  52. 74da4d3 [INET]: Unexport __inet_hash_connect by Adrian Bunk · 17 years ago
  53. bc2cda1 docbook: make a networking book and fix a few errors by Randy Dunlap · 17 years ago
  54. 65b6e42 docbook: sunrpc filenames and notation fixes by Randy Dunlap · 17 years ago
  55. b5606c2 remove final fastcall users by Harvey Harrison · 17 years ago
  56. d8b2a4d [NET]: Fix race in dev_close(). (Bug 9750) by Matti Linnanvuori · 17 years ago
  57. b318e0e [IPSEC]: Fix bogus usage of u64 on input sequence number by Herbert Xu · 17 years ago
  58. 45b5035 [RTNETLINK]: Send a single notification on device state changes. by Laszlo Attila Toth · 17 years ago
  59. 370125f [NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef CONFIG_IPV6. by Pavel Emelyanov · 17 years ago
  60. 56628b1 [NETLABEL]: Don't produce unused variables when IPv6 is off. by Pavel Emelyanov · 17 years ago
  61. 94de7fe [NETLABEL]: Compilation for CONFIG_AUDIT=n case. by Pavel Emelyanov · 17 years ago
  62. 910d6c3 [GENETLINK]: Relax dances with genl_lock. by Pavel Emelyanov · 17 years ago
  63. 4c3a0a2 [NETLABEL]: Fix lookup logic of netlbl_domhsh_search_def. by Pavel Emelyanov · 17 years ago
  64. fee54fa [NET]: Fix comment for skb_pull_rcsum by Urs Thuermann · 17 years ago
  65. 28a8945 [IPV6]: Fix IPsec datagram fragmentation by Herbert Xu · 17 years ago
  66. 69cc64d [NDISC]: Fix race in generic address resolution by David S. Miller · 17 years ago
  67. e848b58 [AX25] ax25_ds_timer: use mod_timer instead of add_timer by Jarek Poplawski · 17 years ago
  68. 21fab4a [AX25] ax25_timer: use mod_timer instead of add_timer by Jarek Poplawski · 17 years ago
  69. 4de211f [AX25] ax25_route: make ax25_route_lock BH safe by Jarek Poplawski · 17 years ago
  70. 1105b5d [AX25] af_ax25: remove sock lock in ax25_info_show() by Jarek Poplawski · 17 years ago
  71. 8315f5d fib_trie: /proc/net/route performance improvement by Stephen Hemminger · 17 years ago
  72. ec28cf7 fib_trie: handle empty tree by Stephen Hemminger · 17 years ago
  73. e4f8b5d [IPV4]: Remove IP_TOS setting privilege checks. by David S. Miller · 17 years ago
  74. 0c0d61c Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  75. bb50c80 SUNPRC: Fix printk format warning by Roland Dreier · 17 years ago
  76. 30ddb15 [PKT_SCHED] ematch: Fix build warning. by David S. Miller · 17 years ago
  77. 2134745 [NET_SCHED] sch_htb: htb_requeue fix by Jarek Poplawski · 17 years ago
  78. 238fc7e [IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_metric. by Rami Rosen · 17 years ago
  79. 954415e [PKT_SCHED] ematch: tcf_em_destroy robustness by Stephen Hemminger · 17 years ago
  80. ed7af3b [PKT_SCHED]: deinline functions in meta match by Stephen Hemminger · 17 years ago
  81. 8ff65b4 [SCTP]: Convert sctp_dbg_objcnt to seq files. by Pavel Emelyanov · 17 years ago
  82. 3f5340a [SCTP]: Use snmp_fold_field instead of a homebrew analogue. by Pavel Emelyanov · 17 years ago
  83. cd557bc [IGMP]: Optimize kfree_skb in igmp_rcv. by Denis V. Lunev · 17 years ago
  84. bd2f747 [KEY]: Convert net/pfkey to use seq files. by Pavel Emelyanov · 17 years ago
  85. 61145aa [KEY]: Clean up proc files creation a bit. by Pavel Emelyanov · 17 years ago
  86. 268bcca [PKT_SCHED] ematch: oops from uninitialized variable (resend) by Stephen Hemminger · 17 years ago
  87. ab1ecba Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 17 years ago
  88. 3668805 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  89. cbdc738 namespaces: mark NET_NS with "depends on NAMESPACES" by Pavel Emelyanov · 17 years ago
  90. dd5a184 [IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGN by Eric Dumazet · 17 years ago
  91. fca09fb [DECNET] ROUTE: remove unecessary alignment by Eric Dumazet · 17 years ago
  92. 405137d [IPSEC]: Add support for aes-ctr. by Joy Latten · 17 years ago
  93. bca65ea [TIPC]: declare proto_ops structures as 'const'. by Florian Westphal · 17 years ago
  94. 86121fe [TIPC]: Kill unused static inline (x5) by Ilpo Järvinen · 17 years ago
  95. 04f217a [TC]: oops in em_meta by Stephen Hemminger · 17 years ago
  96. f2a7799 [AF_IUCV]: defensive programming of iucv_callback_txdone by Ursula Braun · 17 years ago
  97. d444472 [AF_IUCV]: broken send_skb_q results in endless loop by Ursula Braun · 17 years ago
  98. 435bc9d [IUCV]: wrong irq-disabling locking at module load time by Ursula Braun · 17 years ago
  99. a219994 [CAN]: Minor clean-ups by Urs Thuermann · 17 years ago
  100. a2fea5f [CAN]: Move proto_{,un}register() out of spin-locked region by Urs Thuermann · 17 years ago