1. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  2. 9c0c112 net: Add functions for handling padding frame and adding to length by Alexander Duyck · 10 years ago
  3. 0c7aac8 net/mlx5_core: Remove unused dev cap enum fields by Eli Cohen · 10 years ago
  4. 97ede29 tipc: convert name table read-write lock to RCU by Ying Xue · 10 years ago
  5. b0ba512 net: bcmgenet: enable driver to work without a device tree by Petri Gynther · 10 years ago
  6. c3582a2 hyperv: Add support for vNIC hot removal by Haiyang Zhang · 10 years ago
  7. 829ae9d net-timestamp: allow reading recv cmsg on errqueue with origin tstamp by Willem de Bruijn · 10 years ago
  8. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  9. ddd872b bpf: verifier: add checks for BPF_ABS | BPF_IND instructions by Alexei Starovoitov · 10 years ago
  10. 244ebd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  11. a51b919 netfilter: ipset: Alignment problem between 64bit kernel 32bit userspace by Jozsef Kadlecsik · 10 years ago
  12. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 10 years ago
  13. 345cd49 bridge: add new hwmode swdev by Scott Feldman · 10 years ago
  14. efacacd bridge: add new brport flag LEARNING_SYNC by Scott Feldman · 10 years ago
  15. 065c212 bridge: move private brport flags to if_bridge.h so port drivers can use flags by Scott Feldman · 10 years ago
  16. cf6b8e1 bridge: add API to notify bridge driver of learned FBD on offloaded device by Scott Feldman · 10 years ago
  17. 38dcf35 bridge: call netdev_sw_port_stp_update when bridge port STP status changes by Scott Feldman · 10 years ago
  18. 82f2841 rtnl: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  19. 007f790 net: introduce generic switch devices support by Jiri Pirko · 10 years ago
  20. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  21. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  22. b7485f6 neigh: sort Neighbor Cache Entry Flags by Jiri Pirko · 10 years ago
  23. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  24. 8891063 Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  25. 16cf45c Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  26. 8e84597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  27. b59eaf9 netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module by Pablo Neira Ayuso · 10 years ago
  28. 68b0faa netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functions by Alvaro Neira · 10 years ago
  29. c41884c netfilter: conntrack: avoid zeroing timer by Florian Westphal · 10 years ago
  30. f4713a3 net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks by Willem de Bruijn · 10 years ago
  31. 8bb9b9a Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 10 years ago
  32. 7c967b2 net: Add remcsum_adjust as common function for remote checksum offload by Tom Herbert · 10 years ago
  33. d3fccc7 kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() by Ard Biesheuvel · 10 years ago
  34. d1ca000 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  35. a7e9092 Merge tag 'clk-fixes-for-linus' of https://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  36. d3fc6b3 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  37. 4f03721 tipc: add tipc_netlink.h to uapi Kbuild by Richard Alpe · 10 years ago
  38. 08dcf9f tc_vlan: fix type of tcfv_push_vid by Jiri Pirko · 10 years ago
  39. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  40. 2ad7bf3 ipvlan: Initial check-in of the IPVLAN driver. by Mahesh Bandewar · 10 years ago
  41. 0f7db23 vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdr by Al Viro · 10 years ago
  42. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  43. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  44. 195e952 kill zerocopy_sg_from_iovec() by Al Viro · 10 years ago
  45. 3a654f9 new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter() by Al Viro · 10 years ago
  46. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 11 years ago
  47. e169371 switch ipxrtr_route_packet() from iovec to msghdr by Al Viro · 11 years ago
  48. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  49. 227158d new helper: skb_copy_and_csum_datagram_msg() by Al Viro · 11 years ago
  50. f144d14 PCI/MSI: Add device flag indicating that 64-bit MSIs don't work by Benjamin Herrenschmidt · 10 years ago
  51. 9f2e0f6 Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  52. 4aab3b5 percpu-ref: fix DEAD flag contamination of percpu pointer by Tejun Heo · 10 years ago
  53. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. 8a84e01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  55. 9a7e4f5 Merge tag 'sound-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  56. 8b2ed21 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  57. a64bb02 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. 53b15ef Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  59. 1593123 tipc: add name table dump to new netlink api by Richard Alpe · 10 years ago
  60. 27c2141 tipc: add net set to new netlink api by Richard Alpe · 10 years ago
  61. fd3cf2a tipc: add net dump to new netlink api by Richard Alpe · 10 years ago
  62. 3e4b6ab tipc: add node get/dump to new netlink api by Richard Alpe · 10 years ago
  63. 1e55417 tipc: add media set to new netlink api by Richard Alpe · 10 years ago
  64. 46f15c6 tipc: add media get/dump to new netlink api by Richard Alpe · 10 years ago
  65. ae36342 tipc: add link stat reset to new netlink api by Richard Alpe · 10 years ago
  66. f96ce7a tipc: add link set to new netlink api by Richard Alpe · 10 years ago
  67. 7be57fc tipc: add link get/dump to new netlink api by Richard Alpe · 10 years ago
  68. 1a1a143 tipc: add publication dump to new netlink api by Richard Alpe · 10 years ago
  69. 34b78a12 tipc: add sock dump to new netlink api by Richard Alpe · 10 years ago
  70. 315c00b tipc: add bearer set to new netlink api by Richard Alpe · 10 years ago
  71. 35b9dd7 tipc: add bearer get/dump to new netlink api by Richard Alpe · 10 years ago
  72. 0655f6a tipc: add bearer disable/enable to new netlink api by Richard Alpe · 10 years ago
  73. 479163f mlx5: don't duplicate kvfree() by Al Viro · 10 years ago
  74. c7e2b96 sched: introduce vlan action by Jiri Pirko · 10 years ago
  75. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  76. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  77. 15255a4 vlan: introduce __vlan_insert_tag helper which does not free skb by Jiri Pirko · 10 years ago
  78. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  79. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  80. b4bef1b vlan: kill vlan_put_tag helper by Jiri Pirko · 10 years ago
  81. b960a0ac vlan: make __vlan_hwaccel_put_tag return void by Jiri Pirko · 10 years ago
  82. 63f44b2 net: phy: micrel: add generic clock-mode-select support by Johan Hovold · 10 years ago
  83. 860f6e9 net: phy: add static data field to struct phy_driver by Johan Hovold · 10 years ago
  84. d42472e ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample format by Jussi Laako · 10 years ago
  85. 9a638dd Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  86. 232365f bury skb_copy_to_page() by Al Viro · 10 years ago
  87. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  88. 666547f separate kernel- and userland-side msghdr by Al Viro · 11 years ago
  89. ddecab1 Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-can/linux-can by David S. Miller · 10 years ago
  90. f815e2b mac80211: notify drivers on sta rate table changes by Johannes Berg · 10 years ago
  91. 18e5ca6 nl80211: Replace interface socket owner attribute with more generic one by Jukka Rissanen · 10 years ago
  92. a344d67 mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR by Johannes Berg · 10 years ago
  93. ad2b26a cfg80211: allow drivers to support random MAC addresses for scan by Johannes Berg · 10 years ago
  94. 8cd4d45 cfg80211: add wowlan net-detect support by Luciano Coelho · 10 years ago
  95. b6da911 mac80211: synchronously reserve TID per station by Liad Kaufman · 10 years ago
  96. 8a4d32f mac80211: add TDLS channel-switch Rx flow by Arik Nemtsov · 10 years ago
  97. a7a6bdd mac80211: introduce TDLS channel switch ops by Arik Nemtsov · 10 years ago
  98. 5383758 mac80211: add parsing of TDLS specific IEs by Arik Nemtsov · 10 years ago
  99. 1057d35 cfg80211: introduce TDLS channel switch commands by Arik Nemtsov · 10 years ago
  100. 78632a1 cfg/mac80211: define TDLS channel switch feature bit by Arik Nemtsov · 10 years ago