1. b2e0b38 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  2. 9bbc768 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  3. 713aefa netfilter: bridge: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  4. 5dc7a6d netfilter: xt_recent: allow changing ip_list_[ug]id at runtime by Jan Engelhardt · 14 years ago
  5. fd0ec0e netfilter: xtables: consolidate code into xt_request_find_match by Jan Engelhardt · 15 years ago
  6. d2a7b6b netfilter: xtables: make use of xt_request_find_target by Jan Engelhardt · 15 years ago
  7. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  8. 0d34545 netfilter: xtables: make use of caller family rather than target family by Jan Engelhardt · 14 years ago
  9. 2c46cd8 netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.c by Zhitong Wang · 14 years ago
  10. 1159683 netfilter: remove unused headers in net/ipv6/netfilter/ip6t_LOG.c by Zhitong Wang · 14 years ago
  11. 8bee4ba netfilter: xt extensions: use pr_<level> by Jan Engelhardt · 14 years ago
  12. be91fd5 netfilter: xtables: replace custom duprintf with pr_debug by Jan Engelhardt · 14 years ago
  13. 85bc3f3 netfilter: xtables: do not print any messages on ENOMEM by Jan Engelhardt · 14 years ago
  14. 4f948db netfilter: xtables: remove almost-unused xt_match_param.data member by Jan Engelhardt · 14 years ago
  15. aa5fa31 netfilter: xtables: make use of caller family rather than match family by Jan Engelhardt · 14 years ago
  16. 115bc8f netfilter: xtables: resort osf kconfig text by Jan Engelhardt · 14 years ago
  17. e5042a2 netfilter: xtables: limit xt_mac to ethernet devices by Jan Engelhardt · 14 years ago
  18. 1d1c397 netfilter: xtables: clean up xt_mac match routine by Jan Engelhardt · 14 years ago
  19. 7d5f7ed netfilter: xtables: do without explicit XT_ALIGN by Jan Engelhardt · 14 years ago
  20. e8a96f6 Merge branch 'master' of ../nf-2.6 by Patrick McHardy · 14 years ago
  21. c01ae81 netfilter: remove unused headers in net/netfilter/nfnetlink.c by Zhitong Wang · 14 years ago
  22. 606a9a0 netfilter: xt_recent: check for unsupported user space flags by Tim Gardner · 14 years ago
  23. 0079c5a netfilter: xt_recent: add an entry reaper by Tim Gardner · 14 years ago
  24. 5be4a4f netfilter: xt_recent: remove old proc directory by Jan Engelhardt · 14 years ago
  25. 06bf514 netfilter: xt_recent: update description by Jan Engelhardt · 14 years ago
  26. 8244f4b netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tag by Jan Engelhardt · 14 years ago
  27. 408ffaa netfilter: update my email address by Jan Engelhardt · 14 years ago
  28. b8f00ba netfilter: xtables: merge xt_CONNMARK into xt_connmark by Jan Engelhardt · 14 years ago
  29. 28b9498 netfilter: xtables: merge xt_MARK into xt_mark by Jan Engelhardt · 15 years ago
  30. 44c5873 netfilter: xtables: add comment markers to Xtables Kconfig by Jan Engelhardt · 14 years ago
  31. f76a47c netfilter: xt_NFQUEUE: consolidate v4/v6 targets into one by Jan Engelhardt · 15 years ago
  32. 076f783 netfilter: xt_CT: par->family is an nfproto by Jan Engelhardt · 14 years ago
  33. ff6e216 net: convert multiple drivers to use netdev_for_each_mc_addr, part7 by Jiri Pirko · 14 years ago
  34. ca50910 tipc: Allow retransmission of cloned buffers by Neil Horman · 14 years ago
  35. 1a62483 tipc: Increase frequency of load distribution over broadcast link by Neil Horman · 14 years ago
  36. 10708f3 net: core: add IFLA_STATS64 support by Jan Engelhardt · 14 years ago
  37. 6ce1a6d net: tcp: make veno selectable as default congestion module by Jan Engelhardt · 14 years ago
  38. dd2acaa net: tcp: make hybla selectable as default congestion module by Jan Engelhardt · 14 years ago
  39. 2fb3573 net: remove rcu locking from fib_rules_event() by Eric Dumazet · 14 years ago
  40. 14bb478 bridge: per-cpu packet statistics (v3) by stephen hemminger · 14 years ago
  41. 0a9627f rps: Receive Packet Steering by Tom Herbert · 14 years ago
  42. 768bbed RDS: Enable per-cpu workqueue threads by Tina Yang · 14 years ago
  43. 561c7df RDS: Do not call set_page_dirty() with irqs off by Andy Grover · 14 years ago
  44. 450d06c RDS: Properly unmap when getting a remote access error by Sherman Pun · 14 years ago
  45. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  46. 550a800 RDS: Fix locking in rds_send_drop_to() by Tina Yang · 14 years ago
  47. 9706978 RDS: Turn down alarming reconnect messages by Andy Grover · 14 years ago
  48. 571c02f RDS: Workaround for in-use MRs on close causing crash by Andy Grover · 14 years ago
  49. 048c15e RDS: Fix send locking issue by Tina Yang · 14 years ago
  50. 2e7b3b9 RDS: Fix congestion issues for loopback by Andy Grover · 14 years ago
  51. 8e82376 RDS/TCP: Wait to wake thread when write space available by Andy Grover · 14 years ago
  52. b075cfd RDS: update copy_to_user state in tcp transport by Andy Grover · 14 years ago
  53. 1123fd7 RDS: sendmsg() should check sndtimeo, not rcvtimeo by Andy Grover · 14 years ago
  54. 735f61e RDS: Do not BUG() on error returned from ib_post_send by Andy Grover · 14 years ago
  55. 87faf3c bridge: Make first arg to deliver_clone const. by David S. Miller · 14 years ago
  56. 32dec5d bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  57. 858a18a route: Fix caught BUG_ON during rt_secret_rebuild_oneshot() by Vitaliy Gusev · 14 years ago
  58. 8440853 bridge br_multicast: Fix skb leakage in error path. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  59. 0ba8c9e bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  60. 21edbb2 NET: netpoll, fix potential NULL ptr dereference by Jiri Slaby · 14 years ago
  61. a2f46ee tipc: fix lockdep warning on address assignment by Neil Horman · 14 years ago
  62. 7f7708f bridge: Fix br_forward crash in promiscuous mode by Michael Braun · 14 years ago
  63. 0821ec5 bridge: Move NULL mdb check into br_mdb_ip_get by Herbert Xu · 14 years ago
  64. 4961e02 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  65. d14a0eb net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation by Gerrit Renker · 14 years ago
  66. a1ca14a phonet: use for_each_set_bit() by Akinobu Mita · 14 years ago
  67. 1da05f5 netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUAD by Joe Perches · 14 years ago
  68. ceb804c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  69. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  70. bec68ff bridge: ensure to unlock in error path in br_multicast_query(). by YOSHIFUJI Hideaki · 14 years ago
  71. e2577a0 ipv6: Send netlink notification when DAD fails by Herbert Xu · 14 years ago
  72. a003460 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  73. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 14 years ago
  74. 86c8437 net/9p: Add sysfs mount_tag file for virtio 9P device by Aneesh Kumar K.V · 14 years ago
  75. 97ee9b0 net/9p: Use the tag name in the config space for identifying mount point by Aneesh Kumar K.V · 14 years ago
  76. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  77. 964ad81 ipconfig: Handle devices which take some time to come up. by David S. Miller · 14 years ago
  78. 51f5f8c mac80211: Fix memory leak in ieee80211_if_write() by Eric Dumazet · 14 years ago
  79. 2a13052 mac80211: Fix (dynamic) power save entry by Juuso Oikarinen · 14 years ago
  80. 38a679a mac80211: Fix sta_mtx unlocking on insert STA failure path by Jouni Malinen · 14 years ago
  81. 3041f51 net: Fix dev_mc_add() by Eric Dumazet · 14 years ago
  82. 0a14150 net: Annotates neigh_invalidate() by Eric Dumazet · 14 years ago
  83. bb134d5 tcp: Fix tcp_v4_rcv() by Eric Dumazet · 14 years ago
  84. de58657 tipc: filter out messages not intended for this host by Neil Horman · 14 years ago
  85. d88dca7 tipc: fix endianness on tipc subscriber messages by Neil Horman · 14 years ago
  86. f5c445e ethtool: Use noinline_for_stack by Eric Dumazet · 14 years ago
  87. 81160e66 net/sunrpc: Convert (void)snprintf to snprintf by Joe Perches · 14 years ago
  88. fc0b5791 net/sunrpc: Remove uses of NIPQUAD, use %pI4 by Joe Perches · 14 years ago
  89. 28b2774 tcp: Fix tcp_make_synack() by Eric Dumazet · 14 years ago
  90. 9837638 net: fix route cache rebuilds by Eric Dumazet · 14 years ago
  91. 6cce09f tcp: Add SNMP counters for backlog and min_ttl drops by Eric Dumazet · 14 years ago
  92. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  93. 0898f99 netfilter: ebt_ip6: Use ipv6_masked_addr_cmp() by YOSHIFUJI Hideaki · 14 years ago
  94. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  95. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  96. 10cc2b5 bridge: Fix RCU race in br_multicast_stop by Herbert Xu · 14 years ago
  97. 49f5fcf bridge: Use RCU list primitive in __br_mdb_ip_get by Herbert Xu · 14 years ago
  98. 0c9a2ac ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  99. 72150e9 sock.c: potential null dereference by Dan Carpenter · 14 years ago
  100. 02a780c bridge: cleanup: remove unneed check by Dan Carpenter · 14 years ago