1. e57d758 Bluetooth: Fix using uninitialized variable by Luiz Augusto von Dentz · 12 years ago
  2. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 12 years ago
  3. 81e5d41 openvswitch: Fix checksum update for actions on UDP packets. by Jesse Gross · 12 years ago
  4. b4fb05e tcp: md5: correct a RCU lockdep splat by Eric Dumazet · 12 years ago
  5. f06c788 mac80211: fix smatch lock errors in mesh by Thomas Pedersen · 12 years ago
  6. 3d4f969 mac80211: Fix potential null pointer dereferencing by Ashok Nagarajan · 12 years ago
  7. fcff4f1 mac80211: Filter duplicate IE ids by Paul Stewart · 12 years ago
  8. 24de58f netfilter: xt_CT: allow to attach timeout policy + glue code by Pablo Neira Ayuso · 12 years ago
  9. dd70507 netfilter: nf_ct_ext: add timeout extension by Pablo Neira Ayuso · 12 years ago
  10. 5097846 netfilter: add cttimeout infrastructure for fine timeout tuning by Pablo Neira Ayuso · 12 years ago
  11. 2c8503f netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet by Pablo Neira Ayuso · 12 years ago
  12. b888341 netfilter: nf_ct_gre: add unsigned int array to define timeouts by Pablo Neira Ayuso · 12 years ago
  13. 33ee446 netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to array by Pablo Neira Ayuso · 12 years ago
  14. 5a41db9 netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to array by Pablo Neira Ayuso · 12 years ago
  15. 3b988ec netfilter: ctnetlink: fix lockep splats by Hans Schillstrom · 12 years ago
  16. 417e02b netfilter: xt_LOG: fix bogus extra layer-4 logging information by Richard Weinberger · 12 years ago
  17. 58020f7 netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_events by Tony Zelenoff · 12 years ago
  18. 93326ae netfilter: nf_ct_ecache: trailing whitespace removed by Tony Zelenoff · 12 years ago
  19. 6939c33 netfilter: merge ipt_LOG and ip6_LOG into xt_LOG by Richard Weinberger · 12 years ago
  20. 544d5c7 netfilter: ctnetlink: allow to set expectfn for expectations by Pablo Neira Ayuso · 12 years ago
  21. 076a0ca netfilter: ctnetlink: add NAT support for expectations by Pablo Neira Ayuso · 12 years ago
  22. b8c5e52 netfilter: ctnetlink: allow to set expectation class by Pablo Neira Ayuso · 12 years ago
  23. 660fdb2 netfilter: ctnetlink: allow to set helper for new expectations by Pablo Neira Ayuso · 12 years ago
  24. 2a7cef2 netfilter: ipset: Exceptions support added to hash:*net* types by Jozsef Kadlecsik · 13 years ago
  25. c15f1c8 netfilter: ipset: use NFPROTO_ constants by Jan Engelhardt · 12 years ago
  26. 651a68e openvswitch: Honor dp_ifindex, when specified, for vport lookup by name. by Ben Pfaff · 12 years ago
  27. d6ddef9 IPv6: Fix not join all-router mcast group when forwarding set. by Li Wei · 12 years ago
  28. 95f050b net: Use bool for return value of dev_valid_name(). by David S. Miller · 12 years ago
  29. eb9bc6e NFC: NCI code identation fixes by Samuel Ortiz · 12 years ago
  30. 0a40acb NFC: Core code identation fixes by Samuel Ortiz · 12 years ago
  31. 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 12 years ago
  32. 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 12 years ago
  33. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 12 years ago
  34. 9dda50f NFC: SN is not an invalid GT value by Samuel Ortiz · 12 years ago
  35. 0c31835 NFC: Unlink LLCP child sockets from llcp_sock_release by Samuel Ortiz · 12 years ago
  36. e65b0f4 NFC: Fragment LLCP I frames by Samuel Ortiz · 12 years ago
  37. eda21f1 NFC: Set MIU and RW values from CONNECT and CC LLCP frames by Samuel Ortiz · 12 years ago
  38. d094afa NFC: Send LLCP RR frames to acknowledge received I frames by Samuel Ortiz · 12 years ago
  39. 0767a7f NFC: Set the right LLCP N(R) value for I frames by Samuel Ortiz · 12 years ago
  40. b9a76f1 NFC: Clear LLCP SDPs whan MAC goes down by Samuel Ortiz · 12 years ago
  41. 1762c17 NFC: Fix bitops usage in LLCP by Samuel Ortiz · 12 years ago
  42. 53a0ac2 NFC: LLCP socket sendmsg implemetation by Samuel Ortiz · 12 years ago
  43. 53aef92 NFC: Handle Receiver Not Ready LLCP frame by Samuel Ortiz · 12 years ago
  44. 4722d2b NFC: Factorize the I frame queueing routine by Samuel Ortiz · 12 years ago
  45. c970a1a NFC: Add device powered netlink attribute by Samuel Ortiz · 12 years ago
  46. 12ce8ba mac80211: Modify tsf via debugfs in mesh interfaces by Javier Cardona · 12 years ago
  47. 6b62bf3 mac80211: fix mesh airtime link metric estimating by Thomas Pedersen · 12 years ago
  48. 8097e14 cfg80211: expose cfg80211_calculate_bitrate() by Thomas Pedersen · 12 years ago
  49. 804483e cfg80211/mac80211: report signal strength for mgmt frames by Johannes Berg · 12 years ago
  50. 7413851 netfilter: nf_conntrack: fix early_drop with reliable event delivery by Pablo Neira Ayuso · 12 years ago
  51. 739e450 bridge: netfilter: don't call iptables on vlan packets if sysctl is off by Florian Westphal · 12 years ago
  52. a157b9d netfilter: bridge: fix wrong pointer dereference by Pablo Neira Ayuso · 12 years ago
  53. 8be619d netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload by Pablo Neira Ayuso · 12 years ago
  54. 848edc6 netfilter: ebtables: fix wrong name length while copying to user-space by Santosh Nayak · 12 years ago
  55. 4648dc9 tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una by Neal Cardwell · 12 years ago
  56. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. d1d81d4 bridge: check return value of ipv6_dev_get_saddr() by Ulrich Weber · 12 years ago
  58. 7c1e51a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  59. 3abead5 mac80211: combine QoS with other BSS changes by Johannes Berg · 12 years ago
  60. 293702a mac80211: use common radiotap code for cooked monitors by Johannes Berg · 12 years ago
  61. 1b658f1 cfg80211: Add an attribute to set inactivity timeout in AP mode by Vasanthakumar Thiagarajan · 12 years ago
  62. d665508 mac80211: fix the support of setting non-forwarding entity in Mesh by Chun-Yeow Yeoh · 12 years ago
  63. 77a1abf net: export netdev_stats_to_stats64 by Eric Dumazet · 12 years ago
  64. fe8431f mac80211: add an rx flag for ignoring a packet's signal strength by Felix Fietkau · 12 years ago
  65. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 12 years ago
  66. 4d196e4 mac80211: use 16 bit alignment for the if_ibss bssid field by Felix Fietkau · 12 years ago
  67. 5533513 {nl,cfg,mac}80211: Implement RSSI threshold for mesh peering by Ashok Nagarajan · 12 years ago
  68. 3d045a5 mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMP by Chun-Yeow Yeoh · 12 years ago
  69. 051d3b5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  70. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  71. a4b64fb rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo() by Eric Dumazet · 12 years ago
  72. 709e1b5 bridge: message age needs to increase, not decrease. by Joakim Tjernlund · 12 years ago
  73. aaca735 bridge: Adjust min age inc for HZ > 256 by Joakim Tjernlund · 12 years ago
  74. 4b32da2 ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  75. 8aa0a41 Merge commit 'nfs-for-3.3-4' into nfs-for-next by Trond Myklebust · 12 years ago
  76. c0638c2 tcp: don't fragment SACKed skbs in tcp_mark_head_lost() by Neal Cardwell · 12 years ago
  77. f541fb7 dccp: fix bug in sequence number validation during connection setup by Samuel Jero · 12 years ago
  78. 793734b dccp ccid-3: replace incorrect BUG_ON by Gerrit Renker · 12 years ago
  79. 74fe619 Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flush by Andre Guedes · 12 years ago
  80. 2b4bf39 Bluetooth: mgmt: Fix updating local name when powering on by Johan Hedberg · 12 years ago
  81. 4f87da80 Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets by Johan Hedberg · 12 years ago
  82. 2e738fd SUNRPC: Add API to acquire source address by Chuck Lever · 12 years ago
  83. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 12 years ago
  84. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 12 years ago
  85. 5f15903 Bluetooth: mgmt: Add new error code for invalid index by Johan Hedberg · 12 years ago
  86. d4f6852 Bluetooth: mgmt: Fix command status error code values by Johan Hedberg · 12 years ago
  87. 9f8ce96 Bluetooth: Fix clearing of HCI_PENDING_CLASS flag by Johan Hedberg · 12 years ago
  88. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. 17b02e6 Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 12 years ago
  90. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 12 years ago
  91. be22b54 Bluetooth: mgmt: Centralize message length checks by Johan Hedberg · 12 years ago
  92. 0f4e68c Bluetooth: mgmt: Move command handlers into a table by Johan Hedberg · 12 years ago
  93. 6a91908 Bluetooth: mgmt: Initialize HCI_MGMT flag for any command by Johan Hedberg · 12 years ago
  94. bdb6d97 Bluetooth: mgmt: Refactor hci_dev lookup for commands by Johan Hedberg · 12 years ago
  95. 1e804ae Merge branch 'master' of git://1984.lsi.us.es/net by David S. Miller · 12 years ago
  96. 75fb0e3 Bluetooth: Fix init sequence for some CSR based controllers by Johan Hedberg · 12 years ago
  97. 8b90129 Bluetooth: Check capabilities in BR/EDR and LE-Only discovery by Andre Guedes · 12 years ago
  98. 48752f6 rtnetlink: Fix VF IFLA policy by Greg Rose · 12 years ago
  99. 06b8db9 Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  100. 1de028c Bluetooth: mgmt: Add missing hci_dev locking to set_le() by Johan Hedberg · 12 years ago