1. e267cb9 vlan: Implement vlan_dev_get_egress_qos_mask as an inline. by David S. Miller · 11 years ago
  2. 170e854 ixgbe: add warning when max_vfs is out of range. by Jacob Keller · 11 years ago
  3. 0123713 igb: Update link modes display in ethtool by Carolyn Wyborny · 11 years ago
  4. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  5. 9037c35 ip6_output: fragment outgoing reassembled skb properly by Jiri Pirko · 11 years ago
  6. 4e3faf8 MAINTAINERS: mv643xx_eth: take over maintainership from Lennart by Sebastian Hesselbarth · 11 years ago
  7. a33c4a2 net_sched: tbf: support of 64bit rates by Yang Yingliang · 11 years ago
  8. 51f3773 ixgbe: deleting dfwd stations out of order can cause null ptr deref by John Fastabend · 11 years ago
  9. 219354d ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPS by John Fastabend · 11 years ago
  10. f104a56 ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv by Duan Jiong · 11 years ago
  11. cdbe7c2 nfnetlink: do not ack malformed messages by Jiri Benc · 11 years ago
  12. 13eb2ab net: Fix "ip rule delete table 256" by Andreas Henriksson · 11 years ago
  13. 394055f ipv6: protect flow label renew against GC by Florent Fourcot · 11 years ago
  14. 53b4710 ipv6: increase maximum lifetime of flow labels by Florent Fourcot · 11 years ago
  15. 3fdfa5f ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt by Florent Fourcot · 11 years ago
  16. 3797d3e net: flow_dissector: small optimizations in IPv4 dissect by Eric Dumazet · 11 years ago
  17. cdc4ead netdev: smc91x: enable for xtensa by Baruch Siach · 11 years ago
  18. 74ecd3d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  19. c1f3bb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  20. dcd6077 inet: fix a UFO regression by Eric Dumazet · 11 years ago
  21. 0b2e2d3 Merge branch 'pskb_put' by David S. Miller · 11 years ago
  22. bc32383 net: skbuff - kernel-doc fixes by Mathias Krause · 11 years ago
  23. 253c6da caif: use pskb_put() instead of reimplementing its functionality by Mathias Krause · 11 years ago
  24. 0c7ddf3 net: move pskb_put() to core code by Mathias Krause · 11 years ago
  25. b5ad795 net: calxedaxgmac: Fix panic caused by MTU change of active interface by Andreas Herrmann · 11 years ago
  26. e21dd86 Merge branch 'mlx4' by David S. Miller · 11 years ago
  27. 163561a net/mlx4_en: Datapath structures are allocated per NUMA node by Eugenia Emantayev · 11 years ago
  28. 6e7136e net/mlx4_core: ICM pages are allocated on device NUMA node by Eugenia Emantayev · 11 years ago
  29. 41d942d net/mlx4_en: Datapath resources allocated dynamically by Eugenia Emantayev · 11 years ago
  30. f0f829b net/mlx4_core: Add immediate activate for VGT->VST->VGT by Rony Efraim · 11 years ago
  31. 571b8b9 net/mlx4_core: Initialize all mailbox buffers to zero before use by Jack Morgenstein · 11 years ago
  32. 75a353d net/mlx4_en: Add RFS support in UDP by Eyal Perry · 11 years ago
  33. 3cdcf13 Merge branch 'macvlan_hwaccel' by David S. Miller · 11 years ago
  34. 2a47fa4 ixgbe: enable l2 forwarding acceleration for macvlans by John Fastabend · 11 years ago
  35. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  36. 1ec4864 net/mlx4_en: Fixed crash when port type is changed by Amir Vadai · 11 years ago
  37. 5600090 isdn: icn: NULL dereference printing error message by Dan Carpenter · 11 years ago
  38. df42153 net: make ndev->irq signed for error handling by Dan Carpenter · 11 years ago
  39. 78032f9 6lowpan: release device on error path by Dan Carpenter · 11 years ago
  40. eb072c4 RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlans by Eyal Perry · 11 years ago
  41. d324353 net/vlan: Provide read access to the vlan egress map by Eyal Perry · 11 years ago
  42. 85aec73 tg3: avoid double-freeing of rx data memory by Ivan Vecera · 11 years ago
  43. 28fb965 MAINTAINERS: Update bnx2x maintainer by Eilon Greenstein · 11 years ago
  44. 98bbc06 net: x86: bpf: don't forget to free sk_filter (v2) by Andrey Vagin · 11 years ago
  45. 95ed401 Merge branch 'tipc_fragmentation' by David S. Miller · 11 years ago
  46. a715b49 tipc: reassembly failures should cause link reset by Erik Hugne · 11 years ago
  47. 40ba3cd tipc: message reassembly using fragment chain by Erik Hugne · 11 years ago
  48. 528f6f4 tipc: don't reroute message fragments by Erik Hugne · 11 years ago
  49. 3c57e86 ath9k: enable DFS for IBSS mode by Simon Wunderlich · 11 years ago
  50. b0db7b0 phy: Add MOXA MDIO driver by Jonas Jensen · 11 years ago
  51. 12465fb bonding: document the new packets_per_slave option by Nikolay Aleksandrov · 11 years ago
  52. 7395832 bonding: extend round-robin mode with packets_per_slave by Nikolay Aleksandrov · 11 years ago
  53. 6fb392b qeth: avoid buffer overflow in snmp ioctl by Ursula Braun · 11 years ago
  54. 17102f8 net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  55. c1fcbaa smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  56. f9bddcd udp: Remove unnecessary semicolon from do{}while (0) macro by Joe Perches · 11 years ago
  57. acec6d7 smsc9420: Use netif_<level> by Joe Perches · 11 years ago
  58. f5ba0b0 jme: Remove unused #define PFX by Joe Perches · 11 years ago
  59. 9bb8ca8 virtio-net: switch to use XPS to choose txq by Jason Wang · 11 years ago
  60. 249a363 ipv6: drop the judgement in rt6_alloc_cow() by Duan Jiong · 11 years ago
  61. 0e033e0 ipv6: fix headroom calculation in udp6_ufo_fragment by Hannes Frederic Sowa · 11 years ago
  62. 1cce16d net: mv643xx_eth: Add missing phy_addr_set in DT mode by Jason Gunthorpe · 11 years ago
  63. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  64. 6b73232 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  65. c046555 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  66. dce1eba Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 11 years ago
  67. 33b4434 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  68. b476d3f Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  69. 353c781 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  70. b915550 Merge branch 'huawei_cdc_ncm' by David S. Miller · 11 years ago
  71. 9fea037 net: cdc_ncm: remove non-standard NCM device IDs by Enrico Mioso · 11 years ago
  72. 41c47d8 net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driver by Enrico Mioso · 11 years ago
  73. 2f69702c net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-use by Enrico Mioso · 11 years ago
  74. b579035 ipv6: remove old conditions on flow label sharing by Florent Fourcot · 11 years ago
  75. cfce0a2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  76. ba27524 virtio-net: coalesce rx frags when possible during rx by Jason Wang · 11 years ago
  77. f8e617e net: introduce skb_coalesce_rx_frag() by Jason Wang · 11 years ago
  78. e50fddc vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) by Duan Jiong · 11 years ago
  79. 1ba3aab net: codel: Avoid undefined behavior from signed overflow by Jesper Dangaard Brouer · 11 years ago
  80. 13521a5 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  81. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  82. 0d41cca tcp: enable sockets to use MSG_FASTOPEN by default by Yuchung Cheng · 11 years ago
  83. f8785c5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  84. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  85. c359c415 netfilter: nft_compat: use _safe version of list_for_each by Dan Carpenter · 11 years ago
  86. 6fcf018 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  87. 5a6e55c Merge branch 'mlx4' by David S. Miller · 11 years ago
  88. 146f3ef net/mlx4_core: Implement resource quota enforcement by Jack Morgenstein · 11 years ago
  89. eb456a6 net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper by Jack Morgenstein · 11 years ago
  90. 5a0d0a6 mlx4: Structures and init/teardown for VF resource quotas by Jack Morgenstein · 11 years ago
  91. a30f1bc net/mlx4_core: Fix checking order in MR table init by Jack Morgenstein · 11 years ago
  92. 2c957ff net/mlx4_core: Don't fail reg/unreg vlan for older guests by Jack Morgenstein · 11 years ago
  93. 4874080 net/mlx4_core: Resource tracker for reg/unreg vlans by Jack Morgenstein · 11 years ago
  94. 2009d00 net/mlx4_en: Use vlan id instead of vlan index for unregistration by Jack Morgenstein · 11 years ago
  95. acddd5d net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec by Jack Morgenstein · 11 years ago
  96. 162226a net/mlx4_core: Fix register/unreg vlan flow by Jack Morgenstein · 11 years ago
  97. 3b4c5cb sh_eth: check platform data pointer by Sergei Shtylyov · 11 years ago
  98. 6f9fed0 Merge branch 'usbnet' by David S. Miller · 11 years ago
  99. e62416e net: cdc_mbim: fixup error return value by Bjørn Mork · 11 years ago
  100. c37ac9b net: cdc_mbim: no need to check for resume if suspend exists by Bjørn Mork · 11 years ago