1. 453a940 net: make skb an optional parameter for__skb_flow_dissect() by WANG Cong · 10 years ago
  2. 6451b3f net: fix comments for __skb_flow_get_ports() by WANG Cong · 10 years ago
  3. 9c938cd ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit() by Daniel Borkmann · 10 years ago
  4. 0b725a2 net: Remove ndo_xmit_flush netdev operation, use signalling instead. by David S. Miller · 10 years ago
  5. 44a52ff Merge branch 'is_kdump_kernel' by David S. Miller · 10 years ago
  6. c993189 net/bnx2x: Use is_kdump_kernel() to detect kdump kernel by Amir Vadai · 10 years ago
  7. 48ea526 net/mlx4: Use is_kdump_kernel() to detect kdump kernel by Amir Vadai · 10 years ago
  8. b3292e8 crash_dump: Make is_kdump_kernel() accessible from modules by Amir Vadai · 10 years ago
  9. a77e4ac stmmac: simple cleanups by Pavel Machek · 10 years ago
  10. b209af9 r8152: check code with checkpatch.pl by hayeswang · 10 years ago
  11. fe88e6d Merge branch 'ndo_xmit_flush' by David S. Miller · 10 years ago
  12. c223a07 virtio_net: Support netdev_ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  13. c1ebf46 igb: Support netdev_ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  14. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  15. 4c83acb ipv6: White-space cleansing : gaps between function and symbol export by Ian Morris · 10 years ago
  16. cc24bec ipv6: White-space cleansing : Structure layouts by Ian Morris · 10 years ago
  17. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  18. a9b0b2f net: ec_bhf: remove excessive debug messages by Darek Marcinkiewicz · 10 years ago
  19. a98406e random32: improvements to prandom_bytes by Daniel Borkmann · 10 years ago
  20. c1e60bd Merge branch 'csums-next' by David S. Miller · 10 years ago
  21. 48a5fc7 gre: When GRE csum is present count as encap layer wrt csum by Tom Herbert · 10 years ago
  22. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  23. 149d077 tcp: Call skb_gro_checksum_validate by Tom Herbert · 10 years ago
  24. 758f75d gre: call skb_gro_checksum_simple_validate by Tom Herbert · 10 years ago
  25. 1933a78 net: add gro_compute_pseudo functions by Tom Herbert · 10 years ago
  26. 573e8fc net: skb_gro_checksum_* functions by Tom Herbert · 10 years ago
  27. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  28. 690e36e net: Allow raw buffers to be passed into the flow dissector. by David S. Miller · 10 years ago
  29. 1ad676a Merge branch 'bcm7xxx_apd_eee' by David S. Miller · 10 years ago
  30. b8f9a02 net: phy: bcm7xxx: enable EEE at the PHY level by Florian Fainelli · 10 years ago
  31. a9f6309 net: phy: allow phy_init_eee() to work with internal PHYs by Florian Fainelli · 10 years ago
  32. 66ce7fb net: phy: export phy_{read,write}_mmd_indirect by Florian Fainelli · 10 years ago
  33. a2dbba7 net: phy: fixed: return an error for Clause 45 over 22 reads by Florian Fainelli · 10 years ago
  34. 9df54dd net: phy: bcm7xxx: enable auto power down by Florian Fainelli · 10 years ago
  35. 7053147 net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.h by Florian Fainelli · 10 years ago
  36. 3af20ef net: phy: broadcom: extract all registers to brcmphy.h by Florian Fainelli · 10 years ago
  37. 5aa8dbb Merge branch 'tipc-next' by David S. Miller · 10 years ago
  38. 301bae5 tipc: merge struct tipc_port into struct tipc_sock by Jon Paul Maloy · 10 years ago
  39. 808d90f tipc: remove files ref.h and ref.c by Jon Paul Maloy · 10 years ago
  40. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  41. 0fc87aa tipc: remove source file port.c by Jon Paul Maloy · 10 years ago
  42. 6c9808c tipc: remove port_lock by Jon Paul Maloy · 10 years ago
  43. 9b50fd0 tipc: replace port pointer with socket pointer in registry by Jon Paul Maloy · 10 years ago
  44. 5a9ee0be tipc: use registry when scanning sockets by Jon Paul Maloy · 10 years ago
  45. 5b8fa7c tipc: eliminate functions tipc_port_init and tipc_port_destroy by Jon Paul Maloy · 10 years ago
  46. 739f5e4 tipc: redefine message acknowledge function by Jon Paul Maloy · 10 years ago
  47. dadebc0 tipc: eliminate port_connect()/port_disconnect() functions by Jon Paul Maloy · 10 years ago
  48. 80e44c2 tipc: eliminate function tipc_port_shutdown() by Jon Paul Maloy · 10 years ago
  49. 5728901 tipc: clean up socket timer function by Jon Paul Maloy · 10 years ago
  50. 02be61a tipc: use message to abort connections when losing contact to node by Jon Paul Maloy · 10 years ago
  51. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  52. 1dd0bd2 tipc: introduce new function tipc_msg_create() by Jon Paul Maloy · 10 years ago
  53. f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. 989e04c tcp: improve undo on timeout by Yuchung Cheng · 10 years ago
  55. a7d5f58 phylib: use MDIO_DEVS[12] by Sergei Shtylyov · 10 years ago
  56. 884cf70 net: remove dead code after sk_data_ready change by Eric Dumazet · 10 years ago
  57. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  58. a45e92a vxlan: fix incorrect initializer in union vxlan_addr by Gerhard Stenzel · 10 years ago
  59. 3f8a2b7 Merge tag 'linux-can-next-for-3.18-20140820' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 10 years ago
  60. 451fd72 Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 10 years ago
  61. 47e4df9 mac80211: fix channel switch for chanctx-based drivers by Michal Kazior · 10 years ago
  62. 433ab34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  63. 13322f2 dp83640: Fix length check for event timestamp status messages by Christian Riesch · 10 years ago
  64. b4834c8 net: stmmac: add fix_mac_speed support for socfpga by Ley Foon Tan · 10 years ago
  65. 6e1d0b8 r8169:add support for RTL8168H and RTL8107E by Chun-Hao Lin · 10 years ago
  66. d4261e5 bonding: create netlink event when bonding option is changed by Jiri Pirko · 10 years ago
  67. 0c32ec8 Merge branch 'bnx2x-next' by David S. Miller · 10 years ago
  68. 97539f1 bnx2x: FW assertion changes by Ariel Elior · 10 years ago
  69. 58fee00 bnx2x: Make BP_VF more robust by Yuval Mintz · 10 years ago
  70. a345ce7 bnx2x: Prevent pci_disable_sriov with assigned VFs by Yuval Mintz · 10 years ago
  71. 0d8de80 bnx2x: Prevent IOV if no entries in CAM by Yuval Mintz · 10 years ago
  72. e261199 bnx2x: Safe bnx2x_panic_dump() by Yuval Mintz · 10 years ago
  73. 6260412 bnx2x: Update driver version to 1.710.51 by Yuval Mintz · 10 years ago
  74. 0c23ad3 bnx2x: Code cleanup by Yuval Mintz · 10 years ago
  75. eeed018 bnx2x: Add timestamping and PTP hardware clock support by Michal Kalderon · 10 years ago
  76. e42780b bnx2x: Utilize FW 7.10.51 by Dmitry Kravkov · 10 years ago
  77. c0b8023 af_decnet: Use time_after_eq by Himangi Saraogi · 10 years ago
  78. 8b1b1eb decnet: Use time_after_eq by Himangi Saraogi · 10 years ago
  79. c72c95a ipconfig: Use time_before by Himangi Saraogi · 10 years ago
  80. b5c5c36 dn_dev: Use time_before by Himangi Saraogi · 10 years ago
  81. 0932997 br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  82. 8c6b00c net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  83. e6b6888 net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  84. b5091b5 bonding: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  85. 270b4b3 cnic: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  86. 1dced6a ipv4: Restore accept_local behaviour in fib_validate_source() by Sébastien Barré · 10 years ago
  87. 14462b6 isdn/bas_gigaset: use USB API functions rather than constants by Himangi Saraogi · 10 years ago
  88. f1898a0 isdn/gigaset: use USB API functions rather than constants by Himangi Saraogi · 10 years ago
  89. f90251c hyperv: Increase the buffer length for netvsc_channel_cb() by Haiyang Zhang · 10 years ago
  90. faaa552 drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef by Rasmus Villemoes · 10 years ago
  91. aa4a83e net: sctp: fix suboptimal edge-case on non-active active/retrans path selection by Daniel Borkmann · 10 years ago
  92. ea4f19c net: sctp: spare unnecessary comparison in sctp_trans_elect_best by Daniel Borkmann · 10 years ago
  93. 7d149c5 net: ethernet: broadcom: bnx2x: Remove redundant #ifdef by Rasmus Villemoes · 10 years ago
  94. cbd5228 ibmveth: Fix endian issues with rx_no_buffer statistic by Anton Blanchard · 10 years ago
  95. c10e4ca net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings() by Iyappan Subramanian · 10 years ago
  96. 2ba5af4 openvswitch: fix panic with multiple vlan headers by Jiri Benc · 10 years ago
  97. 793c3b4 net: ipv6: fib: don't sleep inside atomic lock by Benjamin Block · 10 years ago
  98. 91c0d98 net: fec: ptp: avoid register access when ipg clock is disabled by Nimrod Andy · 10 years ago
  99. 26d189b Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  100. 1ae45cf Merge tag 'iommu-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago