1. 5b023fc netfilter: enable per netns support for nf_loggers by Gao feng · 11 years ago
  2. 9368a53 netfilter: nfnetlink_log: add net namespace support for nfnetlink_log by Gao feng · 11 years ago
  3. 3554306 netfilter: ipt_ULOG: add net namespace support for ipt_ULOG by Gao feng · 11 years ago
  4. 5b175b7 netfilter: ebt_ulog: add net namespace support for ebt_ulog by Gao feng · 11 years ago
  5. 69b34fb netfilter: xt_LOG: add net namespace support for xt_LOG by Gao feng · 11 years ago
  6. 7d27892 netfilter: ebt_log: add net namespace support for ebt_log by Gao feng · 11 years ago
  7. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  8. f3c1a44 netfilter: make /proc/net/netfilter pernet by Gao feng · 11 years ago
  9. 152b0f5 netfilter: fix struct ip6t_frag field description by Michal Kubeček · 11 years ago
  10. 5c33448 netfilter: xt_NFQUEUE: coalesce IPv4 and IPv6 hashing by holger@eitzenberger.org · 11 years ago
  11. 8746ddc netfilter: xt_NFQUEUE: introduce CPU fanout by holger@eitzenberger.org · 11 years ago
  12. f016588 netfilter: use IS_ENABLE to replace if defined in TRACE target by Gao feng · 11 years ago
  13. ac69269 ipvs: do not disable bh for long time by Julian Anastasov · 11 years ago
  14. ceec4c3 ipvs: convert services to rcu by Julian Anastasov · 11 years ago
  15. 413c2d04 ipvs: convert dests to rcu by Julian Anastasov · 11 years ago
  16. ba3a3ce ipvs: convert sched_lock to spin lock by Julian Anastasov · 11 years ago
  17. ed3ffc4 ipvs: do not expect result from done_service by Julian Anastasov · 11 years ago
  18. 578bc3e ipvs: reorganize dest trash by Julian Anastasov · 11 years ago
  19. 08cb2d0 ipvs: convert wrr scheduler to rcu by Julian Anastasov · 11 years ago
  20. b310faa ipvs: convert wlc scheduler to rcu by Julian Anastasov · 11 years ago
  21. 1acb7f6 ipvs: convert sh scheduler to rcu by Julian Anastasov · 11 years ago
  22. 9be52ab ipvs: convert sed scheduler to rcu by Julian Anastasov · 11 years ago
  23. c0d0c0a ipvs: convert rr scheduler to rcu by Julian Anastasov · 11 years ago
  24. f92ea8f ipvs: convert nq scheduler to rcu by Julian Anastasov · 11 years ago
  25. 4ebd288 ipvs: convert lc scheduler to rcu by Julian Anastasov · 11 years ago
  26. c554957 ipvs: convert lblcr scheduler to rcu by Julian Anastasov · 11 years ago
  27. c2a4ffb ipvs: convert lblc scheduler to rcu by Julian Anastasov · 11 years ago
  28. 8f3d002 ipvs: convert dh scheduler to rcu by Julian Anastasov · 11 years ago
  29. fca9c20 ipvs: add ip_vs_dest_hold and ip_vs_dest_put by Julian Anastasov · 11 years ago
  30. 6b6df46 ipvs: preparations for using rcu in schedulers by Julian Anastasov · 11 years ago
  31. 71dfa98 ipvs: change ip_vs_sched_lock to mutex by Julian Anastasov · 11 years ago
  32. 9a05475c ipvs: avoid kmem_cache_zalloc in ip_vs_conn_new by Julian Anastasov · 11 years ago
  33. 1845ed0 ipvs: reorder keys in connection structure by Julian Anastasov · 11 years ago
  34. 088339a ipvs: convert connection locking by Julian Anastasov · 11 years ago
  35. 60b6aa3 ipvs: convert locks used in persistence engines by Julian Anastasov · 11 years ago
  36. 276472e ipvs: remove rs_lock by using RCU by Julian Anastasov · 11 years ago
  37. 363c97d ipvs: convert app locks by Julian Anastasov · 11 years ago
  38. 026ace0 ipvs: optimize dst usage for real server by Julian Anastasov · 11 years ago
  39. 4115ded ipvs: consolidate all dst checks on transmit in one place by Julian Anastasov · 11 years ago
  40. f11cb2c ipvs: do not use skb_share_check by Julian Anastasov · 11 years ago
  41. 183dce5 ipvs: no need to reroute anymore on DNAT over loopback by Julian Anastasov · 11 years ago
  42. d1deae4 ipvs: rename functions related to dst_cache reset by Julian Anastasov · 11 years ago
  43. b8abdf0 ipvs: convert the IP_VS_XMIT macros to functions by Julian Anastasov · 11 years ago
  44. 313eae6 ipvs: prefer NETDEV_DOWN event to free cached dsts by Julian Anastasov · 11 years ago
  45. c90558d ipvs: avoid routing by TOS for real server by Julian Anastasov · 11 years ago
  46. 932bc4d net: add skb_dst_set_noref_force by Julian Anastasov · 11 years ago
  47. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  48. 8b49a4c bnx2x: fix compilation without CONFIG_BNX2X_SRIOV by Dmitry Kravkov · 11 years ago
  49. f3d4039 tokenring: delete last holdout of CONFIG_TR by Paul Bolle · 11 years ago
  50. fbbdb8f net: fix compile error of implicit declaration of skb_probe_transport_header by Ying Xue · 11 years ago
  51. 429a22c yam: remove redundant null check on dev by Colin Ian King · 11 years ago
  52. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. 7559d97 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  54. a33e611 phy: Elimination the forced speed reduction algorithm. by Kirill Kapranov · 11 years ago
  55. 1b5ab0d net: use the frag lru_lock to protect netns_frags.nqueues update by Jesper Dangaard Brouer · 11 years ago
  56. 68399ac net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loop by Jesper Dangaard Brouer · 11 years ago
  57. 167bfa7 ppp: reuse print_hex_dump_bytes by Andy Shevchenko · 11 years ago
  58. 5a048e3 net: core: let's use native isxdigit instead of custom by Andy Shevchenko · 11 years ago
  59. 05fcaea bnx2x: Cosmetic changes by Yaniv Rosner · 11 years ago
  60. 669d6996 bnx2x: Support reading I2C EEPROM SFF8472 by Yaniv Rosner · 11 years ago
  61. 1d6f3cd bnx2x: Prevent VF race by Dmitry Kravkov · 11 years ago
  62. 2177653 bnx2x: Fix VF outer vlan removal by Ariel Elior · 11 years ago
  63. 5b0752c bnx2x: Fix VF statistics by Ariel Elior · 11 years ago
  64. 1093860 bnx2x: missing ARI should not be lethal by Ariel Elior · 11 years ago
  65. 60cde81 bnx2x: Fix AER semaphore release by Yuval Mintz · 11 years ago
  66. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 11 years ago
  67. 5203cd2 net: core: introduce skb_probe_transport_header() by Jason Wang · 11 years ago
  68. e5d5dec net: core: let skb_partial_csum_set() set transport header by Jason Wang · 11 years ago
  69. 7d3ac5c ptp_pch: eliminate a number of sparse warnings by Sahara · 11 years ago
  70. a8c4528 Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  71. 3e84f48 vfs/splice: Fix missed checks in new __kernel_write() helper by Al Viro · 11 years ago
  72. 21c11bc can: bfin_can: declare locally used functions static by Marc Kleine-Budde · 12 years ago
  73. 612b2a9 can: mcp251x: Use dev_pm_ops by Lars-Peter Clausen · 11 years ago
  74. 01b8807 can: mcp251x: Use module_spi_driver by Lars-Peter Clausen · 11 years ago
  75. 4c2e33f can: mcp251x: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 11 years ago
  76. 5d1eb37 can: Kconfig: CAN_AT91 depends on ARM by Ludovic Desroches · 11 years ago
  77. 3078cde7 can: at91_can: add dt support by Ludovic Desroches · 11 years ago
  78. c2a2876 iommu/amd: Make sure dma_ops are set for hotplug devices by Joerg Roedel · 11 years ago
  79. 6bdeaba 6lowpan: use IEEE802154_ADDR_LEN instead of a magic number by Tony Cheneau · 11 years ago
  80. ababf38 6lowpan: fix a small formatting issue by Tony Cheneau · 11 years ago
  81. 028889b ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ON by stefan@datenfreihafen.org · 11 years ago
  82. 1486774 ieee802154/at86rf230: Implement hardware address filter callback. by stefan@datenfreihafen.org · 11 years ago
  83. 6364e6e ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 11 years ago
  84. 5abb002 VXLAN: Fix sparse warnings. by Pravin B Shelar · 11 years ago
  85. de55eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  86. e8cd816 vt: synchronize_rcu() under spinlock is not nice... by Al Viro · 11 years ago
  87. 7ea600b Nest rename_lock inside vfsmount_lock by Al Viro · 11 years ago
  88. b175293 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  89. 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  90. 330305c ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  91. 9fe16b7 bonding: remove already created master sysfs link on failure by Veaceslav Falico · 11 years ago
  92. d4ec1b5 MAINTAINERS: Update qlge maintainers list by Shahed Shaikh · 11 years ago
  93. 96d2222 net: fec: TX Buffer incorrectly initialized by Jim Baxter · 11 years ago
  94. c0db64c Merge branch 'stmmac' by David S. Miller · 11 years ago
  95. 94fbbbf stmmac: update the Doc and Version (PTP+SGMII) by Giuseppe CAVALLARO · 11 years ago
  96. 92ba688 stmmac: add the support for PTP hw clock driver by Rayagond Kokatanur · 11 years ago
  97. 891434b stmmac: add IEEE PTPv1 and PTPv2 support. by Rayagond Kokatanur · 11 years ago
  98. cf32dee stmmac: add tx_skbuff_dma to save descriptors used by PTP by Rayagond Kokatanur · 11 years ago
  99. e58bb43 stmmac: initial support to manage pcs modes by Giuseppe CAVALLARO · 11 years ago
  100. 0982a0f stmmac: start adding pcs and rgmii core irq by Giuseppe CAVALLARO · 11 years ago