1. d166582 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  2. b8dd6a2 netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling by Hannes Frederic Sowa · 12 years ago
  3. 12202fa netfilter: remove unneeded variable proc_net_netfilter by Pablo Neira Ayuso · 12 years ago
  4. e817961 netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queue by Gao feng · 12 years ago
  5. 5b023fc netfilter: enable per netns support for nf_loggers by Gao feng · 12 years ago
  6. 9368a53 netfilter: nfnetlink_log: add net namespace support for nfnetlink_log by Gao feng · 12 years ago
  7. 3554306 netfilter: ipt_ULOG: add net namespace support for ipt_ULOG by Gao feng · 12 years ago
  8. 5b175b7e netfilter: ebt_ulog: add net namespace support for ebt_ulog by Gao feng · 12 years ago
  9. 69b34fb netfilter: xt_LOG: add net namespace support for xt_LOG by Gao feng · 12 years ago
  10. 7d27892 netfilter: ebt_log: add net namespace support for ebt_log by Gao feng · 12 years ago
  11. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 12 years ago
  12. f3c1a44 netfilter: make /proc/net/netfilter pernet by Gao feng · 12 years ago
  13. 19952cc net: frag queue per hash bucket locking by Jesper Dangaard Brouer · 12 years ago
  14. d662483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  15. 8facd5f net: fix smatch warnings inside datagram_poll by Jacob Keller · 12 years ago
  16. 990454b VSOCK: Handle changes to the VMCI context ID. by Reilly Grant · 12 years ago
  17. 25fb6ca4 net IPv6 : Fix broken IPv6 routing table after loopback down-up by Balakumaran Kannan · 12 years ago
  18. 5e404cd ipconfig: add informative timeout messages while waiting for carrier by Paul Gortmaker · 12 years ago
  19. f0f6ee1 cbq: incorrect processing of high limits by Vasily Averin · 12 years ago
  20. 4a0b5ec bridge: remove a redundant synchronize_net() by Eric Dumazet · 12 years ago
  21. 5c33448 netfilter: xt_NFQUEUE: coalesce IPv4 and IPv6 hashing by holger@eitzenberger.org · 12 years ago
  22. 8746ddc netfilter: xt_NFQUEUE: introduce CPU fanout by holger@eitzenberger.org · 12 years ago
  23. f016588 netfilter: use IS_ENABLE to replace if defined in TRACE target by Gao feng · 12 years ago
  24. ac69269 ipvs: do not disable bh for long time by Julian Anastasov · 12 years ago
  25. ceec4c3 ipvs: convert services to rcu by Julian Anastasov · 12 years ago
  26. 413c2d04 ipvs: convert dests to rcu by Julian Anastasov · 12 years ago
  27. ba3a3ce ipvs: convert sched_lock to spin lock by Julian Anastasov · 12 years ago
  28. ed3ffc4 ipvs: do not expect result from done_service by Julian Anastasov · 12 years ago
  29. 578bc3e ipvs: reorganize dest trash by Julian Anastasov · 12 years ago
  30. 08cb2d0 ipvs: convert wrr scheduler to rcu by Julian Anastasov · 12 years ago
  31. b310faa ipvs: convert wlc scheduler to rcu by Julian Anastasov · 12 years ago
  32. 1acb7f6 ipvs: convert sh scheduler to rcu by Julian Anastasov · 12 years ago
  33. 9be52ab ipvs: convert sed scheduler to rcu by Julian Anastasov · 12 years ago
  34. c0d0c0a ipvs: convert rr scheduler to rcu by Julian Anastasov · 12 years ago
  35. f92ea8f ipvs: convert nq scheduler to rcu by Julian Anastasov · 12 years ago
  36. 4ebd288 ipvs: convert lc scheduler to rcu by Julian Anastasov · 12 years ago
  37. c554957 ipvs: convert lblcr scheduler to rcu by Julian Anastasov · 12 years ago
  38. c2a4ffb ipvs: convert lblc scheduler to rcu by Julian Anastasov · 12 years ago
  39. 8f3d002 ipvs: convert dh scheduler to rcu by Julian Anastasov · 12 years ago
  40. fca9c20 ipvs: add ip_vs_dest_hold and ip_vs_dest_put by Julian Anastasov · 12 years ago
  41. 6b6df46 ipvs: preparations for using rcu in schedulers by Julian Anastasov · 12 years ago
  42. 71dfa98 ipvs: change ip_vs_sched_lock to mutex by Julian Anastasov · 12 years ago
  43. 9a05475c ipvs: avoid kmem_cache_zalloc in ip_vs_conn_new by Julian Anastasov · 12 years ago
  44. 1845ed0 ipvs: reorder keys in connection structure by Julian Anastasov · 12 years ago
  45. 088339a ipvs: convert connection locking by Julian Anastasov · 12 years ago
  46. 60b6aa3 ipvs: convert locks used in persistence engines by Julian Anastasov · 12 years ago
  47. 276472e ipvs: remove rs_lock by using RCU by Julian Anastasov · 12 years ago
  48. 363c97d ipvs: convert app locks by Julian Anastasov · 12 years ago
  49. 026ace0 ipvs: optimize dst usage for real server by Julian Anastasov · 12 years ago
  50. 4115ded ipvs: consolidate all dst checks on transmit in one place by Julian Anastasov · 12 years ago
  51. f11cb2c ipvs: do not use skb_share_check by Julian Anastasov · 12 years ago
  52. 183dce5 ipvs: no need to reroute anymore on DNAT over loopback by Julian Anastasov · 12 years ago
  53. d1deae4 ipvs: rename functions related to dst_cache reset by Julian Anastasov · 12 years ago
  54. b8abdf0 ipvs: convert the IP_VS_XMIT macros to functions by Julian Anastasov · 12 years ago
  55. 313eae6 ipvs: prefer NETDEV_DOWN event to free cached dsts by Julian Anastasov · 12 years ago
  56. c90558d ipvs: avoid routing by TOS for real server by Julian Anastasov · 12 years ago
  57. 932bc4d net: add skb_dst_set_noref_force by Julian Anastasov · 12 years ago
  58. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  59. ff3421d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  60. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 12 years ago
  61. 537aadc ip_gre: don't overwrite iflink during net_dev init by Antonio Quartulli · 12 years ago
  62. 00cfec3 net: add a synchronize_net() in netdev_rx_handler_unregister() by Eric Dumazet · 12 years ago
  63. cd68ddd net: fq_codel: Fix off-by-one error by Vijay Subramanian · 12 years ago
  64. 91f3e7b net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0] by John Fastabend · 12 years ago
  65. a561cf7 net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb' by Shmulik Ladkani · 12 years ago
  66. 54a5d38 ip_tunnel: Fix off-by-one error in forming dev name. by Pravin B Shelar · 12 years ago
  67. 2781503 net: simplify the getting percpu of flow_cache by Li RongQing · 12 years ago
  68. 50eab05 net: fix the use of this_cpu_ptr by Li RongQing · 12 years ago
  69. 1c4a154 ipv6: don't accept node local multicast traffic from the wire by Hannes Frederic Sowa · 12 years ago
  70. 10c9cbb netlink: fix the warning introduced by netlink API replacement by Hong zhi guo · 12 years ago
  71. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  72. c60ee67 bridge: remove unused variable ifm by Hong zhi guo · 12 years ago
  73. 630a216 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  74. ea407f0 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  75. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
  76. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 12 years ago
  77. 0fb031f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 12 years ago
  78. ea872d7 sch: add missing u64 in psched_ratecfg_precompute() by Sergey Popovich · 12 years ago
  79. fcca143 rtnetlink: fix error return code in rtnl_link_fill() by Wei Yongjun · 12 years ago
  80. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. 1b5ab0d net: use the frag lru_lock to protect netns_frags.nqueues update by Jesper Dangaard Brouer · 12 years ago
  82. 68399ac net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loop by Jesper Dangaard Brouer · 12 years ago
  83. 5a048e3 net: core: let's use native isxdigit instead of custom by Andy Shevchenko · 12 years ago
  84. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 12 years ago
  85. e5d5dec net: core: let skb_partial_csum_set() set transport header by Jason Wang · 12 years ago
  86. 0c81465 batman-adv: use seq_puts instead of seq_printf when the format is constant by Antonio Quartulli · 12 years ago
  87. 9cb812c batman-adv: update Makefile copyright years by Antonio Quartulli · 12 years ago
  88. 9998bb7 batman-adv: Start new development cycle by Simon Wunderlich · 12 years ago
  89. cb4b0d4 batman-adv: free an hard-interface before adding it by Antonio Quartulli · 12 years ago
  90. 3dbd550 batman-adv: Allow to modify slaves of soft-interfaces through rntl_link by Sven Eckelmann · 12 years ago
  91. a4ac28c batman-adv: Allow to use rntl_link for device creation/deletion by Sven Eckelmann · 12 years ago
  92. e07932a batman-adv: rename batadv_softif_destroy to reflect sysfs use case by Marek Lindner · 12 years ago
  93. a15fd36 batman-adv: Don't always delete softif when last slave was removed by Sven Eckelmann · 12 years ago
  94. b324602 batman-adv: Move deinitialization of soft-interface to destructor by Sven Eckelmann · 12 years ago
  95. 3713029 batman-adv: Move soft-interface initialization to ndo_init by Sven Eckelmann · 12 years ago
  96. e6a0b49 batman-adv: Fix endianness errors for network coding by Martin Hundebøll · 12 years ago
  97. 6bdeaba 6lowpan: use IEEE802154_ADDR_LEN instead of a magic number by Tony Cheneau · 12 years ago
  98. ababf38 6lowpan: fix a small formatting issue by Tony Cheneau · 12 years ago
  99. 6364e6e ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 12 years ago
  100. b175293 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago