1. 2dc4e51 Bluetooth: Add chan->ops->defer() by Gustavo Padovan · 12 years ago
  2. 644912e Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c by Gustavo Padovan · 12 years ago
  3. 939ccba netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targets by Elison Niven · 12 years ago
  4. 0153d5a netfilter: xt_CT: fix timeout setting with IPv6 by Pablo Neira Ayuso · 12 years ago
  5. c362495 Merge 3.7-rc1 into tty-linus by Greg Kroah-Hartman · 12 years ago
  6. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  7. 09a9ad6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  8. bd81cce Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  9. 98260da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  10. 1bbb309 userns: Properly print bluetooth socket uids by Eric W. Biederman · 12 years ago
  11. 93ac0ef net: add doc for in4_pton() by Amerigo Wang · 12 years ago
  12. 28194fc net: add doc for in6_pton() by Amerigo Wang · 12 years ago
  13. 8437e76 vti: fix sparse bit endian warnings by stephen hemminger · 12 years ago
  14. 4c67525 tcp: resets are misrouted by Alexey Kuznetsov · 12 years ago
  15. b699ec0 Bluetooth: Call ops->teardown() without checking for NULL by Gustavo Padovan · 12 years ago
  16. d117773 Bluetooth: Use locked l2cap_state_change() by Gustavo Padovan · 12 years ago
  17. 1d8b1fd Bluetooth: use l2cap_chan_set_err() by Gustavo Padovan · 12 years ago
  18. 8bcde1f Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c by Gustavo Padovan · 12 years ago
  19. 2d79281 Bluetooth: Fix L2CAP coding style by Gustavo Padovan · 12 years ago
  20. 065a13e Bluetooth: SMP: Fix setting unknown auth_req bits by Johan Hedberg · 12 years ago
  21. 4c89b6a Bluetooth: Factor out common L2CAP connection code by Mat Martineau · 12 years ago
  22. f5a2598 Bluetooth: Process create response and connect response identically by Mat Martineau · 12 years ago
  23. 940e3a8 Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  24. 0e24c4f tcp: sysctl interface leaks 16 bytes of kernel memory by Alan Cox · 12 years ago
  25. 759f429 9P: Fix race between p9_write_work() and p9_fd_request() by Simon Derr · 12 years ago
  26. a9ca404 Merge Trond's bugfixes by J. Bruce Fields · 12 years ago
  27. bd1eb66 Bluetooth: AMP: Handle AMP_LINK connection by Andrei Emeltchenko · 12 years ago
  28. 76ef7cf Bluetooth: AMP: Handle number of compl blocks for AMP_LINK by Andrei Emeltchenko · 12 years ago
  29. 42c4e53 Bluetooth: AMP: Add handle to hci_chan structure by Andrei Emeltchenko · 12 years ago
  30. 53502d6 Bluetooth: AMP: Handle AMP_LINK timeout by Andrei Emeltchenko · 12 years ago
  31. 12d5978 Bluetooth: Allow to set flush timeout by Andrei Emeltchenko · 12 years ago
  32. 5bcb809 Bluetooth: Use __constant modifier for RFCOMM PSM by Syam Sidhardhan · 12 years ago
  33. d8aece2 Bluetooth: Use __constant modifier for L2CAP SMP CID by Syam Sidhardhan · 12 years ago
  34. 68aaed5 ipv4: fix route mark sparse warning by stephen hemminger · 12 years ago
  35. 6caab7b bridge: Pull ip header into skb->data before looking into ip header. by Sarveshwar Bandi · 12 years ago
  36. c468fb1 pktgen: replace scan_ip6() with in6_pton() by Amerigo Wang · 12 years ago
  37. 4c139b8 pktgen: enable automatic IPv6 address setting by Amerigo Wang · 12 years ago
  38. 0373a94 pktgen: display IPv4 address in human-readable format by Amerigo Wang · 12 years ago
  39. 68bf9f0 pktgen: set different default min_pkt_size for different protocols by Amerigo Wang · 12 years ago
  40. 5aa8b57 pktgen: fix crash when generating IPv6 packets by Amerigo Wang · 12 years ago
  41. 8545768 Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  42. df632d3 Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  43. 802c6d9 rbd: define common queue_con_delay() by Alex Elder · 12 years ago
  44. 8618e30 rbd: let con_work() handle backoff by Alex Elder · 12 years ago
  45. 588377d rbd: reset BACKOFF if unable to re-queue by Alex Elder · 12 years ago
  46. f474af7 nfs: disintegrate UAPI for nfs by J. Bruce Fields · 12 years ago
  47. 5175a5e RDS: fix rds-ping spinlock recursion by jeff.liu · 12 years ago
  48. 8dd9117 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 12 years ago
  49. 23d3a86 Bluetooth: don't attempt to free a channel that wasn't created by Sasha Levin · 12 years ago
  50. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  51. b61a602 ipvs: initialize returned data in do_ip_vs_get_ctl by Arnd Bergmann · 12 years ago
  52. ad4d3ef ipvs: fix ARP resolving for direct routing mode by Julian Anastasov · 12 years ago
  53. c92b965 ipv4: Add FLOWI_FLAG_KNOWN_NH by Julian Anastasov · 12 years ago
  54. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  55. f8a1717 ipv4: make sure nh_pcpu_rth_output is always allocated by Julian Anastasov · 12 years ago
  56. e0adef0 ipv4: fix forwarding for strict source routes by Julian Anastasov · 12 years ago
  57. e81da0e ipv4: fix sending of redirects by Julian Anastasov · 12 years ago
  58. 8634724 ipv6: gro: fix PV6_GRO_CB(skb)->proto problem by Eric Dumazet · 12 years ago
  59. 48cc32d3 vlan: don't deliver frames for unknown vlans to protocols by Florian Zumbiehl · 12 years ago
  60. c3e7724 mac80211: use ieee80211_free_txskb to fix possible skb leaks by Felix Fietkau · 12 years ago
  61. 55fabef mac80211: call drv_get_tsf() in sleepable context by Thomas Pedersen · 12 years ago
  62. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  63. ee9a8f7 ipv4: Don't report stale pmtu values to userspace by Steffen Klassert · 12 years ago
  64. 7f92d33 ipv4: Don't create nh exeption when the device mtu is smaller than the reported pmtu by Steffen Klassert · 12 years ago
  65. d851c12 ipv4: Always invalidate or update the route on pmtu events by Steffen Klassert · 12 years ago
  66. 8936fa6 Bluetooth: L2CAP: Fix using default Flush Timeout for EFS by Andrei Emeltchenko · 12 years ago
  67. cf7f601 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  68. dcc042d Bluetooth: AMP: Use block_mtu for AMP controller by Andrei Emeltchenko · 12 years ago
  69. a0c234f Bluetooth: AMP: Factor out phylink_add by Andrei Emeltchenko · 12 years ago
  70. fa4ebc6 Bluetooth: AMP: Factor out amp_ctrl_add by Andrei Emeltchenko · 12 years ago
  71. 85e3436 Bluetooth: Fix dereference after NULL check by Andrei Emeltchenko · 12 years ago
  72. 079db0c Bluetooth: AMP: Fix possible NULL dereference by Andrei Emeltchenko · 12 years ago
  73. 7035cdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  74. ca07e43 net: gro: fix a potential crash in skb_gro_reset_offset by Eric Dumazet · 12 years ago
  75. 51ec040 ipv6: GRO should be ECN friendly by Eric Dumazet · 12 years ago
  76. e1f1650 net: Fix skb_under_panic oops in neigh_resolve_output by ramesh.nagappa@gmail.com · 12 years ago
  77. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  78. 6dc878a netlink: add reference of module in netlink_dump_start by Gao feng · 12 years ago
  79. 283dbd8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  80. 04a6f82 sections: fix section conflicts in net by Andi Kleen · 12 years ago
  81. 6299b66 sections: fix section conflicts in net/can by Andi Kleen · 12 years ago
  82. 6f56012 net, TTY: initialize tty->driver_data before usage by Sasha Levin · 12 years ago
  83. 6825a26 ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rt by Gao feng · 12 years ago
  84. 32418cf Remove noisy printks from llcp_sock_connect by Dave Jones · 12 years ago
  85. e57edf6 tipc: prevent dropped connections due to rcvbuf overflow by Erik Hugne · 12 years ago
  86. 0968958 silence some noisy printks in irda by Dave Jones · 12 years ago
  87. edfee03 sctp: check src addr when processing SACK to update transport state by Nicolas Dichtel · 12 years ago
  88. 5756599 sctp: fix a typo in prototype of __sctp_rcv_lookup() by Nicolas Dichtel · 12 years ago
  89. f4ef85b ipv4: add a fib_type to fib_info by Eric Dumazet · 12 years ago
  90. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  91. 5316cf9 8021q: fix mac_len recomputation in vlan_untag() by Antonio Quartulli · 12 years ago
  92. 62b54dd ipv6: don't add link local route when there is no link local address by Nicolas Dichtel · 12 years ago
  93. 916082b workqueue: avoid using deprecated functions by Linus Torvalds · 12 years ago
  94. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  95. 4442d77 Merge branch 'modsign-keys-devel' into security-next-keys by David Howells · 12 years ago
  96. f8aa23a KEYS: Use keyring_alloc() to create special keyrings by David Howells · 12 years ago
  97. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  98. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  99. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  100. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago