1. 0714812 openvswitch: Eliminate memset() from flow_extract. by Jesse Gross · 10 years ago
  2. 0b5e8b8 net: Add Geneve tunneling protocol driver by Andy Zhou · 10 years ago
  3. c259c13 net: fec: fix build error at m68k platform by Frank Li · 10 years ago
  4. 5ad6e6c net: bcmgenet: improve bcmgenet_mii_setup() by Petri Gynther · 10 years ago
  5. f13909c Merge branch 'altera_tse' by David S. Miller · 10 years ago
  6. 3354313 Altera TSE: Add support for no PHY by Walter Lozano · 10 years ago
  7. 004fa11 Altera TSE: Move PHY get addr and MDIO create by Walter Lozano · 10 years ago
  8. a4b4a2b Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  9. 61b37d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  10. ad9eef5 Merge branch 'bridge_default_pvid' by David S. Miller · 10 years ago
  11. 5be5a2d bridge: Add filtering support for default_pvid by Vlad Yasevich · 10 years ago
  12. 3df6bf4 bridge: Simplify pvid checks. by Vlad Yasevich · 10 years ago
  13. 96a20d9 bridge: Add a default_pvid sysfs attribute by Vlad Yasevich · 10 years ago
  14. e885439 net: pxa168_eth: avoid using signed char for bitops by Antoine Ténart · 10 years ago
  15. 5555dfd Merge branch 'isdn-next' by David S. Miller · 10 years ago
  16. 7b0c67e4 isdn/gigaset: use USB API function usb_endpoint_num() by Tilman Schmidt · 10 years ago
  17. 434d13b isdn/gigaset: drop unused cardstate structure member by Tilman Schmidt · 10 years ago
  18. 5dcd7d8 isdn/gigaset: improve error handling when leaving DLE mode by Tilman Schmidt · 10 years ago
  19. 51db998 isdn/capi: drop two dead if branches by Tilman Schmidt · 10 years ago
  20. 1e203c1 net: sched: suspicious RCU usage in qdisc_watchdog by John Fastabend · 10 years ago
  21. f7d6b96 net: dsa: do not call phy_start_aneg by Florian Fainelli · 10 years ago
  22. dd3619f Removed unused inet6 address state by Sébastien Barré · 10 years ago
  23. c8753d5 net: Cleanup skb cloning by adding SKB_FCLONE_FREE by Vijay Subramanian · 10 years ago
  24. 9fab426 mlx4: add a new xmit_more counter by Eric Dumazet · 10 years ago
  25. 6106253 Merge branch 'gudp' by David S. Miller · 10 years ago
  26. bc1fc39 ip_tunnel: Add GUE support by Tom Herbert · 10 years ago
  27. 37dd024 gue: Receive side for Generic UDP Encapsulation by Tom Herbert · 10 years ago
  28. efc98d0 fou: eliminate IPv4,v6 specific GRO functions by Tom Herbert · 10 years ago
  29. 7371e02 ip_tunnel: Account for secondary encapsulation header in max_headroom by Tom Herbert · 10 years ago
  30. 0129120 net: do not export skb_gro_receive() by Eric Dumazet · 10 years ago
  31. ad2a2a6 drivers/net/irda/Kconfig: Let SH_IRDA depend on HAS_IOMEM by Chen Gang · 10 years ago
  32. 65cb29a drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEM by Chen Gang · 10 years ago
  33. 28b5533 drivers/net/dsa/Kconfig: Let NET_DSA_BCM_SF2 depend on HAS_IOMEM by Chen Gang · 10 years ago
  34. 9dc8be2 drivers/net/can/Kconfig: Let CAN_AT91 depend on HAS_IOMEM by Chen Gang · 10 years ago
  35. 579899a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  36. 48fea86 Merge branch 'mlx5-next' by David S. Miller · 10 years ago
  37. f832dc8 net/mlx5_core: Add ConnectX-4 to list of supported devices by Eli Cohen · 10 years ago
  38. 5903325 net/mlx5_core: Identify resources by their type by Eli Cohen · 10 years ago
  39. b775516 net/mlx5_core: use set/get macros in device caps by Eli Cohen · 10 years ago
  40. d29b796 net/mlx5_core: Use hardware registers description header file by Eli Cohen · 10 years ago
  41. c7a08ac net/mlx5_core: Update device capabilities handling by Eli Cohen · 10 years ago
  42. 55a93b3 qdisc: validate skb without holding lock by Eric Dumazet · 10 years ago
  43. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  44. c2bf5ec Merge branch 'qdisc_bulk_dequeue' by David S. Miller · 10 years ago
  45. 808e7ac qdisc: dequeue bulking also pickup GSO/TSO packets by Jesper Dangaard Brouer · 10 years ago
  46. 5772e9a qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE by Jesper Dangaard Brouer · 10 years ago
  47. 38df649 et131x: Add PCIe gigabit ethernet driver et131x to drivers/net by Mark Einon · 10 years ago
  48. 8da4cc1 netfilter: nft_masq: register/unregister notifiers on module init/exit by Arturo Borrero · 10 years ago
  49. 3f08e47 rtlwifi: Fix static checker warnings for various drivers by Larry Finger · 10 years ago
  50. 989377e rtlwifi: Fix Kconfig for RTL8192EE by Larry Finger · 10 years ago
  51. e2cba8d ath9k: Fix flushing in MCC mode by Sujith Manoharan · 10 years ago
  52. 5ba8d9d ath9k: Fix queue handling for channel contexts by Sujith Manoharan · 10 years ago
  53. a064eaa ath9k: Add ath9k_chanctx_stop_queues() by Sujith Manoharan · 10 years ago
  54. b390315 ath9k: Pass context to ath9k_chanctx_wake_queues() by Sujith Manoharan · 10 years ago
  55. 4f82eec ath9k: Fix queue handling in flush() by Sujith Manoharan · 10 years ago
  56. 60913f4 ath9k: Remove duplicate code by Sujith Manoharan · 10 years ago
  57. fc1314c ath9k: Fix pending frame check by Sujith Manoharan · 10 years ago
  58. b736728 ath9k: Check pending frames properly by Sujith Manoharan · 10 years ago
  59. 4b60af4 ath9k: Print RoC expiration by Sujith Manoharan · 10 years ago
  60. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  61. 030bb75 mwifiex: add support for SD8887 chipset by Avinash Patil · 10 years ago
  62. 554a011 mwifiex: few more register offset entries for sdio card structure by Avinash Patil · 10 years ago
  63. dba4b74 wil6210: atomic I/O for the card memory by Vladimir Kondratiev · 10 years ago
  64. c33407a wil6210: manual FW error recovery mode by Vladimir Kondratiev · 10 years ago
  65. e6664df ath: Add support for tracing by Sujith Manoharan · 10 years ago
  66. f6cd071 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  67. 07dcc68 ipvs: Clean up comment style in ip_vs.h by Simon Horman · 10 years ago
  68. 4b7fd5d netfilter: explicit module dependency between br_netfilter and physdev by Pablo Neira Ayuso · 10 years ago
  69. 36d2af5 netfilter: nf_tables: allow to filter from prerouting and postrouting by Pablo Neira Ayuso · 10 years ago
  70. 756c1b1 netfilter: nft_compat: remove incomplete 32/64 bits arch compat code by Pablo Neira Ayuso · 10 years ago
  71. 1b1bc49 netfilter: nf_tables: wait for call_rcu completion on module removal by Pablo Neira Ayuso · 10 years ago
  72. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  73. c8d7b98 netfilter: move nf_send_resetX() code to nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  74. 51b0a5d netfilter: nft_reject: introduce icmp code abstraction for inet and bridge by Pablo Neira Ayuso · 10 years ago
  75. 9c238ca Bluetooth: 6lowpan: Check transmit errors for multicast packets by Jukka Rissanen · 10 years ago
  76. d7b6b0a Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets by Jukka Rissanen · 10 years ago
  77. a7807d73 Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails by Jukka Rissanen · 10 years ago
  78. fc12518 Bluetooth: 6lowpan: Memory leak as the skb is not freed by Jukka Rissanen · 10 years ago
  79. b5d130c igb: bump version to 5.2.15 by Todd Fujinaka · 10 years ago
  80. a81fb04 i40e/igb: Convert to dev_consume_skb_any() by Rick Jones · 10 years ago
  81. 7acf631 igb: remove blocking phy read from inside spinlock by Bernhard Kaindl · 10 years ago
  82. 3463de1 ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES by Ethan Zhao · 10 years ago
  83. ffefa9f ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL by Emil Tantilov · 10 years ago
  84. 340c520 ixgbe: remove wait loop on autoneg for copper devices by Emil Tantilov · 10 years ago
  85. fe1f2a9 ixgbe: Convert the normal transmit complete path to dev_consume_skb_any() by Rick Jones · 10 years ago
  86. 02e246a Bluetooth: Fix lockdep warning with l2cap_chan_connect by Johan Hedberg · 10 years ago
  87. c9d4994 fm10k: Correctly set the number of Tx queues by Alexander Duyck · 10 years ago
  88. fd33396 fm10k: Reduce buffer size when pages are larger than 4K by Alexander Duyck · 10 years ago
  89. 50dddff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  90. 439e957 bna: Update Maintainer Email by Rasesh Mody · 10 years ago
  91. d068b02 net: phy: add BCM7425 and BCM7429 PHYs by Petri Gynther · 10 years ago
  92. bc23333 net: bcmgenet: fix bcmgenet_put_tx_csum() by Petri Gynther · 10 years ago
  93. 38b2cf2 net: pktgen: packet bursting via skb->xmit_more by Alexei Starovoitov · 10 years ago
  94. 775dd69 net: bridge: add a br_set_state helper function by Florian Fainelli · 10 years ago
  95. a0efb80 net_sched: avoid calling tcf_unbind_filter() in call_rcu callback by WANG Cong · 10 years ago
  96. 6e05656 net_sched: fix another crash in cls_tcindex by WANG Cong · 10 years ago
  97. 25e379c Merge branch 'udp_gso' by David S. Miller · 10 years ago
  98. 996c9fd vxlan: Set inner protocol before transmit by Tom Herbert · 10 years ago
  99. 54bc9ba gre: Set inner protocol in v4 and v6 GRE transmit by Tom Herbert · 10 years ago
  100. 077c5a0 ipip: Set inner IP protocol in ipip by Tom Herbert · 10 years ago