1. af92e542 inet: frag , remove an empty ifdef. by Rami Rosen · 11 years ago
  2. c936463 htb: refactor struct htb_sched fields for performance by Eric Dumazet · 11 years ago
  3. bcefe17 tcp: introduce a per-route knob for quick ack by Cong Wang · 11 years ago
  4. 2c0740e sctp: Convert __list_for_each use to list_for_each by Dave Jones · 11 years ago
  5. 8576827 bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM) by Yijing Wang · 11 years ago
  6. f9c7da5 amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM) by Yijing Wang · 11 years ago
  7. b8a39dd Bnx2x: remove redundant D0 power state set by Yijing Wang · 11 years ago
  8. 2206209 net: Add missing dependencies on NETDEVICES by Ben Hutchings · 11 years ago
  9. d6cf7a8 at91_ether: Do not select NET_CORE by Ben Hutchings · 11 years ago
  10. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  11. 9ef71e0 tcp:typo unset should be unsent by Weiping Pan · 11 years ago
  12. b88ec38 bonding: trivial: make alb use bond_slave_has_mac() by Veaceslav Falico · 11 years ago
  13. 257a3fe be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs() by Sathya Perla · 11 years ago
  14. c2ff682 sit: fix an oops when IFLA_IPTUN_PROTO is not set by Nicolas Dichtel · 11 years ago
  15. eea86af net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUF by Daniel Borkmann · 11 years ago
  16. dc25c67 neigh: disallow un-init_net to change thresh of neigh by Gao feng · 11 years ago
  17. 170d6f9 neigh: only allow init_net to change the default neigh_parms by Gao feng · 11 years ago
  18. cf89d6b neigh: no need to call lookup_neigh_parms in neigh_parms_alloc by Gao feng · 11 years ago
  19. 75b2945 bnx2x: replace mechanism to check for next available packet by Dmitry Kravkov · 11 years ago
  20. 8f20aa5 bnx2x: add support for ndo_ll_poll by Dmitry Kravkov · 11 years ago
  21. 8501841 net/mlx4_en: Low Latency recv statistics by Amir Vadai · 11 years ago
  22. 9e77a2b net/mlx4_en: Add Low Latency Socket (LLS) support by Amir Vadai · 11 years ago
  23. dc3d807 openvswitch: gre tunneling support. by David S. Miller · 11 years ago
  24. aa31070 openvswitch: Add gre tunnel support. by Pravin B Shelar · 11 years ago
  25. a3e8299 openvswitch: Optimize flow key match for non tunnel flows. by Pravin B Shelar · 11 years ago
  26. ffe3f43 openvswitch: Expand action buffer size. by Pravin B Shelar · 11 years ago
  27. 7d5437c openvswitch: Add tunneling interface. by Pravin B Shelar · 11 years ago
  28. 74f84a5 openvswitch: Copy individual actions. by Pravin B Shelar · 11 years ago
  29. 9a62822 ip_tunnel: Add dont fragment flag. by Pravin B Shelar · 11 years ago
  30. 3d7b46c ip_tunnel: push generic protocol handling to ip_tunnel module. by Pravin B Shelar · 11 years ago
  31. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago
  32. 45f2e99 gre: export gre_handle_offloads() function. by Pravin B Shelar · 11 years ago
  33. 752f36d gre: export gre_build_header() function. by Pravin B Shelar · 11 years ago
  34. bda7bb4 gre: Allow multiple protocol listener for gre protocol. by Pravin B Shelar · 11 years ago
  35. 20fd4d1 gre: Simplify gre protocol registration locking. by Pravin B Shelar · 11 years ago
  36. ac8025a sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef by Sergei Shtylyov · 11 years ago
  37. c8bbe37 sh_eth: cleanup 'enum TD_STS_BIT' by Sergei Shtylyov · 11 years ago
  38. a80c3de sh_eth: remove redundant bits from 'eesipr_value' field initializer by Sergei Shtylyov · 11 years ago
  39. 8f80899 sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data' by Sergei Shtylyov · 11 years ago
  40. 3719109 sh_eth: add NAPI support by Sergei Shtylyov · 11 years ago
  41. ea7d69e sh_eth: define/use EESR_RX_CHECK macro by Sergei Shtylyov · 11 years ago
  42. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. 4067c66 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  44. 2f2a884 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  45. 3a5a423 nl80211: fix attrbuf access race by allocating a separate one by Johannes Berg · 11 years ago
  46. eb064c3 vxlan: fix check for migration of static entry by stephen hemminger · 11 years ago
  47. 646093a bcm63xx_enet: fix return value check in bcm_enet_shared_probe() by Wei Yongjun · 11 years ago
  48. 4afe215 can: usb_8dev: unregister netdev before free()ing by Marc Kleine-Budde · 11 years ago
  49. 33be081 ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb by Matthias Schiffer · 11 years ago
  50. a267a60 staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb) by Isaku Yamahata · 11 years ago
  51. 511efbb pxa168_eth: convert skb->end into skb_end_pointer(skb) by Isaku Yamahata · 11 years ago
  52. 18f1d05 mv643xx_eth.c: convert skb->end into skb_end_poitner(skb) by Isaku Yamahata · 11 years ago
  53. 499e2e6 net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb) by Isaku Yamahata · 11 years ago
  54. b32369f net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb) by Isaku Yamahata · 11 years ago
  55. 32de868 bridge: fix switched interval for MLD Query types by Linus Lüssing · 11 years ago
  56. 788dfca vlan: restore ethtool ABI to control VLAN hardware acceleration by Fernando Luis Vazquez Cao · 11 years ago
  57. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  58. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  59. 32bc9b4 fec: Add support to restart autonegotiate by Chris Healy · 11 years ago
  60. cedb743 bonding: don't call alb_set_slave_mac_addr() while atomic by Veaceslav Falico · 11 years ago
  61. ab8e99d net: cpsw: check for cpts pointer after its allocation by Sebastian Siewior · 11 years ago
  62. c5b248d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into wireless by David S. Miller · 11 years ago
  63. e00c7f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  64. ab69bde alx: add a simple AR816x/AR817x device driver by Johannes Berg · 11 years ago
  65. 72bb72b tg3: Prevent system hang during repeated EEH errors. by Michael Chan · 11 years ago
  66. 93725cb Fix the VLAN_TAG_PRESENT in netvsc_recv_callback() by Haiyang Zhang · 11 years ago
  67. 7aa2723 vxlan: handle skb_clone failure by stephen hemminger · 11 years ago
  68. 26a41ae6 vxlan: only migrate dynamic FDB entries by stephen hemminger · 11 years ago
  69. 3bf74b1 vxlan: fix race between flush and incoming learning by stephen hemminger · 11 years ago
  70. c7b67ae Merge branch 'tipc' by David S. Miller · 11 years ago
  71. 2537af9 tipc: remove dev_base_lock use from enable_bearer by Ying Xue · 11 years ago
  72. 126c052 tipc: fix wrong return value for link_send_sections_long routine by Ying Xue · 11 years ago
  73. 7410f96 tipc: make tipc_link_send_sections_fast exit earlier by Ying Xue · 11 years ago
  74. 796c75d tipc: enhance priority of link protocol packet by Ying Xue · 11 years ago
  75. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  76. c0fee8a tipc: save sock structure pointer instead of void pointer to tipc_port by Ying Xue · 11 years ago
  77. 28e5297 tipc: convert config_lock from spinlock to mutex by Ying Xue · 11 years ago
  78. 3c5db8e tipc: rename tipc_createport_raw to tipc_createport by Ying Xue · 11 years ago
  79. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 11 years ago
  80. 198d73b tipc: delete code orphaned by new server infrastructure by Ying Xue · 11 years ago
  81. 7d0ab17 tipc: convert configuration server to use new server facility by Ying Xue · 11 years ago
  82. 13a2e89 tipc: convert topology server to use new server facility by Ying Xue · 11 years ago
  83. c5fa7b3 tipc: introduce new TIPC server infrastructure by Ying Xue · 11 years ago
  84. 5d21cb7 tipc: allow implicit connect for stream sockets by Erik Hugne · 11 years ago
  85. cc79dd1 tipc: change socket buffer overflow control to respect sk_rcvbuf by Ying Xue · 11 years ago
  86. 8941bbc tipc: update code comments to reflect new uapi header path by Ying Xue · 11 years ago
  87. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  88. 89bf1b5 net: remove NET_LL_RX_POLL config menue by Eliezer Tamir · 11 years ago
  89. 9a3c71a net: convert low latency sockets to sched_clock() by Eliezer Tamir · 11 years ago
  90. eb6db62 net: change sysctl_net_ll_poll into an unsigned int by Eliezer Tamir · 11 years ago
  91. 722a300 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  92. 8177a9d lseek(fd, n, SEEK_END) does *not* go to eof - n by Al Viro · 11 years ago
  93. 7d13205 Linux 3.10-rc6 by Linus Torvalds · 11 years ago
  94. e6694d9 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  95. 596fa9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  96. 5938930 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  97. f21afc2 smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu(). by David Daney · 11 years ago
  98. d0ff934 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  99. d58c6ff Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  100. 9bb9285 Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago