1. cf34e64 ipvs: address family of LBLCR entry depends on svc family by Julian Anastasov · 10 years ago
  2. f7fa380 ipvs: address family of LBLC entry depends on svc family by Julian Anastasov · 10 years ago
  3. 8052ba2 ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding by Alex Gartrell · 10 years ago
  4. c63e4de ipvs: Add generic ensure_mtu_is_adequate to handle mixed pools by Alex Gartrell · 10 years ago
  5. 919aa0b ipvs: Pull out update_pmtu code by Alex Gartrell · 10 years ago
  6. 4a4739d5 ipvs: Pull out crosses_local_route_boundary logic by Alex Gartrell · 10 years ago
  7. 391f503d ipvs: prevent mixing heterogeneous pools and synchronization by Alex Gartrell · 10 years ago
  8. ba38528 ipvs: Supply destination address family to ip_vs_conn_new by Alex Gartrell · 10 years ago
  9. ad147aa ipvs: Pass destination address family to ip_vs_trash_get_dest by Alex Gartrell · 10 years ago
  10. 655eef1 ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest} by Alex Gartrell · 10 years ago
  11. 6cff339 ipvs: Add destination address family to netlink interface by Alex Gartrell · 10 years ago
  12. 616a9be ipvs: Add simple weighted failover scheduler by Kenny Mathis · 10 years ago
  13. 0bbe80e netfilter: masquerading needs to be independent of x_tables in Kconfig by Pablo Neira Ayuso · 10 years ago
  14. 3e8dc21 netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT by Pablo Neira Ayuso · 10 years ago
  15. 39e393b netfilter: nf_tables: add NFTA_MASQ_UNSPEC to nft_masq_attributes by Pablo Neira Ayuso · 10 years ago
  16. 67981fe netfilter: fix compilation of masquerading without IP_NF_TARGET_MASQUERADE by Pablo Neira Ayuso · 10 years ago
  17. b954d83 net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected by Daniel Borkmann · 10 years ago
  18. 17fa1f9 Merge branch 'cxgb4-next' by David S. Miller · 10 years ago
  19. 56e03e5 cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapter by Hariprasad Shenai · 10 years ago
  20. c290607 cxgb4: Add warning msg when attaching to adapters which have FLASHes smaller than 2Mb by Hariprasad Shenai · 10 years ago
  21. c0d5b8c cxgb4: Fix t4_flash_erase_sectors() to throw an error when requested to erase sectors which aren't in the FLASH by Hariprasad Shenai · 10 years ago
  22. fe2ee13 cxgb4: Add support to S25FL032P flash by Hariprasad Shenai · 10 years ago
  23. 60d42bf cxgb4: Allow T4/T5 firmware sizes up to 1MB by Hariprasad Shenai · 10 years ago
  24. 0fc4dff tipc: fix sparse warnings by Erik Hugne · 10 years ago
  25. cf98192d net: ethernet: arc: Don't free Rockchip resources before disconnect from phy by Romain Perier · 10 years ago
  26. 0aac383 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  27. b167a37 netfilter: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  28. 47c4cfc iucv: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  29. 294a0b7 pktgen: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  30. ef423a4 atm: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  31. 6618ec6 Merge branch 'ipip_sit_gro' by David S. Miller · 10 years ago
  32. 19424e0 sit: Add gro callbacks to sit_offload by Tom Herbert · 10 years ago
  33. 9667e9b ipip: Add gro callbacks to ipip offload by Tom Herbert · 10 years ago
  34. 03d56da ipv6: Clear flush_id to make GRO work by Tom Herbert · 10 years ago
  35. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  36. 46cfd72 net: use kfree_skb_list() helper in more places by Florian Westphal · 10 years ago
  37. 72bb17b ipv4: udp4_gro_complete() is static by Eric Dumazet · 10 years ago
  38. 416c51e netns: remove one sparse warning by Eric Dumazet · 10 years ago
  39. cc9c668 ipv6: udp6_gro_complete() is static by Eric Dumazet · 10 years ago
  40. 8e380f0 ipv4: rcu cleanup in ip_ra_control() by Eric Dumazet · 10 years ago
  41. cbeddd5 ipv6: mcast: remove dead debugging defines by Daniel Borkmann · 10 years ago
  42. be07b79 irda: vlsi_ir: use %*ph specifier by Andy Shevchenko · 10 years ago
  43. 8ddfa07 r8152: use usleep_range by hayeswang · 10 years ago
  44. 67cc0d4 net-timestamp: optimize sock_tx_timestamp default path by Willem de Bruijn · 10 years ago
  45. 17448e5 net_sched: sfq: remove unused macro by Florian Westphal · 10 years ago
  46. 4ef6dae sfc: Convert the normal transmit complete path to dev_consume_skb_any() by Rick Jones · 10 years ago
  47. 29c10a8 Merge branch 'bond_lock_removal' by David S. Miller · 10 years ago
  48. 87163ef bonding: remove last users of bond->lock and bond->lock itself by Nikolay Aleksandrov · 10 years ago
  49. 246df7b bonding: options: remove bond->lock usage by Nikolay Aleksandrov · 10 years ago
  50. e9fe8ef bonding: procfs: clean bond->lock usage and use RCU by Nikolay Aleksandrov · 10 years ago
  51. 059b47e bonding: convert primary_slave to use RCU by Nikolay Aleksandrov · 10 years ago
  52. ecfede4 bonding: alb: clean bond->lock by Nikolay Aleksandrov · 10 years ago
  53. bdbc5f1 bonding: 3ad: use curr_slave_lock instead of bond->lock by Nikolay Aleksandrov · 10 years ago
  54. 51752af cxgb4: remove bond->lock by Nikolay Aleksandrov · 10 years ago
  55. c6ec956 ARM: dts: Enable emac node on the rk3188-radxarock boards by Romain Perier · 10 years ago
  56. 18ec91e ARM: dts: Add emac nodes to the rk3188 device tree by Romain Perier · 10 years ago
  57. 40404e0 dt-bindings: Document EMAC Rockchip by Romain Perier · 10 years ago
  58. 6eacf31 ethernet: arc: Add support for Rockchip SoC layer device tree bindings by Romain Perier · 10 years ago
  59. 60005c6 Merge branch 'bpf-next' by David S. Miller · 10 years ago
  60. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  61. 55309dd net: bpf: arm: address randomize and write protect JIT code by Daniel Borkmann · 10 years ago
  62. 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
  63. ca777ef tcp: remove dst refcount false sharing for prequeue mode by Eric Dumazet · 10 years ago
  64. 32bc6d1 ath5k: Add missing vmalloc.h include. by Stephen Rothwell · 10 years ago
  65. c9104b0 ethernet: ti: remove unwanted THIS_MODULE macro by Varka Bhadram · 10 years ago
  66. e403ade openvswitch: change the data type of error status to atomic_long_t by Li RongQing · 10 years ago
  67. 5aaa62d bridge: Cleanup of unncessary check. by Rami Rosen · 10 years ago
  68. 8b86f7f Merge branch 'bridge_rtnl_link' by David S. Miller · 10 years ago
  69. 1332351 bridge: implement rtnl_link_ops->changelink by Jiri Pirko · 10 years ago
  70. e5c3ea5 bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_info by Jiri Pirko · 10 years ago
  71. 3ac636b bridge: implement rtnl_link_ops->slave_changelink by Jiri Pirko · 10 years ago
  72. ced8283 bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave_info by Jiri Pirko · 10 years ago
  73. 0f49579 bridge: switch order of rx_handler reg and upper dev link by Jiri Pirko · 10 years ago
  74. 49a6015 net/ipv4: bind ip_nonlocal_bind to current netns by Vincent Bernat · 10 years ago
  75. afddacc Merge branch 'ebpf' by David S. Miller · 10 years ago
  76. daedfb2 net: filter: split filter.h and expose eBPF to user space by Alexei Starovoitov · 10 years ago
  77. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  78. 9ba1f726 netfilter: nf_tables: add new nft_masq expression by Arturo Borrero · 10 years ago
  79. be6b635 netfilter: nf_nat: generalize IPv6 masquerading support for nf_tables by Arturo Borrero · 10 years ago
  80. 8dd33cc netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables by Arturo Borrero · 10 years ago
  81. c55fbbb netfilter: ebtables: create audit records for replaces by Nicolas Dichtel · 10 years ago
  82. e42eff8 netfilter: nft_nat: include a flag attribute by Arturo Borrero · 10 years ago
  83. b9ac12e netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset by Arturo Borrero · 10 years ago
  84. ee01d54 netfilter: nf_tables: add helpers to schedule objects deletion by Arturo Borrero · 10 years ago
  85. c435201 netfilter: xt_string: Remove unnecessary initialization of struct ts_state by Bojan Prtvar · 10 years ago
  86. 5fcf0cf ipvs: reduce stack usage for sockopt data by Julian Anastasov · 10 years ago
  87. 3045d76 netfilter: nf_tables: add devgroup support in meta expresion by Ana Rey · 10 years ago
  88. ce24b72 netfilter: nf_tables: rename nf_table_delrule_by_chain() by Arturo Borrero · 10 years ago
  89. c559879 netfilter: nf_tables: add helper to unregister chain hooks by Arturo Borrero · 10 years ago
  90. 5e266fe netfilter: nf_tables: refactor rule deletion helper by Arturo Borrero · 10 years ago
  91. 876665e netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from core by Pablo Neira Ayuso · 10 years ago
  92. 2a5538e netfilter: nat: move specific NAT IPv6 to core by Pablo Neira Ayuso · 10 years ago
  93. 5b4c314 Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  94. a7f26b7 inet: remove dead inetpeer sequence code by Willem de Bruijn · 10 years ago
  95. 1923d6e drivers: net: cpsw: Add support for pause frames by Mugunthan V N · 10 years ago
  96. 119eccd hp100: Convert the normal skb free path to dev_consume_skb_any() by Rick Jones · 10 years ago
  97. 1e701f1 net: Fix GRE RX to use skb_transport_header for GRE header offset by Tom Herbert · 10 years ago
  98. db91b72 dp83640: Make use of skb_queue_purge instead of reimplementing the code by Alexander Duyck · 10 years ago
  99. 61a3d4f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  100. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago