1. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 11 years ago
  2. 44a6f0d netfilter: nf_tables: prohibit deletion of a table with existing sets by Patrick McHardy · 11 years ago
  3. 7047f9d netfilter: nf_tables: take AF module reference when creating a table by Patrick McHardy · 11 years ago
  4. c5c1f97 netfilter: nf_tables: perform flags validation before table allocation by Patrick McHardy · 11 years ago
  5. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 11 years ago
  6. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 11 years ago
  7. 93b0806 netfilter: nf_tables: replay request after dropping locks to load chain type by Patrick McHardy · 11 years ago
  8. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 11 years ago
  9. baae3e6 netfilter: nf_tables: fix chain type module reference handling by Patrick McHardy · 11 years ago
  10. 7582067 netfilter: nf_tables: fix check for table overflow by Patrick McHardy · 11 years ago
  11. 4401a86 netfilter: nf_tables: restore chain change atomicity by Patrick McHardy · 11 years ago
  12. 57de2a0 netfilter: nf_tables: split chain policy validation from actually setting it by Patrick McHardy · 11 years ago
  13. b38895c netfilter: nft_meta: fix lack of validation of the input register by Pablo Neira Ayuso · 11 years ago
  14. c4ede3d netfilter: nft_ct: Add support to set the connmark by Kristian Evensen · 11 years ago
  15. 9638f33 netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET by Patrick McHardy · 11 years ago
  16. 4566bf2 netfilter: nft_meta: add l4proto support by Patrick McHardy · 11 years ago
  17. 124edfa netfilter: nf_tables: add nfproto support to meta expression by Patrick McHardy · 11 years ago
  18. 1d49144 netfilter: nf_tables: add "inet" table for IPv4/IPv6 by Patrick McHardy · 11 years ago
  19. 115a60b1 netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 11 years ago
  20. c948487 netfilter: nf_tables: add hook ops to struct nft_pktinfo by Patrick McHardy · 11 years ago
  21. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 11 years ago
  22. 688d186 netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled by Pablo Neira Ayuso · 11 years ago
  23. cdb3f4a net: Do not enable tx-nocache-copy by default by Benjamin Poirier · 11 years ago
  24. dfd1582 ipv4: loopback device: ignore value changes after device is upped by Jiri Pirko · 11 years ago
  25. 509aba3 IPv6: add the option to use anycast addresses as source addresses in echo reply by FX Le Bail · 11 years ago
  26. 9ba75fb net/mlx4_en: fix error return code in mlx4_en_get_qp() by Wei Yongjun · 11 years ago
  27. 4a8deae r8152: correct some messages by Hayes Wang · 11 years ago
  28. ecca6a9 bna: Fix build due to missing use of dma_unmap_len_set() by David S. Miller · 11 years ago
  29. 438e38f gre_offload: statically build GRE offloading support by Eric Dumazet · 11 years ago
  30. 0e59593 bgmac: fix typos by Hauke Mehrtens · 11 years ago
  31. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  32. 443cd88 ovs: make functions local by Stephen Hemminger · 11 years ago
  33. 09c5e60 openvswitch: Compute checksum in skb_gso_segment() if needed by Thomas Graf · 11 years ago
  34. bda56f1 openvswitch: Use skb_zerocopy() for upcall by Thomas Graf · 11 years ago
  35. 8055a89 openvswitch: Pass datapath into userspace queue functions by Thomas Graf · 11 years ago
  36. 44da5ae openvswitch: Drop user features if old user space attempted to create datapath by Thomas Graf · 11 years ago
  37. 43d4be9 openvswitch: Allow user space to announce ability to accept unaligned Netlink messages by Thomas Graf · 11 years ago
  38. af2806f net: Export skb_zerocopy() to zerocopy from one skb to another by Thomas Graf · 11 years ago
  39. 5f03f47 openvswitch: remove duplicated include from flow_table.c by Wei Yongjun · 11 years ago
  40. 11d6c461 net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback} by Daniel Borkmann · 11 years ago
  41. e298e50 openvswitch: Per cpu flow stats. by Pravin B Shelar · 11 years ago
  42. 795449d openvswitch: Enable memory mapped Netlink i/o by Thomas Graf · 11 years ago
  43. aae9f0e netlink: Avoid netlink mmap alloc if msg size exceeds frame size by Thomas Graf · 11 years ago
  44. bb9b18f genl: Add genlmsg_new_unicast() for unicast message allocation by Thomas Graf · 11 years ago
  45. 663efa3 openvswitch: Silence RCU lockdep checks from flow lookup. by Jesse Gross · 11 years ago
  46. 5bb5063 openvswitch: Change ovs_flow_tbl_lookup_xx() APIs by Andy Zhou · 11 years ago
  47. 8f49ce1 openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit). by Ben Pfaff · 11 years ago
  48. d121190 openvswitch: Correct comment. by Ben Pfaff · 11 years ago
  49. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. 805c1f4 net_sched: act: action flushing missaccounting by Jamal Hadi Salim · 11 years ago
  51. 63acd68 net_sched: Remove unnecessary checks for act->ops by Jamal Hadi Salim · 11 years ago
  52. fbf2671 bridge: use DEVICE_ATTR_xx macros by sfeldma@cumulusnetworks.com · 11 years ago
  53. fe0d692 bridge: use spin_lock_bh() in br_multicast_set_hash_max by Curt Brune · 11 years ago
  54. 8f646c9 vxlan: keep original skb ownership by Eric Dumazet · 11 years ago
  55. 996b175 tcp: out_of_order_queue do not use its lock by Eric Dumazet · 11 years ago
  56. 88ad314 ipv6: don't install anycast address for /128 addresses on routers by Hannes Frederic Sowa · 11 years ago
  57. e5e97ee hso: fix handling of modem port SERIAL_STATE notifications by Dan Williams · 11 years ago
  58. 0b23810 bonding: fix kstrtou8() return value verification in num_peer_notif by Veaceslav Falico · 11 years ago
  59. 31ca1de r8152: replace the return value of rtl_ops_init by hayeswang · 11 years ago
  60. e3ad412 r8152: move the actions of saving the information of the device by hayeswang · 11 years ago
  61. 45f4a19 r8152: replace some tabs with spaces by hayeswang · 11 years ago
  62. 22d3b76 isdn: Drop big endian cpp checks from telespci and hfc_pci drivers by Guenter Roeck · 11 years ago
  63. d4b3621 net: pkt_sched: PIE AQM scheme by Vijay Subramanian · 11 years ago
  64. 83111e7 netfilter: Fix build failure in nfnetlink_queue_core.c. by David S. Miller · 11 years ago
  65. 9aa28f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  66. 6a8c479 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  67. ce08884 Merge branch 'be2net' by David S. Miller · 11 years ago
  68. e3dc867 be2net: fix max_evt_qs calculation for BE3 in SR-IOV config by Suresh Reddy · 11 years ago
  69. 5eeff63 be2net: increase the timeout value for loopback-test FW cmd by Suresh Reddy · 11 years ago
  70. da1388d be2net: disable RSS when number of RXQs is reduced to 1 via set-channels by Vasundhara Volam · 11 years ago
  71. 80f6428 i40e: Do not allow AQ calls from ndo-ops by Anjali Singhai Jain · 11 years ago
  72. 37f0be6 i40e: check asq alive before notify by Anjali Singhai Jain · 11 years ago
  73. e1860d8 i40e: Admin queue shutdown fixes by Anjali Singhai Jain · 11 years ago
  74. b774c7d i40e: Hide the Port VLAN VLAN ID by Greg Rose · 11 years ago
  75. f5ac857 i40e: use correct struct for get and update vsi params by Shannon Nelson · 11 years ago
  76. f657a6e i40e: Fix VF driver MAC address configuration by Greg Rose · 11 years ago
  77. 7efa84b i40e: support VFs on PFs other than 0 by Mitch Williams · 11 years ago
  78. f741453 i40e: acknowledge VFLR when disabling SR-IOV by Mitch Williams · 11 years ago
  79. 3197ce2 i40e: don't allocate zero size by Mitch Williams · 11 years ago
  80. 5a9769c i40e: use struct assign instead of memcpy by Mitch Williams · 11 years ago
  81. 5674726 i40e: Do not enable default port on the VEB by Greg Rose · 11 years ago
  82. b141d61 i40e: avoid unnecessary register read by Mitch Williams · 11 years ago
  83. 1b60f3c i40e: fix whitespace by Jesse Brandeburg · 11 years ago
  84. 6c12fcb i40e: Fix SR-IOV VF port VLAN by Greg Rose · 11 years ago
  85. 298deef i40e: Record dma buffer info for dummy packets by Anjali Singhai Jain · 11 years ago
  86. b912b2f net/mlx4_core: Warn if device doesn't have enough PCI bandwidth by Eyal Perry · 11 years ago
  87. f35f76e xen-netback: Include header for vmalloc by Josh Boyer · 11 years ago
  88. 3a2e15d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  89. 1e85c9b 8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021Q by Hannes Frederic Sowa · 11 years ago
  90. a48d4bb net: netdev_kobject_init: annotate with __init by Daniel Borkmann · 11 years ago
  91. 965801e net: 6lowpan: fix lowpan_header_create non-compression memcpy call by Daniel Borkmann · 11 years ago
  92. 7d30622 fec: Revert "fec: Do not assume that PHY reset is active low" by Fabio Estevam · 11 years ago
  93. 723a6c7 Merge branch 'bnx2x' by David S. Miller · 11 years ago
  94. e8379c7 bnx2x: fix VLAN configuration for VFs. by Yuval Mintz · 11 years ago
  95. 9dfef3a bnx2x: fix AFEX memory overflow by Yuval Mintz · 11 years ago
  96. 5b62291 bnx2x: Clean before update RSS arrives by Michal Kalderon · 11 years ago
  97. 89e18ae bnx2x: Correct number of MSI-X vectors for VFs by Michal Kalderon · 11 years ago
  98. e848582 bnx2x: limit number of interrupt vectors for 57711 by Dmitry Kravkov · 11 years ago
  99. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  100. c3f0c4f i40e: remove un-necessary io-write by Anjali Singhai Jain · 11 years ago