1. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago
  2. 45f2e99 gre: export gre_handle_offloads() function. by Pravin B Shelar · 11 years ago
  3. 752f36d gre: export gre_build_header() function. by Pravin B Shelar · 11 years ago
  4. bda7bb4 gre: Allow multiple protocol listener for gre protocol. by Pravin B Shelar · 11 years ago
  5. 20fd4d1 gre: Simplify gre protocol registration locking. by Pravin B Shelar · 11 years ago
  6. ac8025a sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef by Sergei Shtylyov · 11 years ago
  7. c8bbe37 sh_eth: cleanup 'enum TD_STS_BIT' by Sergei Shtylyov · 11 years ago
  8. a80c3de sh_eth: remove redundant bits from 'eesipr_value' field initializer by Sergei Shtylyov · 11 years ago
  9. 8f80899 sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data' by Sergei Shtylyov · 11 years ago
  10. 3719109 sh_eth: add NAPI support by Sergei Shtylyov · 11 years ago
  11. ea7d69e sh_eth: define/use EESR_RX_CHECK macro by Sergei Shtylyov · 11 years ago
  12. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  13. 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
  14. 2f2a884 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  15. 3a5a423 nl80211: fix attrbuf access race by allocating a separate one by Johannes Berg · 11 years ago
  16. eb064c3 vxlan: fix check for migration of static entry by stephen hemminger · 11 years ago
  17. 646093a bcm63xx_enet: fix return value check in bcm_enet_shared_probe() by Wei Yongjun · 11 years ago
  18. 4afe215 can: usb_8dev: unregister netdev before free()ing by Marc Kleine-Budde · 11 years ago
  19. 33be081 ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb by Matthias Schiffer · 11 years ago
  20. a267a60 staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb) by Isaku Yamahata · 11 years ago
  21. 511efbb pxa168_eth: convert skb->end into skb_end_pointer(skb) by Isaku Yamahata · 11 years ago
  22. 18f1d05 mv643xx_eth.c: convert skb->end into skb_end_poitner(skb) by Isaku Yamahata · 11 years ago
  23. 499e2e6 net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb) by Isaku Yamahata · 11 years ago
  24. b32369f net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb) by Isaku Yamahata · 11 years ago
  25. 32de868 bridge: fix switched interval for MLD Query types by Linus Lüssing · 11 years ago
  26. 788dfca vlan: restore ethtool ABI to control VLAN hardware acceleration by Fernando Luis Vazquez Cao · 11 years ago
  27. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  28. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  29. 32bc9b4 fec: Add support to restart autonegotiate by Chris Healy · 11 years ago
  30. cedb743 bonding: don't call alb_set_slave_mac_addr() while atomic by Veaceslav Falico · 11 years ago
  31. ab8e99d net: cpsw: check for cpts pointer after its allocation by Sebastian Siewior · 11 years ago
  32. 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
  33. e00c7f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  34. ab69bde alx: add a simple AR816x/AR817x device driver by Johannes Berg · 11 years ago
  35. 72bb72b tg3: Prevent system hang during repeated EEH errors. by Michael Chan · 11 years ago
  36. 93725cb Fix the VLAN_TAG_PRESENT in netvsc_recv_callback() by Haiyang Zhang · 11 years ago
  37. 7aa2723 vxlan: handle skb_clone failure by stephen hemminger · 11 years ago
  38. 26a41ae6 vxlan: only migrate dynamic FDB entries by stephen hemminger · 11 years ago
  39. 3bf74b1 vxlan: fix race between flush and incoming learning by stephen hemminger · 11 years ago
  40. c7b67ae Merge branch 'tipc' by David S. Miller · 11 years ago
  41. 2537af9 tipc: remove dev_base_lock use from enable_bearer by Ying Xue · 11 years ago
  42. 126c052 tipc: fix wrong return value for link_send_sections_long routine by Ying Xue · 11 years ago
  43. 7410f96 tipc: make tipc_link_send_sections_fast exit earlier by Ying Xue · 11 years ago
  44. 796c75d tipc: enhance priority of link protocol packet by Ying Xue · 11 years ago
  45. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  46. c0fee8a tipc: save sock structure pointer instead of void pointer to tipc_port by Ying Xue · 11 years ago
  47. 28e5297 tipc: convert config_lock from spinlock to mutex by Ying Xue · 11 years ago
  48. 3c5db8e tipc: rename tipc_createport_raw to tipc_createport by Ying Xue · 11 years ago
  49. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 11 years ago
  50. 198d73b tipc: delete code orphaned by new server infrastructure by Ying Xue · 11 years ago
  51. 7d0ab17 tipc: convert configuration server to use new server facility by Ying Xue · 11 years ago
  52. 13a2e89 tipc: convert topology server to use new server facility by Ying Xue · 11 years ago
  53. c5fa7b3 tipc: introduce new TIPC server infrastructure by Ying Xue · 11 years ago
  54. 5d21cb7 tipc: allow implicit connect for stream sockets by Erik Hugne · 11 years ago
  55. cc79dd1 tipc: change socket buffer overflow control to respect sk_rcvbuf by Ying Xue · 11 years ago
  56. 8941bbc tipc: update code comments to reflect new uapi header path by Ying Xue · 11 years ago
  57. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  58. 89bf1b5 net: remove NET_LL_RX_POLL config menue by Eliezer Tamir · 11 years ago
  59. 9a3c71a net: convert low latency sockets to sched_clock() by Eliezer Tamir · 11 years ago
  60. eb6db62 net: change sysctl_net_ll_poll into an unsigned int by Eliezer Tamir · 11 years ago
  61. 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
  62. 8177a9d lseek(fd, n, SEEK_END) does *not* go to eof - n by Al Viro · 11 years ago
  63. 7d13205 Linux 3.10-rc6 by Linus Torvalds · 11 years ago
  64. 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
  65. 596fa9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  66. 5938930 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  67. f21afc2 smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu(). by David Daney · 11 years ago
  68. d0ff934 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  69. d58c6ff Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  70. 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
  71. 3ad2e31 Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  72. 230b303 powerpc: Fix missing/delayed calls to irq_work by Benjamin Herrenschmidt · 11 years ago
  73. bf59390 powerpc: Fix emulation of illegal instructions on PowerNV platform by Paul Mackerras · 11 years ago
  74. 0e37739 powerpc: Fix stack overflow crash in resume_kernel when ftracing by Michael Ellerman · 11 years ago
  75. dd6c5cd snd_pcm_link(): fix a leak... by Al Viro · 11 years ago
  76. 0525290 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  77. 8aac627 move exit_task_namespaces() outside of exit_notify() by Oleg Nesterov · 11 years ago
  78. e7b2c40 fput: task_work_add() can fail if the caller has passed exit_task_work() by Oleg Nesterov · 11 years ago
  79. 2e0c9e7 net: sctp: sctp_association_init: put refs in reverse order by Daniel Borkmann · 11 years ago
  80. c164b83 net: sctp: minor: remove variable in sctp_init_sock by Daniel Borkmann · 11 years ago
  81. 405426f net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first by Daniel Borkmann · 11 years ago
  82. f9e42b8 net: sctp: sideeffect: throw BUG if primary_path is NULL by Daniel Borkmann · 11 years ago
  83. 09ce069 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  84. 93d8fd1 openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() by Pravin B Shelar · 11 years ago
  85. b34df5e openvswitch: make skb->csum consistent with rest of networking stack. by Pravin B Shelar · 11 years ago
  86. 45bfa52e openvswitch: Fix struct comment. by Pravin B Shelar · 11 years ago
  87. af78416 openvswitch: Fix misspellings in comments and docs. by Andy Hill · 11 years ago
  88. 34d94f2 openvswitch: fix variable names in comment by Lorand Jakab · 11 years ago
  89. 91b7514 openvswitch: Unify vport error stats handling. by Pravin B Shelar · 12 years ago
  90. cbd531b openvswitch: Remove unused get_config vport op. by Jesse Gross · 12 years ago
  91. f44f340 openvswitch: Immediately exit on error in ovs_vport_cmd_set(). by Jesse Gross · 12 years ago
  92. d302cf1 xfs: don't shutdown log recovery on validation errors by Dave Chinner · 11 years ago
  93. 088c9f6 xfs: ensure btree root split sets blkno correctly by Dave Chinner · 11 years ago
  94. 5170711 xfs: fix implicit padding in directory and attr CRC formats by Dave Chinner · 11 years ago
  95. 47ad2fc xfs: don't emit v5 superblock warnings on write by Dave Chinner · 11 years ago
  96. a2648eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  97. 42f132f mei: me: clear interrupts on the resume path by Tomas Winkler · 11 years ago
  98. 2753ff5 mei: nfc: fix nfc device freeing by Tomas Winkler · 11 years ago
  99. 5e85b36 mei: init: Flush scheduled work before resetting the device by Samuel Ortiz · 11 years ago
  100. c5c7774 sctp: fully initialize sctp_outq in sctp_outq_init by Neil Horman · 11 years ago