1. a93c125 packet: doc: Spelling s/than/that/ by Geert Uytterhoeven · 11 years ago
  2. 598f2e2 Merge branch 'mlx4' by David S. Miller · 11 years ago
  3. 7855bff net/mlx4_core: Load the IB driver when the device supports IBoE by Or Gerlitz · 11 years ago
  4. 2a2083f net/mlx4_en: Handle vxlan steering rules for mac address changes by Or Gerlitz · 11 years ago
  5. 56cb456 net/mlx4_core: Fix wrong dump of the vxlan offloads device capability by Or Gerlitz · 11 years ago
  6. 836fbaf xen-netback: use skb_is_gso in xenvif_start_xmit by Wei Liu · 11 years ago
  7. f75761b r8169: fix the incorrect tx descriptor version by hayeswang · 11 years ago
  8. 4067646 tools/net/Makefile: Define PACKAGE to fix build problems by Markos Chandras · 11 years ago
  9. fdfaf64 x86: bpf_jit: support negative offsets by Alexei Starovoitov · 11 years ago
  10. 20a599b bridge: multicast: enable snooping on general queries only by Linus Lüssing · 11 years ago
  11. 9ed973c bridge: multicast: add sanity check for general query destination by Linus Lüssing · 11 years ago
  12. c3f9b01 tcp: tcp_release_cb() should release socket ownership by Eric Dumazet · 11 years ago
  13. c7b76f8 Merge branch 'skb_frags' by David S. Miller · 11 years ago
  14. 1fd819e skbuff: skb_segment: orphan frags before copying by Michael S. Tsirkin · 11 years ago
  15. 1a4ceda skbuff: skb_segment: s/fskb/list_skb/ by Michael S. Tsirkin · 11 years ago
  16. df5771f skbuff: skb_segment: s/skb/head_skb/ by Michael S. Tsirkin · 11 years ago
  17. 4e1beba skbuff: skb_segment: s/skb_frag/frag/ by Michael S. Tsirkin · 11 years ago
  18. 8cb1990 skbuff: skb_segment: s/frag/nskb_frag/ by Michael S. Tsirkin · 11 years ago
  19. 9d79b3c Merge branch 'stmmac' by David S. Miller · 11 years ago
  20. c5e9103 stmmac: dwmac-sti: fix broken STiD127 compatibility by Giuseppe CAVALLARO · 11 years ago
  21. 29896a6 stmmac: fix chained mode by Giuseppe CAVALLARO · 11 years ago
  22. d916701 stmmac: fix and better tune the default buffer sizes by Giuseppe CAVALLARO · 11 years ago
  23. 83bf79b stmmac: disable at run-time the EEE if not supported by Giuseppe CAVALLARO · 11 years ago
  24. d25f06e vmxnet3: fix netpoll race condition by Neil Horman · 11 years ago
  25. dd38743 vlan: Set correct source MAC address with TX VLAN offload enabled by Peter Boström · 11 years ago
  26. 5bd0767 Xen-netback: Fix issue caused by using gso_type wrongly by Annie Li · 11 years ago
  27. 2818fa0 pkt_sched: fq: do not hold qdisc lock while allocating memory by Eric Dumazet · 11 years ago
  28. bc48bc8 bna: Replace large udelay() with mdelay() by Ben Hutchings · 11 years ago
  29. 3731436 pkt_sched: move the sanity test in qdisc_list_add() by Eric Dumazet · 11 years ago
  30. 92f092d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  31. a8d9bc2 bnx2: Fix shutdown sequence by Michael Chan · 11 years ago
  32. 97bd5f0 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
  33. c88507f ipv6: don't set DST_NOCOUNT for remotely added routes by Sabrina Dubroca · 11 years ago
  34. 9798935 net/mlx4_core: mlx4_init_slave() shouldn't access comm channel before PF is ready by Amir Vadai · 11 years ago
  35. 57352ef net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper() by Amir Vadai · 11 years ago
  36. 5bd4e4c bonding: correctly handle out of range parameters for lp_interval by Sasha Levin · 11 years ago
  37. d2d273f ipv6: Fix exthdrs offload registration. by Anton Nayshtut · 11 years ago
  38. d746ca9 ibmveth: Fix endian issues with MAC addresses by Anton Blanchard · 11 years ago
  39. 0a13404 net: unix socket code abuses csum_partial by Anton Blanchard · 11 years ago
  40. adca476 net: Improve SO_TIMESTAMPING documentation and fix a minor code bug by Andrew Lutomirski · 11 years ago
  41. 4ae6e50 phy: fix compiler array bounds warning on settings[] by Bjorn Helgaas · 11 years ago
  42. e588e2f inet: frag: make sure forced eviction removes all frags by Florian Westphal · 11 years ago
  43. 409e145 Merge branch 'tipc' by David S. Miller · 11 years ago
  44. 2892505 tipc: don't log disabled tasklet handler errors by Erik Hugne · 11 years ago
  45. 1bb8dce tipc: fix memory leak during module removal by Erik Hugne · 11 years ago
  46. edcc051 tipc: drop subscriber connection id invalidation by Erik Hugne · 11 years ago
  47. fe8e464 tipc: avoid to unnecessary process switch under non-block mode by Ying Xue · 11 years ago
  48. 4652edb tipc: fix connection refcount leak by Ying Xue · 11 years ago
  49. 6d4ebeb tipc: allow connection shutdown callback to be invoked in advance by Ying Xue · 11 years ago
  50. 9e9cb62 l2tp: fix userspace reception on plain L2TP sockets by Guillaume Nault · 11 years ago
  51. bb5016e l2tp: fix manual sequencing (de)activation in L2TPv2 by Guillaume Nault · 11 years ago
  52. d512464 mwifiex: save and copy AP's VHT capability info correctly by Amitkumar Karwar · 11 years ago
  53. c99b186 mwifiex: copy AP's HT capability info correctly by Amitkumar Karwar · 11 years ago
  54. 73c8daa Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  55. 1b07da5 hyperv: Move state setting for link query by Haiyang Zhang · 11 years ago
  56. 48330e08 net: macb: DMA-unmap full rx-buffer by Soren Brinkmann · 11 years ago
  57. 9203090 net: macb: Check DMA mappings for error by Soren Brinkmann · 11 years ago
  58. c485658 net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk by Daniel Borkmann · 11 years ago
  59. 10c3271 r8152: disable the ECM mode by hayeswang · 11 years ago
  60. 367d56f net/mlx4: Support shutdown() interface by Gavin Shan · 11 years ago
  61. 6565b9e bridge: multicast: add sanity check for query source addresses by Linus Lüssing · 11 years ago
  62. 24b9bf4 net: fix for a race condition in the inet frag code by Nikolay Aleksandrov · 11 years ago
  63. 864a604 mac80211: clear sequence/fragment number in QoS-null frames by Johannes Berg · 11 years ago
  64. 9b8ba9f Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by John W. Linville · 11 years ago
  65. b625124 wl1251: use skb_trim to make skb shorter by Ivaylo Dimitrov · 11 years ago
  66. acfcd9e iwlwifi: fix and add 7265 series HW IDs by Oren Givon · 11 years ago
  67. 1e92919 iwlwifi: mvm: don't WARN when statistics are handled late by Emmanuel Grumbach · 11 years ago
  68. c3bebc7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  69. 16e3f53 Merge tag 'regulator-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  70. 3f803ab Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  71. 2732936 mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness by Johannes Weiner · 11 years ago
  72. 1ae71d0 mm: numa: bugfix for LAST_CPUPID_NOT_IN_PAGE_FLAGS by Liu Ping Fan · 11 years ago
  73. cea8321 MAINTAINERS: add and correct types of some "T:" entries by Joe Perches · 11 years ago
  74. b75f005 MAINTAINERS: use tab for separator by Joe Perches · 11 years ago
  75. 04379df rapidio/tsi721: fix tasklet termination in dma channel release by Alexandre Bounine · 11 years ago
  76. bd2c003 hfsplus: fix remount issue by Vyacheslav Dubeyko · 11 years ago
  77. db5d711 zram: avoid null access when fail to alloc meta by Minchan Kim · 11 years ago
  78. a5f6ea2 sh: prefix sh-specific "CCR" and "CCR2" by "SH_" by Geert Uytterhoeven · 11 years ago
  79. 15c34a7 ocfs2: fix quota file corruption by Jan Kara · 11 years ago
  80. 40d2d96 drivers/rtc/rtc-s3c.c: fix incorrect way of save/restore of S3C2410_TICNT for TYPE_S3C64XX by Vikas Sajjan · 11 years ago
  81. 0f55159 kallsyms: fix absolute addresses for kASLR by Andy Honig · 11 years ago
  82. 5ec384d scripts/gen_initramfs_list.sh: fix flags for initramfs LZ4 compression by Daniel M. Weeks · 11 years ago
  83. 9050d7e mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking by Vlastimil Babka · 11 years ago
  84. 4fb1a86 memcg: reparent charges of children before processing parent by Filipe Brandenburger · 11 years ago
  85. ce48225 memcg: fix endless loop in __mem_cgroup_iter_next() by Hugh Dickins · 11 years ago
  86. 5f30fc9 lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock by Hugh Dickins · 11 years ago
  87. 3b7a641 dma debug: account for cachelines and read-only mappings in overlap tracking by Dan Williams · 11 years ago
  88. 668f9abb mm: close PageTail race by David Rientjes · 11 years ago
  89. aa15aa0 MAINTAINERS: EDAC: add Mauro and Borislav as interim patch collectors by Borislav Petkov · 11 years ago
  90. 8b4703e macvlan: Add support for 'always_on' offload features by Vlad Yasevich · 11 years ago
  91. 4823551 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  92. ec0223e net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable by Daniel Borkmann · 11 years ago
  93. 82f1918 Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  94. 10ddceb ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointer by Xin Long · 11 years ago
  95. 3995d26 net: cpsw: fix cpdma rx descriptor leak on down interface by Schuyler Patton · 11 years ago
  96. ec495fa be2net: isolate TX workarounds not applicable to Skyhawk-R by Vasundhara Volam · 11 years ago
  97. c912895 be2net: Fix skb double free in be_xmit_wrokarounds() failure path by Vasundhara Volam · 11 years ago
  98. 7ad0945 be2net: clear promiscuous bits in adapter->flags while disabling promiscuous mode by Somnath kotur · 11 years ago
  99. c502224 be2net: Fix to reset transparent vlan tagging by Somnath Kotur · 11 years ago
  100. e842b06 qlcnic: dcb: a couple off by one bugs by Dan Carpenter · 11 years ago