1. ba27524 virtio-net: coalesce rx frags when possible during rx by Jason Wang · 11 years ago
  2. f8e617e net: introduce skb_coalesce_rx_frag() by Jason Wang · 11 years ago
  3. e50fddc vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) by Duan Jiong · 11 years ago
  4. 1ba3aab net: codel: Avoid undefined behavior from signed overflow by Jesper Dangaard Brouer · 11 years ago
  5. 13521a5 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  6. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  7. 0d41cca tcp: enable sockets to use MSG_FASTOPEN by default by Yuchung Cheng · 11 years ago
  8. f8785c5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  9. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  10. c359c415 netfilter: nft_compat: use _safe version of list_for_each by Dan Carpenter · 11 years ago
  11. 6fcf018 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  12. 5a6e55c Merge branch 'mlx4' by David S. Miller · 11 years ago
  13. 146f3ef net/mlx4_core: Implement resource quota enforcement by Jack Morgenstein · 11 years ago
  14. eb456a6 net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper by Jack Morgenstein · 11 years ago
  15. 5a0d0a6 mlx4: Structures and init/teardown for VF resource quotas by Jack Morgenstein · 11 years ago
  16. a30f1bc net/mlx4_core: Fix checking order in MR table init by Jack Morgenstein · 11 years ago
  17. 2c957ff net/mlx4_core: Don't fail reg/unreg vlan for older guests by Jack Morgenstein · 11 years ago
  18. 4874080 net/mlx4_core: Resource tracker for reg/unreg vlans by Jack Morgenstein · 11 years ago
  19. 2009d00 net/mlx4_en: Use vlan id instead of vlan index for unregistration by Jack Morgenstein · 11 years ago
  20. acddd5d net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec by Jack Morgenstein · 11 years ago
  21. 162226a net/mlx4_core: Fix register/unreg vlan flow by Jack Morgenstein · 11 years ago
  22. 3b4c5cb sh_eth: check platform data pointer by Sergei Shtylyov · 11 years ago
  23. 6f9fed0 Merge branch 'usbnet' by David S. Miller · 11 years ago
  24. e62416e net: cdc_mbim: fixup error return value by Bjørn Mork · 11 years ago
  25. c37ac9b net: cdc_mbim: no need to check for resume if suspend exists by Bjørn Mork · 11 years ago
  26. a298807 net: qmi_wwan: no need to check for resume if suspend exists by Bjørn Mork · 11 years ago
  27. 79d9b62 net: qmi_wwan: manage_power should always set needs_remote_wakeup by Bjørn Mork · 11 years ago
  28. 04d948a net: cdc_mbim: manage_power should always set needs_remote_wakeup by Bjørn Mork · 11 years ago
  29. 96635fb Merge branch 'qlcnic' by David S. Miller · 11 years ago
  30. db62d7d qlcnic: update version to 5.3.52 by Himanshu Madhani · 11 years ago
  31. 18afc10 qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters. by Himanshu Madhani · 11 years ago
  32. 34e8c40 qlcnic: refactor Tx/SDS ring calculation and validation in driver. by Himanshu Madhani · 11 years ago
  33. f27c75b qlcnic: Enhance ethtool Statistics for Multiple Tx queue. by Himanshu Madhani · 11 years ago
  34. 78ea2d9 qlcnic: Register netdev in FAILED state for 83xx/84xx by Sucheta Chakraborty · 11 years ago
  35. 16514839 lib: crc32: reduce number of cases for crc32{, c}_combine by Daniel Borkmann · 11 years ago
  36. cc0ac19 lib: crc32: conditionally resched when running testcases by Daniel Borkmann · 11 years ago
  37. cea80ea net: checksum: fix warning in skb_checksum by Daniel Borkmann · 11 years ago
  38. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  39. be408cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  40. c32b7df net/mlx4_core: Fix call to __mlx4_unregister_mac by Jack Morgenstein · 11 years ago
  41. e9b51a1 Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  42. 7926c1d net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb by Daniel Borkmann · 11 years ago
  43. f421436 net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0) by Arvid Brodin · 11 years ago
  44. 74d332c net: extend net_device allocation to vmalloc() by Eric Dumazet · 11 years ago
  45. b397f99 Merge branch 'sctp_csum' by David S. Miller · 11 years ago
  46. e6d8b64 net: sctp: fix and consolidate SCTP checksumming code by Daniel Borkmann · 11 years ago
  47. 2817a33 net: skb_checksum: allow custom update/combine for walking skb by Daniel Borkmann · 11 years ago
  48. efba721 lib: crc32: add test cases for crc32{, c}_combine routines by Daniel Borkmann · 11 years ago
  49. 6e95fca lib: crc32: add functionality to combine two crc32{, c}s in GF(2) by Daniel Borkmann · 11 years ago
  50. d921e04 lib: crc32: clean up spacing in test cases by Daniel Borkmann · 11 years ago
  51. 5e01dc7 Linux 3.12 by Linus Torvalds · 11 years ago
  52. ca0e8bd netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c by Wei Yongjun · 11 years ago
  53. 4542fa4 netfilter: ctnetlink: account both directions in one step by Holger Eitzenberger · 11 years ago
  54. f7b13e4 netfilter: introduce nf_conn_acct structure by Holger Eitzenberger · 11 years ago
  55. 17f6ee4 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  56. 9bf76ca ipc, msg: forbid negative values for "msg{max,mnb,mni}" by Mathias Krause · 11 years ago
  57. 9dc8c89 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  58. 9c41f4e ARC: Incorrect mm reference used in vmalloc fault handler by Vineet Gupta · 11 years ago
  59. 6f09234 net: flow_dissector: fail on evil iph->ihl by Jason Wang · 11 years ago
  60. 296c106 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  61. e139862 bonding: bond_get_size() returns wrong size by Dan Carpenter · 11 years ago
  62. f99f4f8 Merge branch 'cdc_ncm' by David S. Miller · 11 years ago
  63. a6fe670 net: cdc_ncm: no not set tx_max higher than the device supports by Bjørn Mork · 11 years ago
  64. 296e81f net: cdc_ncm: improve bind error debug messages by Bjørn Mork · 11 years ago
  65. 59ede31 net: cdc_ncm: return proper error if setup fails by Bjørn Mork · 11 years ago
  66. 47175e5 net: cdc_ncm: refactoring cdc_ncm_setup by Bjørn Mork · 11 years ago
  67. 6dd13e8 net: cdc_ncm: drop "extern" from header declarations by Bjørn Mork · 11 years ago
  68. 986e10d net: cdc_ncm: endian convert constants instead of variables by Bjørn Mork · 11 years ago
  69. 5448d75 net: cdc_ncm: log signatures in hex by Bjørn Mork · 11 years ago
  70. ae223cd net: cdc_ncm: use netif_* and dev_* instead of pr_* by Bjørn Mork · 11 years ago
  71. a26fd05 net: cdc_ncm: log the length we warn about by Bjørn Mork · 11 years ago
  72. 43c87f7 net: cdc_ncm: set correct dev->hard_mtu by Bjørn Mork · 11 years ago
  73. 0e2c4a0 net: cdc_ncm: remove ethtool ops by Bjørn Mork · 11 years ago
  74. 085e50e net: cdc_ncm: remove probe and disconnect wrappers by Bjørn Mork · 11 years ago
  75. 4d619f6 net: cdc_ncm: no point in filling up the NTBs if we send ZLPs by Bjørn Mork · 11 years ago
  76. 9fe0234 net: cdc_ncm: only the control intf can be probed by Bjørn Mork · 11 years ago
  77. 8329223 net: cdc_ncm: remove descriptor pointers by Bjørn Mork · 11 years ago
  78. 1b5287a net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZE by Bjørn Mork · 11 years ago
  79. 6a9612e net: cdc_ncm: remove ncm_parm field by Bjørn Mork · 11 years ago
  80. f3028c5 net: cdc_ncm: remove tx_speed and rx_speed fields by Bjørn Mork · 11 years ago
  81. de5bee2 net: cdc_ncm: remove unused udev field by Bjørn Mork · 11 years ago
  82. bed6f76 net: cdc_ncm: remove redundant netdev field by Bjørn Mork · 11 years ago
  83. ff1632a net: cdc_ncm: remove redundant endpoint pointers by Bjørn Mork · 11 years ago
  84. 3e51566 net: cdc_ncm: remove redundant "intf" field by Bjørn Mork · 11 years ago
  85. f6701d5 net: cdc_ncm: add include protection to cdc_ncm.h by Bjørn Mork · 11 years ago
  86. 20572226 net: cdc_ncm: simplify and optimize frame padding by Bjørn Mork · 11 years ago
  87. c1a2e954 net: cdc_mbim: change the default to send ZLPs by Bjørn Mork · 11 years ago
  88. 5b8f15f net: cdc_mbim: handle IPv6 Neigbor Solicitations by Bjørn Mork · 11 years ago
  89. 2e19ef0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  90. 4800599 smsc9420: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  91. c501b1f smc91c92_cs: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  92. 2ad02bd smc9194: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  93. b1a04a6 smsc911x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  94. dcdf871 smc911x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  95. 6389aa4 smc91x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  96. 3ee307d epic100: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  97. 90df06b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  98. 853b185 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  99. 8ddd094 openvswitch: Use flow hash during flow lookup operation. by Pravin B Shelar · 11 years ago
  100. 5eb26b1 openvswitch: TCP flags matching support. by Jarno Rajahalme · 11 years ago