1. 84222e2 net/cadence: get rid of HAVE_NET_MACB by Joachim Eastwood · 12 years ago
  2. 95ebcea net/macb: fix truncate warnings by Joachim Eastwood · 12 years ago
  3. 51ebd31 ipv6: add support of equal cost multipath (ECMP) by Nicolas Dichtel · 12 years ago
  4. d94ce9b ipv4: 16 slots in initial fib_info hash table by Eric Dumazet · 12 years ago
  5. 0e71c55 tcp: speedup SIOCINQ ioctl by Eric Dumazet · 12 years ago
  6. 354e4aa tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation by Eric Dumazet · 12 years ago
  7. 46baac3 pkt_sched: use ns_to_ktime() helper by Eric Dumazet · 12 years ago
  8. 47c1b7b be2net: Update driver version by Padmanabh Ratnakar · 12 years ago
  9. 76b7353 be2net: Fix skyhawk VF PCI Device ID by Padmanabh Ratnakar · 12 years ago
  10. 773a2d7 be2net: Fix FW flashing on Skyhawk-R by Padmanabh Ratnakar · 12 years ago
  11. 028991e be2net: Enabling Wake-on-LAN is not supported in S5 state by Padmanabh Ratnakar · 12 years ago
  12. dcf7ebb be2net: Fix VF driver load on newer Lancer FW by Padmanabh Ratnakar · 12 years ago
  13. c8a5416 be2net: Fix unnecessary delay in PCI EEH by Padmanabh Ratnakar · 12 years ago
  14. aa790db be2net: Fix issues in error recovery due to wrong queue state by Padmanabh Ratnakar · 12 years ago
  15. db15dfa be2net: Fix ethtool get_settings output for VF by Padmanabh Ratnakar · 12 years ago
  16. f25b119 be2net: Fix error messages while driver load for VFs by Padmanabh Ratnakar · 12 years ago
  17. a85e998 be2net: Fix configuring VLAN for VF for Lancer by Padmanabh Ratnakar · 12 years ago
  18. 67297ad be2net: Wait till resources are available for VF in error recovery by Padmanabh Ratnakar · 12 years ago
  19. 704e4c8 be2net: Fix change MAC operation for VF for Lancer by Padmanabh Ratnakar · 12 years ago
  20. d5c1847 be2net: Fix setting QoS for VF for Lancer by Padmanabh Ratnakar · 12 years ago
  21. abb9395 be2net: Fix driver load failure for different FW configs in Lancer by Padmanabh Ratnakar · 12 years ago
  22. 47b70db net:dev: remove double indentical assignment in dev_change_net_namespace(). by Rami Rosen · 12 years ago
  23. f7b86bf sockopt: Make SO_BINDTODEVICE readable by Pavel Emelyanov · 12 years ago
  24. 0da5f7c unix: Remove unused field from unix_sock by Pavel Emelyanov · 12 years ago
  25. 06e3041 pktgen: Use ipv6_addr_any by Joe Perches · 12 years ago
  26. 3fbca4a hyperv: Remove unnecessary comments in rndis_filter_receive_data() by Haiyang Zhang · 12 years ago
  27. 72ec301 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  28. 1b6f0f9 Merge branch 'at91' by David S. Miller · 12 years ago
  29. 4fa7fc1 ARM: AT91: remove old RM9200 EMAC register definitions by Joachim Eastwood · 12 years ago
  30. 6397346 net/at91_ether: convert to devm_* functions by Joachim Eastwood · 12 years ago
  31. 04879e5 net/at91_ether: clean up rx buffer handling by Joachim Eastwood · 12 years ago
  32. fbb7a6e net/at91_ether: use macb dma description struct by Joachim Eastwood · 12 years ago
  33. e0da1f1 net/at91_ether: share macb_set_rx_mode with macb by Joachim Eastwood · 12 years ago
  34. 5e32353d net/at91_ether: use ethtool and mdio from macb by Joachim Eastwood · 12 years ago
  35. 0112a1d net/at91_ether: compile macb for exported functions by Joachim Eastwood · 12 years ago
  36. 0005f54 net/macb: export some symbols for at91_ether by Joachim Eastwood · 12 years ago
  37. 54f14e4 net/at91_ether: use pclk member instead of ether_clk by Joachim Eastwood · 12 years ago
  38. b85008b net/at91_ether/macb: absorb at91_private in to macb private struct by Joachim Eastwood · 12 years ago
  39. a723b98 net/at91_ether: use macb defs for rx dma buffers by Joachim Eastwood · 12 years ago
  40. f8bded3 net/at91_ether: use macb access functions by Joachim Eastwood · 12 years ago
  41. bc3bbef net/at91_ether: use macb register definitions by Joachim Eastwood · 12 years ago
  42. 1fd3ca4 net/macb: add AT91RM9200 specific registers and bits to header by Joachim Eastwood · 12 years ago
  43. 6a05004 igb: Split igb_update_dca into separate Tx and Rx functions by Alexander Duyck · 12 years ago
  44. 0c2cc02 igb: Move the calls to set the Tx and Rx queues into igb_open by Alexander Duyck · 12 years ago
  45. 5536d21 igb: Combine q_vector and ring allocation into a single function by Alexander Duyck · 12 years ago
  46. de78d1f igb: Lock buffer size at 2K even on systems with larger pages by Alexander Duyck · 12 years ago
  47. 2e334ee igb: Move rx_buffer related code in Rx cleanup path into separate function by Alexander Duyck · 12 years ago
  48. cbc8e55 igb: Map entire page and sync half instead of mapping and unmapping half pages by Alexander Duyck · 12 years ago
  49. db2ee5b igb: Combine post-processing of skb into a single function by Alexander Duyck · 12 years ago
  50. 1a1c225 igb: Do not use header split, instead receive all frames into a single buffer by Alexander Duyck · 12 years ago
  51. b534550 igb: Split Rx timestamping into two separate functions by Alexander Duyck · 12 years ago
  52. ea5ceea igb: Correcting and improving small packet check and padding by Tushar Dave · 12 years ago
  53. 374c65d ixgbe: Add mailbox API version negotiation support to ixgbe PF by Alexander Duyck · 12 years ago
  54. 58a02be ixgbe: Move message handling routines into their own functions by Alexander Duyck · 12 years ago
  55. 872844d ixgbe: Enable jumbo frames support w/ SR-IOV by Alexander Duyck · 12 years ago
  56. 245f292 ixgbe: Initialize q_vector cpu and affinity masks correctly by Alexander Duyck · 12 years ago
  57. db0fe0b Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  58. a3374c4 tcp: fix FIONREAD/SIOCINQ by Eric Dumazet · 12 years ago
  59. c6846ee net: qmi_wwan: adding more ZTE devices by Bjørn Mork · 12 years ago
  60. 6d772ac netlink: use kfree_rcu() in netlink_release() by Eric Dumazet · 12 years ago
  61. 13d82bf ipv4: Fix flushing of cached routing informations by Steffen Klassert · 12 years ago
  62. 18c22a0 vlan: allow to change type when no vlan device is hooked on netdev by Jiri Pirko · 12 years ago
  63. 0ca7111 phy: add AT803x driver by Matus Ujhelyi · 12 years ago
  64. af1b85e usb/ipheth: Add iPhone 5 support by Jay Purohit · 12 years ago
  65. 6dae822 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  66. 7dac7b7 batman-adv: Fix potential broadcast BLA-duplicate-check race condition by Linus Lüssing · 12 years ago
  67. 7f112af batman-adv: Fix broadcast packet CRC calculation by Linus Lüssing · 12 years ago
  68. 43c422e apparmor: fix apparmor OOPS in audit_log_untrustedstring+0x1c/0x40 by John Johansen · 12 years ago
  69. 985c9e6 Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  70. 1867353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  71. ccbfddb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  72. bb2bab1 UAPI: Make arch/sparc/include/uapi/asm/sigcontext.h non-empty by David Howells · 12 years ago
  73. 588be30 UAPI: Make arch/sh/include/uapi/asm/hw_breakpoint.h non-empty by David Howells · 12 years ago
  74. 11b8d24 UAPI: Make arch/mn10300/include/uapi/asm/setup.h non-empty by David Howells · 12 years ago
  75. 0420c87 UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from arches by David Howells · 12 years ago
  76. e4522fc UAPI: The tile arch uses the generic ucontext.h file by David Howells · 12 years ago
  77. 4c7b279 UAPI: Place comments in empty arch Kbuilds to make them non-empty by David Howells · 12 years ago
  78. 64d7155 UAPI: Remove empty non-UAPI Kbuild files by David Howells · 12 years ago
  79. 0238047 UAPI: Remove empty conditionals from include/linux/Kbuild by David Howells · 12 years ago
  80. 886927e UAPI: Make uapi/linux/irqnr.h non-empty by David Howells · 12 years ago
  81. 3c5994c uapi: Allow automatic generation of uapi/asm/ header files by Catalin Marinas · 12 years ago
  82. 2ad5b9e netfilter: xt_TEE: don't use destination address found in header by Eric Dumazet · 12 years ago
  83. 0b4f5b1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Pablo Neira Ayuso · 12 years ago
  84. 8d2b6b3 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  85. 90a24a4 Merge branch 'frv' (FRV patches from David Howells) by Linus Torvalds · 12 years ago
  86. 0c552e5 FRV: Fix linux/elf-fdpic.h by David Howells · 12 years ago
  87. b4b5087 FRV: Fix const sections change by Andi Kleen · 12 years ago
  88. ce7bfc7 FRV: Fix incorrect symbol in copy_thread() by David Howells · 12 years ago
  89. 819e1c5 FRV: Fix VLIW packing constraint violation in entry.S by David Howells · 12 years ago
  90. 85eae82 printk: Fix scheduling-while-atomic problem in console_cpu_notify() by Paul E. McKenney · 12 years ago
  91. 75fa29c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  92. 5d5c5dc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  93. ecb2ecd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  94. afe594c Merge tag 'pinctrl-fixes-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  95. cba8d1c Merge branch 'ipmi' (IPMI patches from Corey Minyard) by Linus Torvalds · 12 years ago
  96. a6c16c2 IPMI: Detect register spacing on PCI interfaces by Corey Minyard · 12 years ago
  97. 9ebca93 IPMI: Fix some uninitialized warning by Corey Minyard · 12 years ago
  98. 061475b IPMI: Change link order by Matthew Garrett · 12 years ago
  99. 4033741 ACPI: Reorder IPMI driver before any other ACPI drivers by Matthew Garrett · 12 years ago
  100. d1bdc40 IPMI: Remove SMBus driver info from the docs by Corey Minyard · 12 years ago