1. c02e0fd i40e: use kernel specific defines by Jesse Brandeburg · 11 years ago
  2. 5e82306 i40e: Re-enable interrupt on ICR0 by Anjali Singhai Jain · 11 years ago
  3. 54b553e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  4. 8007793 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  5. 9007777 i40e: correctly setup ARQ descriptors by Mitch Williams · 11 years ago
  6. 071b8de i40e: remove redundant AQ enable by Kamil Krawczyk · 11 years ago
  7. c354229 i40e: Enable/Disable PF switch LB on SR-IOV configure changes by Greg Rose · 11 years ago
  8. 922680b i40e: whitespace paren and comment tweaks by Shannon Nelson · 11 years ago
  9. a4bcfbb i40e: rework shadow ram read functions by Shannon Nelson · 11 years ago
  10. af89d26 i40e: check MAC type before any REG access by Shannon Nelson · 11 years ago
  11. 5f9116a i40e: move PF ID init from PF reset to SC init by Shannon Nelson · 11 years ago
  12. af9810e i40e: Reduce range of interrupt reg in reg test by Shannon Nelson · 11 years ago
  13. 981b754 i40e: update firmware api to 1.1 by Shannon Nelson · 11 years ago
  14. 42794bd i40e: Add code to wait for FW to complete in reset path by Shannon Nelson · 11 years ago
  15. 7f61d1f i40e: Bump version by Catherine Sullivan · 11 years ago
  16. 5017c2a i40e: Allow VF to set already assigned MAC address by Greg Rose · 11 years ago
  17. 6bbac86 i40e: Stop accepting any VLAN tag on VLAN 0 filter set by Greg Rose · 11 years ago
  18. 1a10370 i40e: Do not enable broadcast promiscuous by default by Greg Rose · 11 years ago
  19. f1143c4 i40e: Expose AQ debugfs hooks by Anjali Singhai Jain · 11 years ago
  20. da7c224 net: xfrm: xfrm_policy: silence compiler warning by Ying Xue · 11 years ago
  21. 8752b5c Merge branch 'tipc' by David S. Miller · 11 years ago
  22. 581465f tipc: make link start event synchronous by Jon Paul Maloy · 11 years ago
  23. f9a2c80 tipc: introduce new spinlock to protect struct link_req by Ying Xue · 11 years ago
  24. b9d4c33 tipc: remove 'has_redundant_link' flag from STATE link protocol messages by Jon Paul Maloy · 11 years ago
  25. 170b392 tipc: rename functions related to link failover and improve comments by Jon Paul Maloy · 11 years ago
  26. fd44b93 net: skbuff: const-ify casts in skb_queue_* functions by Daniel Borkmann · 11 years ago
  27. be7928d net: xfrm: xfrm_policy: fix inline not at beginning of declaration by Daniel Borkmann · 11 years ago
  28. 74b9c3e mlx4_en: Select PTP_1588_CLOCK by Shawn Bohrer · 11 years ago
  29. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
  30. cdb3f4a net: Do not enable tx-nocache-copy by default by Benjamin Poirier · 11 years ago
  31. dfd1582 ipv4: loopback device: ignore value changes after device is upped by Jiri Pirko · 11 years ago
  32. 509aba3 IPv6: add the option to use anycast addresses as source addresses in echo reply by FX Le Bail · 11 years ago
  33. 9ba75fb net/mlx4_en: fix error return code in mlx4_en_get_qp() by Wei Yongjun · 11 years ago
  34. 4a8deae r8152: correct some messages by Hayes Wang · 11 years ago
  35. ecca6a9 bna: Fix build due to missing use of dma_unmap_len_set() by David S. Miller · 11 years ago
  36. 438e38f gre_offload: statically build GRE offloading support by Eric Dumazet · 11 years ago
  37. 0e59593 bgmac: fix typos by Hauke Mehrtens · 11 years ago
  38. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  39. 443cd88 ovs: make functions local by Stephen Hemminger · 11 years ago
  40. 09c5e60 openvswitch: Compute checksum in skb_gso_segment() if needed by Thomas Graf · 11 years ago
  41. bda56f1 openvswitch: Use skb_zerocopy() for upcall by Thomas Graf · 11 years ago
  42. 8055a89 openvswitch: Pass datapath into userspace queue functions by Thomas Graf · 11 years ago
  43. 44da5ae openvswitch: Drop user features if old user space attempted to create datapath by Thomas Graf · 11 years ago
  44. 43d4be9 openvswitch: Allow user space to announce ability to accept unaligned Netlink messages by Thomas Graf · 11 years ago
  45. af2806f net: Export skb_zerocopy() to zerocopy from one skb to another by Thomas Graf · 11 years ago
  46. 5f03f47 openvswitch: remove duplicated include from flow_table.c by Wei Yongjun · 11 years ago
  47. 11d6c461 net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback} by Daniel Borkmann · 11 years ago
  48. e298e50 openvswitch: Per cpu flow stats. by Pravin B Shelar · 11 years ago
  49. 795449d openvswitch: Enable memory mapped Netlink i/o by Thomas Graf · 11 years ago
  50. aae9f0e netlink: Avoid netlink mmap alloc if msg size exceeds frame size by Thomas Graf · 11 years ago
  51. bb9b18f genl: Add genlmsg_new_unicast() for unicast message allocation by Thomas Graf · 11 years ago
  52. 663efa3 openvswitch: Silence RCU lockdep checks from flow lookup. by Jesse Gross · 11 years ago
  53. 5bb5063 openvswitch: Change ovs_flow_tbl_lookup_xx() APIs by Andy Zhou · 11 years ago
  54. 8f49ce1 openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit). by Ben Pfaff · 11 years ago
  55. d121190 openvswitch: Correct comment. by Ben Pfaff · 11 years ago
  56. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  57. 805c1f4 net_sched: act: action flushing missaccounting by Jamal Hadi Salim · 11 years ago
  58. 63acd68 net_sched: Remove unnecessary checks for act->ops by Jamal Hadi Salim · 11 years ago
  59. fbf2671 bridge: use DEVICE_ATTR_xx macros by sfeldma@cumulusnetworks.com · 11 years ago
  60. fe0d692 bridge: use spin_lock_bh() in br_multicast_set_hash_max by Curt Brune · 11 years ago
  61. 8f646c9 vxlan: keep original skb ownership by Eric Dumazet · 11 years ago
  62. 996b175 tcp: out_of_order_queue do not use its lock by Eric Dumazet · 11 years ago
  63. 88ad314 ipv6: don't install anycast address for /128 addresses on routers by Hannes Frederic Sowa · 11 years ago
  64. e5e97ee hso: fix handling of modem port SERIAL_STATE notifications by Dan Williams · 11 years ago
  65. 0b23810 bonding: fix kstrtou8() return value verification in num_peer_notif by Veaceslav Falico · 11 years ago
  66. 31ca1de r8152: replace the return value of rtl_ops_init by hayeswang · 11 years ago
  67. e3ad412 r8152: move the actions of saving the information of the device by hayeswang · 11 years ago
  68. 45f4a19 r8152: replace some tabs with spaces by hayeswang · 11 years ago
  69. 22d3b76 isdn: Drop big endian cpp checks from telespci and hfc_pci drivers by Guenter Roeck · 11 years ago
  70. d4b3621 net: pkt_sched: PIE AQM scheme by Vijay Subramanian · 11 years ago
  71. 83111e7 netfilter: Fix build failure in nfnetlink_queue_core.c. by David S. Miller · 11 years ago
  72. 9aa28f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  73. 6a8c479 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  74. ce08884 Merge branch 'be2net' by David S. Miller · 11 years ago
  75. e3dc867 be2net: fix max_evt_qs calculation for BE3 in SR-IOV config by Suresh Reddy · 11 years ago
  76. 5eeff63 be2net: increase the timeout value for loopback-test FW cmd by Suresh Reddy · 11 years ago
  77. da1388d be2net: disable RSS when number of RXQs is reduced to 1 via set-channels by Vasundhara Volam · 11 years ago
  78. b22f512 netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages by Daniel Borkmann · 11 years ago
  79. 138aef7 netfilter: nf_conntrack_dccp: use %s format string for buffer by Daniel Borkmann · 11 years ago
  80. 2a50d80 Revert "netfilter: avoid get_random_bytes calls" by Pablo Neira Ayuso · 11 years ago
  81. 80f6428 i40e: Do not allow AQ calls from ndo-ops by Anjali Singhai Jain · 11 years ago
  82. 37f0be6 i40e: check asq alive before notify by Anjali Singhai Jain · 11 years ago
  83. e1860d8 i40e: Admin queue shutdown fixes by Anjali Singhai Jain · 11 years ago
  84. b774c7d i40e: Hide the Port VLAN VLAN ID by Greg Rose · 11 years ago
  85. f5ac857 i40e: use correct struct for get and update vsi params by Shannon Nelson · 11 years ago
  86. f657a6e i40e: Fix VF driver MAC address configuration by Greg Rose · 11 years ago
  87. 7efa84b i40e: support VFs on PFs other than 0 by Mitch Williams · 11 years ago
  88. f741453 i40e: acknowledge VFLR when disabling SR-IOV by Mitch Williams · 11 years ago
  89. 3197ce2 i40e: don't allocate zero size by Mitch Williams · 11 years ago
  90. 5a9769c i40e: use struct assign instead of memcpy by Mitch Williams · 11 years ago
  91. 5674726 i40e: Do not enable default port on the VEB by Greg Rose · 11 years ago
  92. b141d61 i40e: avoid unnecessary register read by Mitch Williams · 11 years ago
  93. 1b60f3c i40e: fix whitespace by Jesse Brandeburg · 11 years ago
  94. 6c12fcb i40e: Fix SR-IOV VF port VLAN by Greg Rose · 11 years ago
  95. 298deef i40e: Record dma buffer info for dummy packets by Anjali Singhai Jain · 11 years ago
  96. b912b2f net/mlx4_core: Warn if device doesn't have enough PCI bandwidth by Eyal Perry · 11 years ago
  97. f35f76e xen-netback: Include header for vmalloc by Josh Boyer · 11 years ago
  98. 3a2e15d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  99. 1e85c9b 8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021Q by Hannes Frederic Sowa · 11 years ago
  100. a48d4bb net: netdev_kobject_init: annotate with __init by Daniel Borkmann · 11 years ago