1. d55d282 sch_tbf: use do_div() for 64-bit divide by Yang Yingliang · 12 years ago
  2. 9750223 udp: ipv4: must add synchronization in udp_sk_rx_dst_set() by Eric Dumazet · 12 years ago
  3. a1bf175 net:fec: remove duplicate lines in comment about errata ERR006358 by Philippe De Muyter · 12 years ago
  4. 9508fdd Revert "8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature" by David S. Miller · 12 years ago
  5. 99023e9 8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature by Matthew Whitehead · 12 years ago
  6. d52eb0d xen-netback: make sure skb linear area covers checksum field by Paul Durrant · 12 years ago
  7. 3f823c1 net: smc91x: Fix device tree based configuration so it's usable by Tony Lindgren · 12 years ago
  8. 610438b udp: ipv4: fix potential use after free in udp_v4_early_demux() by Eric Dumazet · 12 years ago
  9. ce232ce macvtap: signal truncated packets by Jason Wang · 12 years ago
  10. e6fd07c tun: unbreak truncated packet signalling by Jason Wang · 12 years ago
  11. 1598f7c net: sched: htb: fix the calculation of quantum by Yang Yingliang · 12 years ago
  12. cc106e4 net: sched: tbf: fix the calculation of max_size by Yang Yingliang · 12 years ago
  13. 4bd7b51 micrel: add support for KSZ8041RNLI by Sergei Shtylyov · 12 years ago
  14. d0977e2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  15. 33457ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  16. 8afdd99 udp: ipv4: fix an use after free in __udp4_lib_rcv() by Eric Dumazet · 12 years ago
  17. 4585a79 Merge branch 'sctp' by David S. Miller · 12 years ago
  18. b486b22 sctp: fix up a spacing by wangweidong · 12 years ago
  19. 4f3fdf3 sctp: add check rto_min and rto_max in sysctl by wangweidong · 12 years ago
  20. 85f935d sctp: check the rto_min and rto_max in setsockopt by wangweidong · 12 years ago
  21. ce7a3bd ipv6: do not erase dst address with flow label destination by Florent Fourcot · 12 years ago
  22. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 12 years ago
  23. 231df15 Merge branch 'tipc' by David S. Miller · 12 years ago
  24. 00ede97 tipc: protect handler_enabled variable with qitem_lock spin lock by Ying Xue · 12 years ago
  25. 993b858 tipc: correct the order of stopping services at rmmod by Jon Paul Maloy · 12 years ago
  26. 388d333 tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0 by Nat Gurumoorthy · 12 years ago
  27. bbd3762 net: Revert macvtap/tun truncation signalling changes. by David S. Miller · 12 years ago
  28. 730054d macvtap: signal truncated packets by Jason Wang · 12 years ago
  29. 923347b tun: unbreak truncated packet signalling by Jason Wang · 12 years ago
  30. fffc15a vxlan: release rt when found circular route by Fan Du · 12 years ago
  31. 12663bf net: unix: allow set_peek_off to fail by Sasha Levin · 12 years ago
  32. 88b07b3 Merge branch 'sfc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc by David S. Miller · 12 years ago
  33. e9c56f8 net: allwinner: emac: Add missing free_irq by Maxime Ripard · 12 years ago
  34. 673498b inet: fix NULL pointer Oops in fib(6)_rule_suppress by Stefan Tomanek · 12 years ago
  35. d323e92c net: drop_monitor: fix the value of maxattr by Changli Gao · 12 years ago
  36. ec21b6b net: emaclite: add barriers to support Xilinx Zynq platform by Srikanth Thokala · 12 years ago
  37. 243fedd net: emaclite: Remove unnecessary code that enables/disables interrupts on PONG buffers by Srikanth Thokala · 12 years ago
  38. a3300ef ipv6: don't count addrconf generated routes against gc limit by Hannes Frederic Sowa · 12 years ago
  39. 6a46ff8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 12 years ago
  40. 66e56cd packet: fix send path when running with proto == 0 by Daniel Borkmann · 12 years ago
  41. bbf807b ath9k: fix duration calculation for non-aggregated packets by Felix Fietkau · 12 years ago
  42. cf9dc09 netfilter: nf_tables: fix missing rules flushing per table by Pablo Neira Ayuso · 12 years ago
  43. b4ef4ce netfilter: xt_hashlimit: fix proc entry leak in netns destroy path by Sergey Popovich · 12 years ago
  44. 6b294b8 sfc: Poll for MCDI completion once before timeout occurs by Robert Stonehouse · 12 years ago
  45. 5731d7b sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once() by Robert Stonehouse · 12 years ago
  46. 2ec0301 sfc: RX buffer allocation takes prefix size into account in IP header alignment by Andrew Rybchenko · 12 years ago
  47. cd6fe65 sfc: Maintain current frequency adjustment when applying a time offset by Ben Hutchings · 12 years ago
  48. 2ea4dc2 sfc: Stop/re-start PTP when stopping/starting the datapath. by Alexandre Rames · 12 years ago
  49. 35f9a7a sfc: Rate-limit log message for PTP packets without a matching timestamp event by Ben Hutchings · 12 years ago
  50. f321160 sfc: PTP: Moderate log message on event queue overflow by Laurence Evans · 13 years ago
  51. 98bfd23 virtio-net: free bufs correctly on invalid packet length by Michael Dalton · 12 years ago
  52. a328f3a net: mvneta: Fix incorrect DMA unmapping size by Ezequiel Garcia · 12 years ago
  53. 859828c br: fix use of ->rx_handler_data in code executed on non-rx_handler path by Jiri Pirko · 12 years ago
  54. e5a498e sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx() by Ben Hutchings · 12 years ago
  55. d4fb84e virtio: delete napi structures from netdev before releasing memory by Andrey Vagin · 12 years ago
  56. fa9fac1 virtio-net: determine type of bufs correctly by Andrey Vagin · 12 years ago
  57. a752a8b bonding: fix packets_per_slave showing by Nikolay Aleksandrov · 12 years ago
  58. b05004a be2net: Free/delete pmacs (in be_clear()) only if they exist by Somnath Kotur · 12 years ago
  59. 4bebb56 be2net: Fix Lancer error recovery to distinguish FW download by Somnath Kotur · 12 years ago
  60. d0b7da8a tun: update file current position by Zhi Yong Wu · 12 years ago
  61. e6ebc7f macvtap: update file current position by Zhi Yong Wu · 12 years ago
  62. 239c78d net: clear local_df when passing skb between namespaces by Hannes Frederic Sowa · 12 years ago
  63. 7f2cbdc tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling. by Eric W. Biederman · 12 years ago
  64. 86d9be2 forcedeth: run loopback test only on chipsets that support it by Ivan Vecera · 12 years ago
  65. 89015c1 bonding: add arp_ip_target checks when install the module by dingtianhong · 12 years ago
  66. c8781cf bnx2x: avoid null pointer dereference when enabling SR-IOV by Michal Kalderon · 12 years ago
  67. 78ac814 sctp: disable max_burst when the max_burst is 0 by wangweidong · 12 years ago
  68. dd0df47 net: davinci_emac: Fix platform data handling and make usable for am3517 by Tony Lindgren · 12 years ago
  69. ace34c9 qlge: Update version to 1.00.00.34 by Jitendra Kalsaria · 12 years ago
  70. 4be1028 qlge: Allow enable/disable rx/tx vlan acceleration independently by Jitendra Kalsaria · 12 years ago
  71. fb6e088 qlge: Fix ethtool statistics by Jitendra Kalsaria · 12 years ago
  72. 1431fb3 xen-netback: fix fragment detection in checksum setup by Paul Durrant · 12 years ago
  73. df48ada MAINTAINERS: Update Intel Wired Ethernet LAN Maintainers by Jeff Kirsher · 12 years ago
  74. 05f4720 Merge branch 'net_sched_actions' by David S. Miller · 12 years ago
  75. 651a649 net_sched: Use default action walker methods by Jamal Hadi Salim · 12 years ago
  76. 382ca8a net_sched: Provide default walker function for actions by Jamal Hadi Salim · 12 years ago
  77. 43c00dc net_sched: Use default action lookup functions by Jamal Hadi Salim · 12 years ago
  78. 63ef617 net_sched: Default action lookup method for actions by Jamal Hadi Salim · 12 years ago
  79. 76c82d7 net_sched: Fail if missing mandatory action operation methods by Jamal Hadi Salim · 12 years ago
  80. e1ca87b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  81. aa489f0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  82. 988bf4f Merge branch 'cxgb4' by David S. Miller · 12 years ago
  83. 16e4762 cxgb4: Add new scheme to update T4/T5 firmware by Hariprasad Shenai · 12 years ago
  84. 70ee366 cxgb4vf: added much cleaner implementation of is_t4() by Hariprasad Shenai · 12 years ago
  85. d14807d cxgb4: Much cleaner implementation of is_t4()/is_t5() by Hariprasad Shenai · 12 years ago
  86. 1b85ee0 net/mlx4_core: destroy workqueue when driver fails to register by Wei Yang · 12 years ago
  87. 18fc25c rds: prevent BUG_ON triggered on congestion update to loopback by Venkat Venkatsubra · 12 years ago
  88. 67fa366 xen-netback: clear vif->task on disconnect by Paul Durrant · 12 years ago
  89. 7ce5a27 Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()." by David S. Miller · 12 years ago
  90. 28e24c6 net: do not pretend FRAGLIST support by Eric Dumazet · 12 years ago
  91. 7150aed IPv6: Fixed support for blackhole and prohibit routes by Kamala R · 12 years ago
  92. 57ec0af ipv6: fix third arg of anycast_dst_alloc(), must be bool. by François-Xavier Le Bail · 12 years ago
  93. 2488a54 net: fec_main: dma_map() only the length of the skb by Sebastian Siewior · 12 years ago
  94. 3a27bfa drivers: net: cpsw: fix dt probe for one port ethernet by Mugunthan V N · 12 years ago
  95. 8496e85 PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not present by Rafael J. Wysocki · 12 years ago
  96. 30e5691 ipv6: judge the accept_ra_defrtr before calling rt6_route_rcv by Duan Jiong · 12 years ago
  97. a59b40b Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  98. a45299e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. a0b57ca Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. e321ae4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago