1. 1ea52fb mISDN: Layer1 statemachine fix by Karsten Keil · 13 years ago
  2. c626c12 mISDN: Make layer1 timer 3 value configurable by Karsten Keil · 13 years ago
  3. 8423e6b mISDN: L2 timeouts need to be queued as L2 event by Karsten Keil · 13 years ago
  4. 7ed80fe mISDN: Fix refcounting bug by Karsten Keil · 13 years ago
  5. 82107b7 mISDN: Added PH_* state info to tei manager. by Andreas Eversberg · 13 years ago
  6. 1704575 net: sched: factorize code (qdisc_drop()) by Eric Dumazet · 13 years ago
  7. 041441d ixgbe: Update link flow control to correctly handle multiple packet buffer DCB by Alexander Duyck · 13 years ago
  8. 67a79df ixgbe: Reorder link flow control functions in ixgbe_common.c by Alexander Duyck · 13 years ago
  9. dd411ec ixgbe: Use __free_pages instead of put_page to release pages by Alexander Duyck · 13 years ago
  10. 786e9a5 ixgbe: Make ixgbe_fc_autoneg return void and always set current_mode by Alexander Duyck · 13 years ago
  11. d0bfcdf ixgbe: Reorder the ring to q_vector mapping to improve performance by Alexander Duyck · 13 years ago
  12. a4d4f62 ixgbe: Track instances of buffer available but no DMA resources present by Alexander Duyck · 13 years ago
  13. 2fbe452 e1000e: initial support for i217 by Bruce Allan · 13 years ago
  14. d02c70a e1000e: Update driver version number by Matthew Vick · 13 years ago
  15. f192508 net/niu: remove one superfluous dma mask check by Sebastian Andrzej Siewior · 13 years ago
  16. 64e771bb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  17. 3a7c1ee4 skb: Add skb_head_is_locked helper function by Alexander Duyck · 13 years ago
  18. 715dc1f net: Fix truesize accounting in skb_gro_receive() by Eric Dumazet · 13 years ago
  19. 9cd9130 ixgbevf: Update version string by Greg Rose · 13 years ago
  20. 795180d ixgbevf: Make sure jumbo frames are set correctly after PF reset by Greg Rose · 13 years ago
  21. 31a1b37 ixgbevf: Add support to recognize 100mb link speed by Greg Rose · 13 years ago
  22. 59aed95 e1000e: Remove special case for 82573/82574 ASPM L1 disablement by Chris Boot · 13 years ago
  23. d4a4206 e1000e: Disable ASPM L1 on 82574 by Chris Boot · 13 years ago
  24. f6bd557 e1000e: Driver workaround for IPv6 Header Extension Erratum. by Matthew Vick · 13 years ago
  25. 885fe7b e1000e: Resolve intermittent negotiation issue on 82574/82583. by Matthew Vick · 13 years ago
  26. f1430d6 e1000e: cleanup long [read|write]_reg_locked PHY ops function pointers by Bruce Allan · 13 years ago
  27. 7c0427e e1000e: suggest a possible workaround to a device hang on 82577/8 by Bruce Allan · 13 years ago
  28. af94bf6 ixgbe: Fix use after free on module remove by Alexander Duyck · 13 years ago
  29. 34a802a tcp: move stats merge to the end of tcp_try_coalesce by Alexander Duyck · 13 years ago
  30. 57b55a7 tcp: Move code related to head frag in tcp_try_coalesce by Alexander Duyck · 13 years ago
  31. c73c3d9 tcp: Fix truesize accounting in tcp_try_coalesce by Alexander Duyck · 13 years ago
  32. 8c1ae10 net: Add missing linux/prefetch.h include to net/core/sock.c by David S. Miller · 13 years ago
  33. 2996d31 net: Stop decapitating clones that have a head_frag by Alexander Duyck · 13 years ago
  34. b081f85 net: implement tcp coalescing in tcp_queue_rcv() by Eric Dumazet · 13 years ago
  35. 923dd34 net: take care of cloned skbs in tcp_try_coalesce() by Eric Dumazet · 13 years ago
  36. eeb7fc7 be2net: Fix EEH error reset before a flash dump completes by Somnath Kotur · 13 years ago
  37. aaa6dae be2net: Record receive queue index in skb to aid RPS. by Somnath Kotur · 13 years ago
  38. 682256d be2net: Fix to apply duplex value as unknown when link is down. by Somnath Kotur · 13 years ago
  39. 22ca7a6 be2net: Fix to not set link speed for disabled functions of a UMC card by Somnath Kotur · 13 years ago
  40. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 13 years ago
  41. eed530b tcp: early retransmit by Yuchung Cheng · 13 years ago
  42. 1fbc340 tcp: early retransmit: tcp_enter_recovery() by Yuchung Cheng · 13 years ago
  43. 5c6239c net/pasemi: fix compiler warning by Stephen Rothwell · 13 years ago
  44. 69c326b bnx2x: fix handling single MSIX mode for 57710/57711 by Dmitry Kravkov · 13 years ago
  45. 6b42a9c ixgbe: Reset max_vfs to zero when user request is out of range by Greg Rose · 13 years ago
  46. 2ee7065 ixgbe: Deny MACVLAN requests from VFs with admin set MAC by Greg Rose · 13 years ago
  47. 3ca8bc6 ixgbe: add hwmon interface to export thermal data by Don Skidmore · 13 years ago
  48. e1ea915 ixgbe: add support functions to access thermal data by Don Skidmore · 13 years ago
  49. 69e1e01 e1000e: fix .ndo_set_rx_mode for 82579 by Bruce Allan · 13 years ago
  50. cb17aab e1000e: PHY initialization flow changes for 82577/8/9 by Bruce Allan · 13 years ago
  51. 62bc813 e1000e: workaround EEPROM configuration change on 82579 by Bruce Allan · 13 years ago
  52. e4ae004 netem: add ECN capability by Eric Dumazet · 13 years ago
  53. 18d0700 net: skb_peek()/skb_peek_tail() cleanups by Eric Dumazet · 13 years ago
  54. e4cbb02 net: add a prefetch in socket backlog processing by Eric Dumazet · 13 years ago
  55. 5dac94e l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 by James Chapman · 13 years ago
  56. a32e0ee l2tp: introduce L2TPv3 IP encapsulation support for IPv6 by Chris Elston · 13 years ago
  57. a495f83 ipv6: Export ipv6 functions for use by other protocols by Chris Elston · 13 years ago
  58. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 13 years ago
  59. 2121c3f l2tp: show IPv6 addresses in l2tp debugfs file by Chris Elston · 13 years ago
  60. b79585f l2tp: pppol2tp_connect() handles ipv6 sockaddr variants by James Chapman · 13 years ago
  61. 9d4ec1a pppox: Replace __attribute__((packed)) in if_pppox.h by James Chapman · 13 years ago
  62. c8657fd l2tp: remove unused stats from l2tp_ip socket by James Chapman · 13 years ago
  63. de3c7a1 l2tp: Use ip4_datagram_connect() in l2tp_ip_connect() by James Chapman · 13 years ago
  64. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 13 years ago
  65. 80bcb42 atl1c: remove PHY polling from atl1c_change_mtu by Huang, Xiong · 13 years ago
  66. 4fc3635 atl1c: Disable L0S when no cable link by Huang, Xiong · 13 years ago
  67. 5e5c096 atl1c: do MAC-reset when PHY link down by Huang, Xiong · 13 years ago
  68. 0aa76ce atl1c: cancel task when interface closed by Huang, Xiong · 13 years ago
  69. f56fa56 atl1c: enlarge L1 response waiting timer by Huang, Xiong · 13 years ago
  70. 229e6b6 atl1c: refine mac address related code by Huang, Xiong · 13 years ago
  71. e119258 atl1c: remove code of closing register writable attribution by Huang, Xiong · 13 years ago
  72. 87eabe6 atl1c: clear WoL status when reset pcie by Huang, Xiong · 13 years ago
  73. 903d7ce atl1c: add PHY link event(up/down) patch by Huang, Xiong · 13 years ago
  74. 7cb6a29 atl1c: add workaround for issue of bit INTX-disable for MSI interrupt by Huang, Xiong · 13 years ago
  75. b6d151b Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 13 years ago
  76. 1191cb8 bnx2x: remove some bloat by Eric Dumazet · 13 years ago
  77. d344c4f pch_gbe: reprogram multicast address register on reset by RongQing.Li · 13 years ago
  78. 1d0c0b3 net: makes skb_splice_bits() aware of skb->head_frag by Eric Dumazet · 13 years ago
  79. 329033f tcp: makes tcp_try_coalesce aware of skb->head_frag by Eric Dumazet · 13 years ago
  80. d7e8883 net: make GRO aware of skb->head_frag by Eric Dumazet · 13 years ago
  81. 8d4057a tg3: provide frags as skb head by Eric Dumazet · 13 years ago
  82. d3836f2 net: allow skb->head to be a page fragment by Eric Dumazet · 13 years ago
  83. 49cbb1c forcedeth: add transmit timestamping support by Willem de Bruijn · 13 years ago
  84. 8373c57 bnx2x: add transmit timestamping support by Willem de Bruijn · 13 years ago
  85. 80be312 e1000e: add transmit timestamping support by Willem de Bruijn · 13 years ago
  86. eab467f e1000: add transmit timestamping support by Willem de Bruijn · 13 years ago
  87. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 13 years ago
  88. bb63f1f bridge: Fix fatal typo in setup of multicast_querier_expired by Herbert Xu · 13 years ago
  89. d499bd2 l2tp: Add missing net/net/ip6_checksum.h include. by David S. Miller · 13 years ago
  90. d2cf336 net/l2tp: add support for L2TP over IPv6 UDP by Benjamin LaHaise · 13 years ago
  91. d7f3f62 net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6 by Benjamin LaHaise · 13 years ago
  92. cb80ef4 net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb() by Benjamin LaHaise · 13 years ago
  93. f7ad74f net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb by Benjamin LaHaise · 13 years ago
  94. a319726 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  95. 62ecc37 drivers/net/oki-semi: Donot recompute IP header checksum by RongQing.Li · 13 years ago
  96. d89bdff drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALEN by RongQing.Li · 13 years ago
  97. 86cc070 net/at91_ether: use gpio_to_irq for phy IRQ line by Nicolas Ferre · 13 years ago
  98. c5f0f83 AT91: Remove fixed mapping for AT91RM9200 ethernet by Andrew Victor · 13 years ago
  99. cb75a36 net: Fixed a coding style issue related to spaces. by Jeffrin Jose · 13 years ago
  100. aad5854 tipc: Reject payload messages with invalid message type by Allan Stephens · 13 years ago