1. 16bea70 tcp: add init_req method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  2. 476eab8 net: remove inet6_reqsk_alloc by Octavian Purdila · 10 years ago
  3. aa27fc5 tcp: tcp_v[46]_conn_request: fix snt_synack initialization by Octavian Purdila · 10 years ago
  4. 57b4755 tcp: cookie_v4_init_sequence: skb should be const by Octavian Purdila · 10 years ago
  5. c1c27fb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  6. 0ff9275 Merge branch 'tipc-next' by David S. Miller · 10 years ago
  7. 6012052 tipc: simplify connection congestion handling by Jon Paul Maloy · 10 years ago
  8. ac0074e tipc: clean up connection protocol reception function by Jon Paul Maloy · 10 years ago
  9. ec8a2e5 tipc: same receive code path for connection protocol and data messages by Jon Paul Maloy · 10 years ago
  10. b786e2b tipc: let port protocol senders use new link send function by Jon Paul Maloy · 10 years ago
  11. 4ccfe5e tipc: connection oriented transport uses new send functions by Jon Paul Maloy · 10 years ago
  12. e2dafe8 tipc: RDM/DGRAM transport uses new fragmenting and sending functions by Jon Paul Maloy · 10 years ago
  13. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 10 years ago
  14. 8db1bae tipc: separate building and sending of rejected messages by Jon Paul Maloy · 10 years ago
  15. 067608e tipc: introduce direct iovec to buffer chain fragmentation function by Jon Paul Maloy · 10 years ago
  16. 16e166b tipc: make link mtu easily accessible from socket by Jon Paul Maloy · 10 years ago
  17. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 10 years ago
  18. e4de5fa tipc: use negative error return values in functions by Jon Paul Maloy · 10 years ago
  19. 3d09fc4 tipc: eliminate case of writing to freed memory by Jon Paul Maloy · 10 years ago
  20. f5b2650 Merge branch 'xgbe-next' by David S. Miller · 10 years ago
  21. 66f95c3 amd-xgbe: Resolve checkpatch warning about sscanf usage by Lendacky, Thomas · 10 years ago
  22. b85e4d8 amd-xgbe: Change destination address filtering support by Lendacky, Thomas · 10 years ago
  23. 801c62d amd-xgbe: Add support for VLAN filtering by Lendacky, Thomas · 10 years ago
  24. c52e9c6 amd-xgbe: VLAN Rx tag stripping fix by Lendacky, Thomas · 10 years ago
  25. 6e5eed0 amd-xgbe: VLAN Tx tag insertion fix by Lendacky, Thomas · 10 years ago
  26. d0a8ba6 amd-xgbe: Make defines in xgbe.h unique by Lendacky, Thomas · 10 years ago
  27. 99753ea i40e: fix fdir programming by Jesse Brandeburg · 10 years ago
  28. e17ff05 i40e: Add debugfs hooks to print current total FD filter count by Anjali Singhai Jain · 10 years ago
  29. 1295738 i40e: Fix the FD sideband logic to detect a FD table full condition by Anjali Singhai Jain · 10 years ago
  30. 12be846 i40e: Avoid adding the TCP-IPv4 filter twice by Anjali Singhai Jain · 10 years ago
  31. fbd5e2d i40e: only create PTP device node once by Jacob Keller · 10 years ago
  32. d19af2a i40e: don't store user requested mode until we've validated it by Jacob Keller · 10 years ago
  33. 1894645 i40e: break PTP hardware control from ioctl command for timestamp mode by Jacob Keller · 10 years ago
  34. 69d1a70 i40e: rename i40e_ptp_enable to i40e_ptp_feature_enable by Jacob Keller · 10 years ago
  35. 56f9920 i40evf: resend FW request if no response by Mitch Williams · 10 years ago
  36. 3f2ab17 i40evf: fix typo by Mitch Williams · 10 years ago
  37. 6a8e93d i40evf: return more useful error information by Mitch Williams · 10 years ago
  38. e5d17c3 i40evf: don't stop watchdog if it hasn't started by Mitch Williams · 10 years ago
  39. 3ba3fae i40e/i40evf: Big endian fixes for handling HMC by Paul M Stillwell Jr · 10 years ago
  40. 7a208e8 i40e: do not take NVM ownership for SR read by Kamil Krawczyk · 10 years ago
  41. 9b8d90b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. d7933ab Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  43. 2a80ff8 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  44. f40ede3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  45. de84372 net: fix setting csum_start in skb_segment() by Tom Herbert · 10 years ago
  46. ec71fea Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  47. 644a918 enic: Make dummy rfs functions inline to fix !CONFIG_RFS_ACCEL build by Geert Uytterhoeven · 10 years ago
  48. a6eacef tipc: bump max configurable window size by Erik Hugne · 10 years ago
  49. 0b2fda8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  50. a69f5ed mac_pton: Use bool not int return by Joe Perches · 10 years ago
  51. f886497 ipv4: fix dst race in sk_dst_get() by Eric Dumazet · 10 years ago
  52. 99e72a0 net: filter: Use kcalloc/kmalloc_array to allocate arrays by Tobias Klauser · 10 years ago
  53. 677a9fd trivial: net: filter: Change kerneldoc parameter order by Tobias Klauser · 10 years ago
  54. 285276e trivial: net: filter: Fix typo in comment by Tobias Klauser · 10 years ago
  55. f6d8cb2 inet: reduce TLB pressure for listeners by Eric Dumazet · 10 years ago
  56. bb446c1 veth: add netpoll support by WANG Cong · 10 years ago
  57. b911132 net: allwinner: emac: Add missing free_irq by Maxime Ripard · 10 years ago
  58. 13ec7a6 Merge branch 'broadcom_rebranding' by David S. Miller · 10 years ago
  59. f1d1bae MAINTAINERS: Update bnx2 maintainers by Jitendra Kalsaria · 10 years ago
  60. d7afae0 cnic: Rebranding cnic driver. by Jitendra Kalsaria · 10 years ago
  61. 28c4ec0 bnx2: Rebranding bnx2 driver. by Jitendra Kalsaria · 10 years ago
  62. 1f74714 net/dsa/dsa.c: remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
  63. cb8eb77 Merge branch 'crc32' by David S. Miller · 10 years ago
  64. d8f1c47 lib: crc32: Add some additional __pure annotations by George Spelvin · 10 years ago
  65. 4fa8e03 lib: crc32: Mark test data __initconst by George Spelvin · 10 years ago
  66. 6d514b4 lib: crc32: Greatly shrink CRC combining code by George Spelvin · 10 years ago
  67. 40c9f8a cxgb4: use dev_port to identify ports by Thadeu Lima de Souza Cascardo · 10 years ago
  68. f7b50c4 xen-netback: bookkeep number of active queues in our own module by Wei Liu · 10 years ago
  69. 66c965f tg3: Change nvram command timeout value to 50ms by Prashant Sreedharan · 10 years ago
  70. d26e0da hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups by Julien D'Ascenzio · 10 years ago
  71. 456febd Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  72. 6c9d161 Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Arnd Bergmann · 10 years ago
  73. 6d12e79 Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 10 years ago
  74. 15e52d9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  75. 971dc9c ARM: at91/dt: sam9261: remove slow RC osc by Alexandre Belloni · 10 years ago
  76. 78ca2ec ARM: at91/dt: define sam9261ek slow crystal frequency by Alexandre Belloni · 10 years ago
  77. 5de47284 ARM: at91/dt: sam9261: correctly define mainck by Alexandre Belloni · 10 years ago
  78. 8cbff69 ARM: at91/dt: sam9n12: correct PLLA ICPLL and OUT values by Alexandre Belloni · 10 years ago
  79. b6616f1 ARM: at91/dt: sam9x5: correct PLLA ICPLL and OUT values by Alexandre Belloni · 10 years ago
  80. adb5783 hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig by Josef Gajdusek · 10 years ago
  81. 8b6f5e0 hwmon: (ntc_thermistor) Use the manufacturer name properly by Naveen Krishna Chatradhi · 10 years ago
  82. eab2014 devicetree: bindings: Document murata vendor prefix by Naveen Krishna Chatradhi · 10 years ago
  83. a8d4d82 hwmon: (w83l786ng) Report correct minimum fan speed by Axel Lin · 10 years ago
  84. d91d66e Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  85. 07f4695 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  86. b8e46d2 Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  87. 8dcd598 misc: atmel_pwm: fix Kconfig symbols by Nicolas Ferre · 10 years ago
  88. 6663a4f powerpc: Don't skip ePAPR spin-table CPUs by Scott Wood · 10 years ago
  89. c2cbcf5 powerpc/module: Fix TOC symbol CRC by Laurent Dufour · 10 years ago
  90. e2500be powerpc/powernv: Remove OPAL v1 takeover by Michael Ellerman · 10 years ago
  91. 25941f9 i40e/i40evf: Bump i40e to 0.4.17 and i40evf to 0.9.36 by Catherine Sullivan · 10 years ago
  92. 327fe04 i40e: Bypass timeout recovery level 0 so as to not cause MDD by Anjali Singhai Jain · 10 years ago
  93. 264ccc9 i40e: no pf reset at pci remove by Shannon Nelson · 10 years ago
  94. 6252c7e i40e: reapply LAA after reset by Shannon Nelson · 10 years ago
  95. 6c8ad1b i40e: allow user to set LAA again by Shannon Nelson · 10 years ago
  96. cc41222 i40e: use WoL flag when setting LAA by Shannon Nelson · 10 years ago
  97. 1ac978a i40e: Add ablitity to enable/disable link from set_link_restart_an by Catherine Sullivan · 10 years ago
  98. c571ea0 i40e/i40evf: remove reserved type by Jesse Brandeburg · 10 years ago
  99. 5c2cebd i40e: Fix ethtool coalesce settings by Carolyn Wyborny · 10 years ago
  100. cde4cbc i40e: fix a stray print message by Shannon Nelson · 10 years ago