1. facd95b net: dsa: mv88e6xxx: Add Hardware bridging support by Guenter Roeck · 10 years ago
  2. b0019b7 net: dsa: mv88e6171: Use common port configuration by Guenter Roeck · 10 years ago
  3. 54af0cf net: dsa: mv88e6123_61_65: Use common port configuration by Guenter Roeck · 10 years ago
  4. 2089052 net: dsa: mv88e6352: Use common port initialization code by Guenter Roeck · 10 years ago
  5. 8d6d09e net: dsa: mv88e6xxx: Split mv88e6xxx_reg_read and mv88e6xxx_reg_write by Guenter Roeck · 10 years ago
  6. 366f0a0 net: dsa: mv88e6xxx: Disable Message Port bit for CPU port by Guenter Roeck · 10 years ago
  7. d827e88 net: dsa: mv88e6xxx: Provide function for common port initialization by Guenter Roeck · 10 years ago
  8. acdaffc net: dsa: mv88e6xxx: Factor out common initialization code by Guenter Roeck · 10 years ago
  9. 5ce58c2 hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add() by Haiyang Zhang · 10 years ago
  10. cb6e0b3 net: smc91x: make use of 4th parameter to devm_gpiod_get_index by Uwe Kleine-König · 10 years ago
  11. 7c3877f hv_netvsc: Implement batching in send buffer by Haiyang Zhang · 10 years ago
  12. 4ef295e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  13. ae7633c Merge branch 'tipc-next' by David S. Miller · 10 years ago
  14. 8a0f6eb tipc: involve reference counter for node structure by Ying Xue · 10 years ago
  15. b952b2b tipc: fix potential deadlock when all links are reset by Ying Xue · 10 years ago
  16. faadb05 virtio: simplify the using of received in virtnet_poll by Li RongQing · 10 years ago
  17. 3556eaa Merge branch 'be2net-next' by David S. Miller · 10 years ago
  18. 265ec92 be2net: bump up the driver version to 10.6.0.1 by Sathya Perla · 10 years ago
  19. 73f394e be2net: setup xps queue mapping by Sathya Perla · 10 years ago
  20. d658d98 be2net: assign CPU affinity hints to be2net IRQs by Padmanabh Ratnakar · 10 years ago
  21. 41d25fe tcp: tcp_syn_flood_action() can be static by Eric Dumazet · 10 years ago
  22. 1fb7cd4 cxgb4: fix boolreturn.cocci warnings by Wu Fengguang · 10 years ago
  23. 85b99092 fib6: install fib6 ops in the last step by WANG Cong · 10 years ago
  24. 7145074 Merge branch 'bcmgenet-next' by David S. Miller · 10 years ago
  25. 4055eae net: bcmgenet: add support for multiple Rx queues by Petri Gynther · 10 years ago
  26. 3ab1133 net: bcmgenet: rework Rx NAPI code by Petri Gynther · 10 years ago
  27. e2aadb4 net: bcmgenet: rework Tx NAPI code by Petri Gynther · 10 years ago
  28. b2e97ec net: bcmgenet: tweak init_umac() by Petri Gynther · 10 years ago
  29. ebbd96f net: bcmgenet: simplify bcmgenet_init_dma() by Petri Gynther · 10 years ago
  30. 9dbac28 net: bcmgenet: modify Tx ring int_enable and int_disable vectors by Petri Gynther · 10 years ago
  31. e412b10 net: bcmgenet: remove priv->int0_mask and priv->int1_mask by Petri Gynther · 10 years ago
  32. 19cc2de Merge branch 'xgene-next' by David S. Miller · 10 years ago
  33. 6772b65 drivers: net: xgene: Add separate tx completion ring by Iyappan Subramanian · 10 years ago
  34. d313464 dtb: xgene: Add interrupt for Tx completion by Iyappan Subramanian · 10 years ago
  35. 7e7d638 Documentation: dts: xgene: Update interrupt field description by Iyappan Subramanian · 10 years ago
  36. cc02e45 netfilter: nf_tables: implement set transaction support by Patrick McHardy · 10 years ago
  37. ea4bd99 netfilter: nf_tables: add transaction helper functions by Patrick McHardy · 10 years ago
  38. b2832dd netfilter: nf_tables: return set extensions from ->lookup() by Patrick McHardy · 10 years ago
  39. 61edafb netfilter: nf_tables: consolide set element destruction by Patrick McHardy · 10 years ago
  40. 5a352dd ipv6: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
  41. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
  42. 8fa38a3 Merge branch 'tipc-next' by David S. Miller · 10 years ago
  43. 8b4ed86 tipc: eliminate race condition at dual link establishment by Jon Paul Maloy · 10 years ago
  44. 3127a02 tipc: clean up handling of link congestion by Jon Paul Maloy · 10 years ago
  45. 1f66d16 tipc: introduce starvation free send algorithm by Jon Paul Maloy · 10 years ago
  46. b06b107 net: dsa: Handle non-bridge master change by Guenter Roeck · 10 years ago
  47. fe2811e netfilter: nf_tables: convert hash and rbtree to set extensions by Patrick McHardy · 10 years ago
  48. 3ac4c07 netfilter: nf_tables: add set extensions by Patrick McHardy · 10 years ago
  49. bfd6e32 netfilter: nft_hash: convert to use rhashtable callbacks by Patrick McHardy · 10 years ago
  50. 45d8475 netfilter: nft_hash: indent rhashtable parameters by Patrick McHardy · 10 years ago
  51. 745f545 netfilter: nft_hash: restore struct nft_hash by Patrick McHardy · 10 years ago
  52. 49f7b33 rhashtable: provide len to obj_hashfn by Patrick McHardy · 10 years ago
  53. ac110f4 crypto: algif - fix warn: unsigned 'used' is never less than zero by tadeusz.struk@intel.com · 10 years ago
  54. bc14b8d tipc: fix a link reset issue due to retransmission failures by Ying Xue · 10 years ago
  55. 358e048 s390: fix /proc/interrupts output by Sebastian Ott · 10 years ago
  56. 7e3ea6d sctp: avoid to repeatedly declare external variables by Ying Xue · 10 years ago
  57. 14d14a5 netfilter: nft_meta: use raw_smp_processor_id() by Patrick McHardy · 10 years ago
  58. d957972 netfilter: nf_tables: nft_queue does not depend on x_tables by Patrick McHardy · 10 years ago
  59. fce1528 netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.c by Pablo Neira Ayuso · 10 years ago
  60. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 10 years ago
  61. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 10 years ago
  62. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 10 years ago
  63. d631b94 virtio: change comment in transmit by stephen hemminger · 10 years ago
  64. 835c3d9 tools: bpf_asm: cleanup vlan extension related token by Daniel Borkmann · 10 years ago
  65. b1275eb Merge branch 'listener_refactor_16' by David S. Miller · 10 years ago
  66. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 10 years ago
  67. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 10 years ago
  68. ff74e23 tcp: md5: input path is run under rcu protected sections by Eric Dumazet · 10 years ago
  69. 0980c1e tcp: use C99 initializers in new_state[] by Eric Dumazet · 10 years ago
  70. 80f03e2 tcp: md5: fix rcu lockdep splat by Eric Dumazet · 10 years ago
  71. 9ead352 Merge branch 'rhashtable-next' by David S. Miller · 10 years ago
  72. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 10 years ago
  73. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 10 years ago
  74. ac833bd rhashtable: Mark internal/private inline functions as such by Thomas Graf · 10 years ago
  75. 299e5c3 rhashtable: Use 'unsigned int' consistently by Thomas Graf · 10 years ago
  76. 58be8a5 rhashtable: Extend RCU read lock into rhashtable_insert_rehash() by Thomas Graf · 10 years ago
  77. 27cd545 filter: introduce SKF_AD_VLAN_TPID BPF extension by Michal Sekletar · 10 years ago
  78. f6bb76c Merge branch 'cxgb4-fcoe' by David S. Miller · 10 years ago
  79. 241e924 cxgb4: update Kconfig and Makefile for FCoE support by Varun Prakash · 10 years ago
  80. 84a200b cxgb4: add cxgb4_fcoe.c for FCoE by Varun Prakash · 10 years ago
  81. 76fed8a cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE by Varun Prakash · 10 years ago
  82. ff40217 ipv6: fix sparse warnings in privacy stable addresses generation by Hannes Frederic Sowa · 10 years ago
  83. ed3e852 tipc: fix compile error when IPV6=m and TIPC=y by Ying Xue · 10 years ago
  84. 66400d5 net: allow to delete a whole device group by WANG Cong · 10 years ago
  85. 27ed44a rhashtable: Add comment on choice of elasticity value by Herbert Xu · 10 years ago
  86. 8263d57 cx82310_eth: fix semicolon.cocci warnings by Wu Fengguang · 10 years ago
  87. 610600c tipc: validate length of sockaddr in connect() for dgram/rdm by Sasha Levin · 10 years ago
  88. 0117ec1 net: remove never used forwarding_accel_ops pointer from net_device by Hannes Frederic Sowa · 10 years ago
  89. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. ba7c95e rhashtable: Fix sleeping inside RCU critical section in walk_stop by Herbert Xu · 10 years ago
  91. ce046c5 Merge branch 'ipv6_stable_privacy_address' by David S. Miller · 10 years ago
  92. 9f0761c ipv6: add documentation for stable_secret, idgen_delay and idgen_retries knobs by Hannes Frederic Sowa · 10 years ago
  93. 1855b7c ipv6: introduce idgen_delay and idgen_retries knobs by Hannes Frederic Sowa · 10 years ago
  94. 5f40ef7 ipv6: do retries on stable privacy addresses by Hannes Frederic Sowa · 10 years ago
  95. 8e8e676 ipv6: collapse state_lock and lock by Hannes Frederic Sowa · 10 years ago
  96. 64236f3 ipv6: introduce IFA_F_STABLE_PRIVACY flag by Hannes Frederic Sowa · 10 years ago
  97. 622c81d5 ipv6: generation of stable privacy addresses for link-local and autoconf by Hannes Frederic Sowa · 10 years ago
  98. 3d1bec9 ipv6: introduce secret_stable to ipv6_devconf by Hannes Frederic Sowa · 10 years ago
  99. ab2bb32 lib: EXPORT_SYMBOL sha_init by Hannes Frederic Sowa · 10 years ago
  100. 7f163d0 Merge branch 'bcmgenet-next' by David S. Miller · 10 years ago