1. c60cd8c Merge branch 'cxgb4-next' by David S. Miller · 9 years ago
  2. 637d3e9 cxgb4: Discard the packet if the length is greater than mtu by Hariprasad Shenai · 9 years ago
  3. a3bfb61 cxgb4: Move SGE Ingress DMA state monitor code to a new routine by Hariprasad Shenai · 9 years ago
  4. 982b81e cxgb4: Add device node to ULD info by Hariprasad Shenai · 9 years ago
  5. b8b1ae9 cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq() by Hariprasad Shenai · 9 years ago
  6. 145ef8a cxgb4: Enable congestion notification from SGE for IQs and FLs. by Hariprasad Shenai · 9 years ago
  7. 1343299 cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold by Hariprasad Shenai · 9 years ago
  8. 6decd63 rhashtable-test: Fix 64bit division by Thomas Graf · 9 years ago
  9. c936a79 rhashtable: Simplify iterator code by Thomas Graf · 9 years ago
  10. 1a376de Merge branch 'ipvlan-mcast' by David S. Miller · 9 years ago
  11. f631c44 ipvlan: Always set broadcast bit in multicast filter by Mahesh Bandewar · 9 years ago
  12. ba35f85 ipvlan: Defer multicast / broadcast processing to a work-queue by Mahesh Bandewar · 9 years ago
  13. 76061d9 Merge branch 'eth_proto_is_802_3' by David S. Miller · 9 years ago
  14. 9545b22 vlan: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  15. 6713fc9 openvswitch: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  16. d181ddc ipv4/ip_tunnel_core: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  17. 27cf6a6 ebtables: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  18. 2c7a88c etherdev: Fix sparse error, make test usable by other functions by Alexander Duyck · 9 years ago
  19. 784b58a bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP frames by Bernhard Thaler · 9 years ago
  20. cd8ae85 tcp: provide SYN headers for passive connections by Eric Dumazet · 9 years ago
  21. f603f1f mac80211: remove useless skb->encapsulation check by Johannes Berg · 9 years ago
  22. 8d5c258 mac80211: make LED triggering depend on activation by Johannes Berg · 9 years ago
  23. f5c4ae0 mac80211: make LED trigger names const by Johannes Berg · 9 years ago
  24. 56ff510 mac80211: clean up station debugfs by Johannes Berg · 9 years ago
  25. f83f1c1 mac80211: remove sta->tx_fragments counter by Johannes Berg · 9 years ago
  26. c206ca6 mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS by Johannes Berg · 9 years ago
  27. f116043 mac80211: clean up global debugfs statistics by Johannes Berg · 9 years ago
  28. fcba67c net: fix two sparse warnings introduced by IGMP/MLD parsing exports by Linus Lüssing · 9 years ago
  29. f916158 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  30. c373dac Merge branch 'tipc-topology-cleanup' by David S. Miller · 9 years ago
  31. 90bdfcb tipc: deal with return value of tipc_conn_new callback by Ying Xue · 9 years ago
  32. a13683f tipc: adjust locking policy of subscription by Ying Xue · 9 years ago
  33. 00bc00a tipc: involve reference counter for subscriber by Ying Xue · 9 years ago
  34. 1b76482 tipc: introduce tipc_subscrb_create routine by Ying Xue · 9 years ago
  35. 57f1d18 tipc: rename functions defined in subscr.c by Ying Xue · 9 years ago
  36. 29a1ff6 Merge branch 'igmp_mld_export' by David S. Miller · 9 years ago
  37. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 9 years ago
  38. 3c9e4f8 bridge: multicast: call skb_checksum_{simple_, }validate by Linus Lüssing · 9 years ago
  39. c19ae86 tc: remove unused redirect ttl by Jamal Hadi Salim · 9 years ago
  40. a1e869d ixgbe: Use a signed type to hold error codes by Mark Rustad · 9 years ago
  41. cb2effe ixgbe: Release semaphore bits in the right order by Mark Rustad · 9 years ago
  42. ae14a1d ixgbe: Fix IOSF SB access issues by Mark Rustad · 9 years ago
  43. 30544af e1000e: fix call to do_div() to use u64 arg by Jeff Kirsher · 9 years ago
  44. 55e7fe5 e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo frames by Alexander Duyck · 9 years ago
  45. 8084b86 e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size by Alexander Duyck · 9 years ago
  46. ac7c1c5 e100: don't initialize int object to zero by Jean Sacren · 9 years ago
  47. 8cfb879 igb: simplify and clean up igb_enable_mas() by Todd Fujinaka · 9 years ago
  48. 4256af6 Merge branch 'via-rhine-rework' by David S. Miller · 9 years ago
  49. 3a5a883 via-rhine: close SMP transmit races. by françois romieu · 9 years ago
  50. e1efa87 via-rhine: dma_wmb transmit barrier. by françois romieu · 9 years ago
  51. 810f19b via-rhine: add consistent memory barrier in vlan receive code. by françois romieu · 9 years ago
  52. 62ca1ba via-rhine: kiss rx_head_desc goodbye. by françois romieu · 9 years ago
  53. 8709bb2 via-rhine: forbid holes in the receive descriptor ring. by françois romieu · 9 years ago
  54. 4d1fd9c via-rhine: gotoize rhine_open error path. by françois romieu · 9 years ago
  55. a21bb8b via-rhine: allocate and map receive buffer in a single transaction by françois romieu · 9 years ago
  56. e45af49 via-rhine: commit receive buffer address before descriptor status update. by françois romieu · 9 years ago
  57. 7c9a2ee Merge branch 'flow_keys_digest' by David S. Miller · 9 years ago
  58. 2e99403 sch_choke: Use flow_keys_digest by Tom Herbert · 9 years ago
  59. 2f59e1e net: Add flow_keys digest by Tom Herbert · 9 years ago
  60. ada1dba sched: Call skb_get_hash_perturb in sch_sfq by Tom Herbert · 9 years ago
  61. 63c0ad4 sched: Call skb_get_hash_perturb in sch_sfb by Tom Herbert · 9 years ago
  62. f969777 sched: Call skb_get_hash_perturb in sch_hhf by Tom Herbert · 9 years ago
  63. 342db22 sched: Call skb_get_hash_perturb in sch_fq_codel by Tom Herbert · 9 years ago
  64. 50fb799 net: Add skb_get_hash_perturb by Tom Herbert · 9 years ago
  65. 6a21165 net: ipv4: route: Fix sending IGMP messages with link address by Andrew Lunn · 9 years ago
  66. 087c1a6 net: sched: run ingress qdisc without locks by Alexei Starovoitov · 9 years ago
  67. a89f96c Merge branch 'tcp_sack_rttm' by David S. Miller · 9 years ago
  68. 138998f tcp: invoke pkts_acked hook on every ACK by Kenneth Klette Jonassen · 9 years ago
  69. 31231a8 tcp: improve RTT from SACK for CC by Kenneth Klette Jonassen · 9 years ago
  70. 196da97 tcp: move struct tcp_sacktag_state to tcp_ack() by Kenneth Klette Jonassen · 9 years ago
  71. 1030822 Merge branch 'rhashtable-test' by David S. Miller · 9 years ago
  72. 67b7cbf rhashtable-test: Detect insertion failures by Thomas Graf · 9 years ago
  73. 246b23a rhashtable-test: Use walker to test bucket statistics by Thomas Graf · 9 years ago
  74. fcc5702 rhashtable-test: Do not allocate individual test objects by Thomas Graf · 9 years ago
  75. c2c8a90 rhashtable-test: Get rid of ptr in test_obj structure by Thomas Graf · 9 years ago
  76. 1aa661f rhashtable-test: Measure time to insert, remove & traverse entries by Thomas Graf · 9 years ago
  77. f54e84b rhashtable-test: Remove unused TEST_NEXPANDS by Thomas Graf · 9 years ago
  78. 7a85202 Merge branch 'eth_type_trans' by David S. Miller · 9 years ago
  79. 610986e etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr by Alexander Duyck · 9 years ago
  80. d54385c etherdev: Process is_multicast_ether_addr at same size as other operations by Alexander Duyck · 9 years ago
  81. 849b920 etherdev: Avoid unnecessary byte swap in check for Ethertype by Alexander Duyck · 9 years ago
  82. 82a584b ipv6: Flow label state ranges by Tom Herbert · 9 years ago
  83. 7035870 ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags by Martin KaFai Lau · 9 years ago
  84. 4749c3ef net: sched: remove TC_MUNGED bits by Florian Westphal · 9 years ago
  85. 7eee8cd ipv4: remove the unnecessary codes in fib_info_hash_move by Li RongQing · 9 years ago
  86. 3715544 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  87. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  88. e412d3a virtio: fix typo in vring_need_event() doc comment by Stefan Hajnoczi · 9 years ago
  89. feda5f9 virtio: pass baton to Michael Tsirkin by Rusty Russell · 9 years ago
  90. 6fa7272 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  91. a134f08 ipv4: Missing sk_nulls_node_init() in ping_unhash(). by David S. Miller · 9 years ago
  92. 629161f net: rocker: Use ether_addr_equal by Simon Horman · 9 years ago
  93. 36c8296 Merge branch 'rt6_pmtu' by David S. Miller · 9 years ago
  94. afc4eef ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer by Martin KaFai Lau · 9 years ago
  95. 4b32b5a ipv6: Stop rt6_info from using inet_peer's metrics by Martin KaFai Lau · 9 years ago
  96. 653437d ipv6: Stop /128 route from disappearing after pmtu update by Martin KaFai Lau · 9 years ago
  97. 9fbdcfa ipv6: Extend the route lookups to low priority metrics. by Steffen Klassert · 9 years ago
  98. 1f56a01 ipv6: Consider RTF_CACHE when searching the fib6 tree by Martin KaFai Lau · 9 years ago
  99. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 9 years ago
  100. 355b590 ipv4: speedup ip_idents_reserve() by Eric Dumazet · 9 years ago