1. ff66fc3 isdn/gigaset: drop duplicate declaration by Tilman Schmidt · 10 years ago
  2. 340b6e5 tipc: fix broadcast wakeup contention after congestion by Richard Alpe · 10 years ago
  3. 4f675eb enic: add support for set/get rss hash key by Govindarajulu Varadarajan · 10 years ago
  4. 7dbea3e Merge branch 'napi_page_frags' by David S. Miller · 10 years ago
  5. 45abfb1 ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align by Alexander Duyck · 10 years ago
  6. e2338f8 ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_align by Alexander Duyck · 10 years ago
  7. e0e3121 cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align by Alexander Duyck · 10 years ago
  8. 67fd893 ethernet/intel: Use napi_alloc_skb by Alexander Duyck · 10 years ago
  9. fd11a83 net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb by Alexander Duyck · 10 years ago
  10. ffde732 net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag by Alexander Duyck · 10 years ago
  11. 6e5f59a Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  12. 6c702fa dummy: use MODULE_VERSION by Flavio Leitner · 10 years ago
  13. 6ea3b44 net: sched: cls: use nla_nest_cancel instead of nlmsg_trim by Jiri Pirko · 10 years ago
  14. f9c5c62 amd-xgbe: Use disable_irq_nosync when in IRQ context by Lendacky, Thomas · 10 years ago
  15. 213a992 net: fec: avoid kernal crash by NULL pointer when no phy connection by Nimrod Andy · 10 years ago
  16. 023160b tipc: avoid double lock 'spin_lock:&seq->lock' by Ying Xue · 10 years ago
  17. fb3b596 net: systemport: allow changing MAC address by Florian Fainelli · 10 years ago
  18. 6271037 Merge branch 'bridge_mode' by David S. Miller · 10 years ago
  19. 4a5fdfe bridge: remove mode BRIDGE_MODE_SWDEV by Roopa Prabhu · 10 years ago
  20. 1d460b9 rocker: remove swdev mode by Roopa Prabhu · 10 years ago
  21. fc0bdbb bridge: new mode flag to indicate mode 'undefined' by Roopa Prabhu · 10 years ago
  22. b5f185f Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  23. 450fa21 sh_eth: Remove redundant alignment adjustment by Mitsuhiro Kimura · 10 years ago
  24. 319cd52 sh_eth: Optimization for RX excess judgement by Mitsuhiro Kimura · 10 years ago
  25. e008f3f net: avoid to call skb_queue_len again by Li RongQing · 10 years ago
  26. 5d6201e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  27. 602de7e Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 10 years ago
  28. 605ad7f tcp: refine TSO autosizing by Eric Dumazet · 10 years ago
  29. 218321e bury memcpy_toiovec() by Al Viro · 10 years ago
  30. d3a9632 skb_copy_datagram_iovec() can die by Al Viro · 10 years ago
  31. ba56840 ppp_read(): switch to skb_copy_datagram_iter() by Al Viro · 10 years ago
  32. e5a4b0b switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives by Al Viro · 10 years ago
  33. 1783639 first fruits - kill l2cap ->memcpy_fromiovec() by Al Viro · 10 years ago
  34. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  35. d838df2 vmci: propagate msghdr all way down to __qp_memcpy_from_queue() by Al Viro · 10 years ago
  36. 56c39fb switch l2cap ->memcpy_fromiovec() to msghdr by Al Viro · 10 years ago
  37. f4362a2 switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) by Al Viro · 10 years ago
  38. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  39. 19e3c66 ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt" by Al Viro · 10 years ago
  40. b61e9dc raw.c: stick msghdr into raw_frag_vec by Al Viro · 10 years ago
  41. c7f3685 Merge branch 'iov_iter' into for-davem-2 by Al Viro · 10 years ago
  42. 5e84e18 chelsio: fix misspelling of current function in string by Julia Lawall · 10 years ago
  43. d954e87 hp100: fix misspelling of current function in string by Julia Lawall · 10 years ago
  44. 791a1dd uli526x: fix misspelling of current function in string by Julia Lawall · 10 years ago
  45. eeb4e6d isdn: fix misspelling of current function in string by Julia Lawall · 10 years ago
  46. bbc7975 dmfe: fix misspelling of current function in string by Julia Lawall · 10 years ago
  47. d6b00fe macvlan: play well with ipvlan device by Mahesh Bandewar · 10 years ago
  48. 5933fea ipvlan: move the device check function into netdevice.h by Mahesh Bandewar · 10 years ago
  49. 764e433 ipvlan: play well with macvlan device by Mahesh Bandewar · 10 years ago
  50. 2f33e7d netdevice: Add a function to check macvlan port by Mahesh Bandewar · 10 years ago
  51. dbfc4fb dst: no need to take reference on DST_NOCACHE dsts by Hannes Frederic Sowa · 10 years ago
  52. c19be73 dummy: add support for ethtool get_drvinfo by Flavio Leitner · 10 years ago
  53. 6dc6964 Documentation (ixgbe.txt): use a decimal address. by Rami Rosen · 10 years ago
  54. d2b2a13 openvswitch: set correct protocol on route lookup by Jiri Benc · 10 years ago
  55. 62dbe83 macvlan: allow setting LRO independently of lower device by Michal Kubeček · 10 years ago
  56. 4bd145b i40e/i40evf: Convert macro to static inline by Jeff Kirsher · 10 years ago
  57. e51d9b8 i40e: add to NVM update debug message by Shannon Nelson · 10 years ago
  58. bf848f3 i40e: check for AQ timeout in aq_rc decode by Shannon Nelson · 10 years ago
  59. a3f0b38 i40e: poll on NVM semaphore only if not other error by Shannon Nelson · 10 years ago
  60. 0fdd052 i40e: fix up NVM update sm error handling by Shannon Nelson · 10 years ago
  61. c509c1d i40e: set max limit for access polling by Shannon Nelson · 10 years ago
  62. 2a6d8c2 i40e: remove unused nvm_semaphore_wait by Shannon Nelson · 10 years ago
  63. 0f52958 i40e: init NVM update state on adminq init by Shannon Nelson · 10 years ago
  64. 43477d2 i40e: add range check to i40e_aq_rc_to_posix by Shannon Nelson · 10 years ago
  65. 74d0d0e i40e: rework debug messages for NVM update by Shannon Nelson · 10 years ago
  66. bf06f7a i40e: let firmware catch the NVM busy error by Shannon Nelson · 10 years ago
  67. c150a50 i40e: better error messages for NVM update issues by Shannon Nelson · 10 years ago
  68. 4443ec9 i40e: clear NVM update state on ethtool test by Shannon Nelson · 10 years ago
  69. bd42b78 net: sched: cls_basic: fix error path in basic_change() by Jiri Pirko · 10 years ago
  70. 0f6538c net: macb: Remove obsolete comment from Kconfig by James Byrne · 10 years ago
  71. b2abeed net: ethernet: rocker: Add dependency to CONFIG_BRIDGE in Kconfig by Andreas Ruprecht · 10 years ago
  72. 0cf00c6 net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate code by Gu Zheng · 10 years ago
  73. 42eef7a tcp_cubic: refine Hystart delay threshold by Eric Dumazet · 10 years ago
  74. 6e3a8a9 tcp_cubic: add SNMP counters to track how effective is Hystart by Eric Dumazet · 10 years ago
  75. 5cccc70 x86: bpf_jit_comp: Remove inline from static function definitions by Joe Perches · 10 years ago
  76. d148134 x86: bpf_jit_comp: Reduce is_ereg() code size by Joe Perches · 10 years ago
  77. 57d743a net: sched: cls: remove unused op put from tcf_proto_ops by Jiri Pirko · 10 years ago
  78. 02dc402 bnx2x: Use correct fastpath version for VFs. by Yuval Mintz · 10 years ago
  79. 36c71a7 net: tulip: Remove private "strncmp" by Rasmus Villemoes · 10 years ago
  80. c8a73a3 drivers: net : cpsw: Update Kconfig for CPSW by Lokesh Vutla · 10 years ago
  81. 4988bb4 tipc: fix missing spinlock init and nullptr oops by Erik Hugne · 10 years ago
  82. d9a28c5 r8152: redefine REALTEK_USB_DEVICE by hayeswang · 10 years ago
  83. 6ffe75e net: avoid two atomic operations in fast clones by Eric Dumazet · 10 years ago
  84. 395eea6 rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() by Mahesh Bandewar · 10 years ago
  85. 5f4d8d9 tc_act: export uapi header file by stephen hemminger · 10 years ago
  86. 7ee8136 Merge branch 'cxgb4-next' by David S. Miller · 10 years ago
  87. dff04bc cxgb4: Update firmware version after flashing it via ethtool by Hariprasad Shenai · 10 years ago
  88. df64e4d cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addresses by Hariprasad Shenai · 10 years ago
  89. e85c9a7 cxgb4/cxgb4vf: Add code to calculate T5 BAR2 Offsets for SGE Queue Registers by Hariprasad Shenai · 10 years ago
  90. e0a8b34 cxgb4vf: Add and initialize some sge params for VF driver by Hariprasad Shenai · 10 years ago
  91. 88b17b6 tipc: drop tx side permission checks by Erik Hugne · 10 years ago
  92. 11e6c65 rocker: fix eth_type type in struct rocker_ctrl by Jiri Pirko · 10 years ago
  93. 9b03c71 rocker: introduce be put/get variants and use it when appropriate by Jiri Pirko · 10 years ago
  94. 86fe8f8 ipv6: remove useless spin_lock/spin_unlock by Duan Jiong · 10 years ago
  95. 54ceb9e amd-xgbe: IRQ names require allocated memory by Lendacky, Thomas · 10 years ago
  96. 9cdfe2c sunvnet: fix incorrect rcu_read_unlock() in vnet_start_xmit() by David L Stevens · 10 years ago
  97. 58048e6 Merge branch 'genet-gphy' by David S. Miller · 10 years ago
  98. 60efff0 net: phy: bcm7xxx: add an explicit version check for GPHY rev G0 by Florian Fainelli · 10 years ago
  99. b04a2f5 net: bcmgenet: add support for new GENET PHY revision scheme by Florian Fainelli · 10 years ago
  100. 6db70e3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago