1. ad295b6d Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus by Jiri Kosina · 11 years ago
  2. ee5f68e Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linus by Jiri Kosina · 11 years ago
  3. 6fd1820 HID: remove hid_output_raw_report transport implementations by Benjamin Tissoires · 11 years ago
  4. dccf2f6 HID: hidp: Add a comment that some devices depend on the current behavior of uniq by Frank Praznik · 11 years ago
  5. a4b1b58 HID: Bluetooth: hidp: make sure input buffers are big enough by David Herrmann · 11 years ago
  6. cafebc0 HID: remove hid_get_raw_report in struct hid_device by Benjamin Tissoires · 11 years ago
  7. e9d5da9 HID: HIDp: remove duplicated coded by Benjamin Tissoires · 11 years ago
  8. 2f0cd03 HID: HIDp: remove hidp_hidinput_event by Benjamin Tissoires · 11 years ago
  9. 0a7f364 HID: Add the transport-driver functions to the HIDP driver. by Frank Praznik · 11 years ago
  10. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  11. 8e50966 Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  12. a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  13. 11ffff7 ipv6: simplify detection of first operational link-local address on interface by Hannes Frederic Sowa · 11 years ago
  14. 77f99ad tcp: metrics: Avoid duplicate entries with the same destination-IP by Christoph Paasch · 11 years ago
  15. c196403 net: rds: fix per-cpu helper usage by Gerald Schaefer · 11 years ago
  16. 8c12ec7 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  17. aee636c bpf: do not use reciprocal divide by Eric Dumazet · 11 years ago
  18. 1df0cbd batman-adv: fix batman-adv header overhead calculation by Marek Lindner · 11 years ago
  19. 95f4a45 net: avoid reference counter overflows on fib_rules in multicast forwarding by Hannes Frederic Sowa · 11 years ago
  20. 267d29a ieee802154: Fix memory leak in ieee802154_add_iface() by Christian Engelmayer · 11 years ago
  21. 70315d2 inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets by Neal Cardwell · 11 years ago
  22. 1774e9f sched, net: Clean up preempt_enable_no_resched() abuse by Peter Zijlstra · 11 years ago
  23. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  24. c4d7099 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  25. 07edd74 ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME by Hannes Frederic Sowa · 11 years ago
  26. 0f74d82 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
  27. 2eff7c7 Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-fixes by John W. Linville · 11 years ago
  28. a04c0e2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  29. 732256b tipc: correctly unlink packets from deferred packet queue by Erik Hugne · 11 years ago
  30. 657e5d1 ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c by Li RongQing · 11 years ago
  31. 2111cad net: rfkill: gpio: convert to descriptor-based GPIO interface by Heikki Krogerus · 11 years ago
  32. fe0d692 bridge: use spin_lock_bh() in br_multicast_set_hash_max by Curt Brune · 11 years ago
  33. 88ad314 ipv6: don't install anycast address for /128 addresses on routers by Hannes Frederic Sowa · 11 years ago
  34. a50f9d5 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  35. f2661ad netfilter: only warn once on wrong seqadj usage by Jesper Dangaard Brouer · 11 years ago
  36. 2690d97 netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper by Daniel Borkmann · 11 years ago
  37. 965801e net: 6lowpan: fix lowpan_header_create non-compression memcpy call by Daniel Borkmann · 11 years ago
  38. d31652a NFC: Fix target mode p2p link establishment by Arron Wang · 11 years ago
  39. aca5f58 netpoll: Fix missing TXQ unlock and and OOPS. by David S. Miller · 11 years ago
  40. 469bdce ipv6: fix the use of pcpu_tstats in ip6_vti.c by Li RongQing · 11 years ago
  41. abb6013 ipv6: fix the use of pcpu_tstats in ip6_tunnel by Li RongQing · 11 years ago
  42. fad8da3 ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft is infinity by Yasushi Asano · 11 years ago
  43. 4d231b7 net: llc: fix use after free in llc_ui_recvmsg by Daniel Borkmann · 11 years ago
  44. 7a7ffba ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC by Wei-Chun Chao · 11 years ago
  45. 619a60e sctp: Remove outqueue empty state by Vlad Yasevich · 11 years ago
  46. c3ac17c ipv6: fix the use of pcpu_tstats in sit by Li RongQing · 11 years ago
  47. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 11 years ago
  48. f81152e net: rose: restore old recvmsg behavior by Florian Westphal · 11 years ago
  49. 8460276 tipc: fix deadlock during socket release by Ying Xue · 11 years ago
  50. 8eb9bff Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  51. a72338a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  52. 2ee0d3c netfilter: nf_tables: fix wrong datatype in nft_validate_data_load() by Pablo Neira Ayuso · 11 years ago
  53. 2b1e2cb batman-adv: fix vlan header access by Antonio Quartulli · 11 years ago
  54. 55883fd batman-adv: clean nf state when removing protocol header by Antonio Quartulli · 11 years ago
  55. ca66304 batman-adv: fix alignment for batadv_tvlv_tt_change by Antonio Quartulli · 11 years ago
  56. 2f7a318 batman-adv: fix size of batadv_bla_claim_dst by Simon Wunderlich · 11 years ago
  57. 27a417e batman-adv: fix size of batadv_icmp_header by Antonio Quartulli · 11 years ago
  58. a40d9b0 batman-adv: fix header alignment by unrolling batadv_header by Simon Wunderlich · 11 years ago
  59. 46b76e0 batman-adv: fix alignment for batadv_coded_packet by Simon Wunderlich · 11 years ago
  60. d201297 netfilter: nf_tables: fix oops when updating table with user chains by Pablo Neira Ayuso · 11 years ago
  61. e38195b netfilter: nf_tables: fix dumping with large number of sets by Pablo Neira Ayuso · 11 years ago
  62. 6a9eadc ipv6: release dst properly in ipip6_tunnel_xmit by Li RongQing · 11 years ago
  63. 1a29321 net_sched: act: Dont increment refcnt on replace by Jamal Hadi Salim · 11 years ago
  64. c234975 rds: prevent dereference of a NULL device by Sasha Levin · 11 years ago
  65. b25adce ipvs: correct usage/allocation of seqadj ext in ipvs by Jesper Dangaard Brouer · 11 years ago
  66. db12cf2 netfilter: WARN about wrong usage of sequence number adjustments by Jesper Dangaard Brouer · 11 years ago
  67. 61e7f09 ipv4: consistent reporting of pmtu data in case of corking by Hannes Frederic Sowa · 11 years ago
  68. 76ae07d 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
  69. 443d20f netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletion by Helmut Schaa · 11 years ago
  70. 540436c netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offset by Daniel Borkmann · 11 years ago
  71. 965cdea dccp: catch failed request_module call in dccp_probe init by Wang Weidong · 11 years ago
  72. b1aca94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  73. 24f5b85 ipv6: always set the new created dst's from in ip6_rt_copy by Li RongQing · 11 years ago
  74. b1aac81 net: inet_diag: zero out uninitialized idiag_{src,dst} fields by Daniel Borkmann · 11 years ago
  75. 58a4782 ipv6: sit: update mtu check to take care of gso packets by Eric Dumazet · 11 years ago
  76. 4df98e7 ipv6: pmtudisc setting not respected with UFO/CORK by Hannes Frederic Sowa · 11 years ago
  77. 0e3da5b ip_gre: fix msg_name parsing for recvfrom/recvmsg by Timo Teräs · 11 years ago
  78. b7e0473 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  79. 8532824 net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock held by John Fastabend · 11 years ago
  80. 45c2aff netfilter: nfnetlink_log: unset nf_loggers for netns when unloading module by Gao feng · 11 years ago
  81. 53385d2 neigh: Netlink notification for administrative NUD state change by Bob Gilligan · 11 years ago
  82. 7089fdd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  83. 37ab4fa net: unix: allow bind to fail on mutex lock by Sasha Levin · 11 years ago
  84. e47eb5d udp: ipv4: do not use sk_dst_lock from softirq context by Eric Dumazet · 11 years ago
  85. b6a1580 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  86. 1bc5ad1 Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsg by Marcel Holtmann · 11 years ago
  87. 9bd7d20 sctp: loading sctp when load sctp_probe by wangweidong · 11 years ago
  88. 277d916 mac80211: move "bufferable MMPDU" check to fix AP mode scan by Felix Fietkau · 11 years ago
  89. bd02cd2 radiotap: fix bitmap-end-finding buffer overrun by Johannes Berg · 11 years ago
  90. 4a251dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  91. a3adadf netfilter: nft_reject: fix endianness in dump function by Eric Leblond · 11 years ago
  92. d55d282 sch_tbf: use do_div() for 64-bit divide by Yang Yingliang · 11 years ago
  93. 9750223 udp: ipv4: must add synchronization in udp_sk_rx_dst_set() by Eric Dumazet · 11 years ago
  94. 610438b udp: ipv4: fix potential use after free in udp_v4_early_demux() by Eric Dumazet · 11 years ago
  95. 1598f7c net: sched: htb: fix the calculation of quantum by Yang Yingliang · 11 years ago
  96. cc106e4 net: sched: tbf: fix the calculation of max_size by Yang Yingliang · 11 years ago
  97. f01b392 netfilter: SYNPROXY target: restrict to INPUT/FORWARD by Patrick McHardy · 11 years ago
  98. 8afdd99 udp: ipv4: fix an use after free in __udp4_lib_rcv() by Eric Dumazet · 11 years ago
  99. b486b22 sctp: fix up a spacing by wangweidong · 11 years ago
  100. 4f3fdf3 sctp: add check rto_min and rto_max in sysctl by wangweidong · 11 years ago