1. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 13 years ago
  2. 43db362 net: get rid of some pointless casts to sockaddr by Maciej Żenczykowski · 13 years ago
  3. 8b2aaed ipv6: Fix Smatch warning. by Li Wei · 13 years ago
  4. e3abcc2 caif: make zero a legal caif connetion id. by sjur.brandeland@stericsson.com · 13 years ago
  5. 374458b caif: Fix for a race in socket transmit with flow control. by Dmitry Tarnyagin · 13 years ago
  6. e8abbe0 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  7. 40e0c4f batman-adv: Remove spaces after a cast by Sven Eckelmann · 13 years ago
  8. 96741ad batman-adv: Use {} braces consistent on the arms of a statement by Sven Eckelmann · 13 years ago
  9. 21a1236 batman-adv: Don't begin block comments with only a /* line by Sven Eckelmann · 13 years ago
  10. 86ceb36 batman-adv: Ignore 80-chars per line limits for strings by Sven Eckelmann · 13 years ago
  11. 6a91395 ipv4: Make ip_rcv_options() return bool. by David S. Miller · 13 years ago
  12. ba57b4d ipv4: Make ip_call_ra_chain() return bool. by David S. Miller · 13 years ago
  13. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  14. 74dd152 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  15. 0343c55 sctp: Export sctp_do_peeloff by Benjamin Poirier · 13 years ago
  16. ac3f48d route: Remove redirect_genid by Steffen Klassert · 13 years ago
  17. 5faa5df inetpeer: Invalidate the inetpeer tree along with the routing cache by Steffen Klassert · 13 years ago
  18. 5200959 bridge: fix state reporting when port is disabled by Paulius Zaleckas · 13 years ago
  19. d9e179e bridge: br_log_state() s/entering/entered/ by Paulius Zaleckas · 13 years ago
  20. 0111ad8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by David S. Miller · 13 years ago
  21. 82492a3 af_iucv: add shutdown for HS transport by Ursula Braun · 13 years ago
  22. 9fbd87d af_iucv: handle netdev events by Ursula Braun · 13 years ago
  23. 9259c48 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 13 years ago
  24. c75a312 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  25. fdde0a2 Bluetooth: Set security level on incoming pairing request by Ido Yariv · 13 years ago
  26. b3ff53f Bluetooth: Fix access to the STK generation methods matrix by Ido Yariv · 13 years ago
  27. e57d758a Bluetooth: Fix using uninitialized variable by Luiz Augusto von Dentz · 13 years ago
  28. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 13 years ago
  29. 81e5d41 openvswitch: Fix checksum update for actions on UDP packets. by Jesse Gross · 13 years ago
  30. b4fb05e tcp: md5: correct a RCU lockdep splat by Eric Dumazet · 13 years ago
  31. f06c788 mac80211: fix smatch lock errors in mesh by Thomas Pedersen · 13 years ago
  32. 3d4f969 mac80211: Fix potential null pointer dereferencing by Ashok Nagarajan · 13 years ago
  33. fcff4f1 mac80211: Filter duplicate IE ids by Paul Stewart · 13 years ago
  34. 24de58f netfilter: xt_CT: allow to attach timeout policy + glue code by Pablo Neira Ayuso · 13 years ago
  35. dd70507 netfilter: nf_ct_ext: add timeout extension by Pablo Neira Ayuso · 13 years ago
  36. 5097846 netfilter: add cttimeout infrastructure for fine timeout tuning by Pablo Neira Ayuso · 13 years ago
  37. 2c8503f netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet by Pablo Neira Ayuso · 13 years ago
  38. b888341 netfilter: nf_ct_gre: add unsigned int array to define timeouts by Pablo Neira Ayuso · 13 years ago
  39. 33ee446 netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to array by Pablo Neira Ayuso · 13 years ago
  40. 5a41db9 netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to array by Pablo Neira Ayuso · 13 years ago
  41. 3b988ec netfilter: ctnetlink: fix lockep splats by Hans Schillstrom · 13 years ago
  42. 417e02b netfilter: xt_LOG: fix bogus extra layer-4 logging information by Richard Weinberger · 13 years ago
  43. 58020f7 netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_events by Tony Zelenoff · 13 years ago
  44. 93326ae netfilter: nf_ct_ecache: trailing whitespace removed by Tony Zelenoff · 13 years ago
  45. 6939c33 netfilter: merge ipt_LOG and ip6_LOG into xt_LOG by Richard Weinberger · 13 years ago
  46. 544d5c7 netfilter: ctnetlink: allow to set expectfn for expectations by Pablo Neira Ayuso · 13 years ago
  47. 076a0ca netfilter: ctnetlink: add NAT support for expectations by Pablo Neira Ayuso · 13 years ago
  48. b8c5e52 netfilter: ctnetlink: allow to set expectation class by Pablo Neira Ayuso · 13 years ago
  49. 660fdb2 netfilter: ctnetlink: allow to set helper for new expectations by Pablo Neira Ayuso · 13 years ago
  50. 2a7cef2 netfilter: ipset: Exceptions support added to hash:*net* types by Jozsef Kadlecsik · 13 years ago
  51. c15f1c8 netfilter: ipset: use NFPROTO_ constants by Jan Engelhardt · 13 years ago
  52. 651a68e openvswitch: Honor dp_ifindex, when specified, for vport lookup by name. by Ben Pfaff · 13 years ago
  53. d6ddef9 IPv6: Fix not join all-router mcast group when forwarding set. by Li Wei · 13 years ago
  54. 95f050b net: Use bool for return value of dev_valid_name(). by David S. Miller · 13 years ago
  55. eb9bc6e NFC: NCI code identation fixes by Samuel Ortiz · 13 years ago
  56. 0a40acb NFC: Core code identation fixes by Samuel Ortiz · 13 years ago
  57. 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 13 years ago
  58. 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 13 years ago
  59. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 13 years ago
  60. 9dda50f NFC: SN is not an invalid GT value by Samuel Ortiz · 13 years ago
  61. 0c31835 NFC: Unlink LLCP child sockets from llcp_sock_release by Samuel Ortiz · 13 years ago
  62. e65b0f4 NFC: Fragment LLCP I frames by Samuel Ortiz · 13 years ago
  63. eda21f1 NFC: Set MIU and RW values from CONNECT and CC LLCP frames by Samuel Ortiz · 13 years ago
  64. d094afa NFC: Send LLCP RR frames to acknowledge received I frames by Samuel Ortiz · 13 years ago
  65. 0767a7f NFC: Set the right LLCP N(R) value for I frames by Samuel Ortiz · 13 years ago
  66. b9a76f1 NFC: Clear LLCP SDPs whan MAC goes down by Samuel Ortiz · 13 years ago
  67. 1762c17 NFC: Fix bitops usage in LLCP by Samuel Ortiz · 13 years ago
  68. 53a0ac2 NFC: LLCP socket sendmsg implemetation by Samuel Ortiz · 13 years ago
  69. 53aef92 NFC: Handle Receiver Not Ready LLCP frame by Samuel Ortiz · 13 years ago
  70. 4722d2b NFC: Factorize the I frame queueing routine by Samuel Ortiz · 13 years ago
  71. c970a1a NFC: Add device powered netlink attribute by Samuel Ortiz · 13 years ago
  72. 12ce8ba mac80211: Modify tsf via debugfs in mesh interfaces by Javier Cardona · 13 years ago
  73. 6b62bf3 mac80211: fix mesh airtime link metric estimating by Thomas Pedersen · 13 years ago
  74. 8097e14 cfg80211: expose cfg80211_calculate_bitrate() by Thomas Pedersen · 13 years ago
  75. 804483e cfg80211/mac80211: report signal strength for mgmt frames by Johannes Berg · 13 years ago
  76. 74138511 netfilter: nf_conntrack: fix early_drop with reliable event delivery by Pablo Neira Ayuso · 13 years ago
  77. 739e450 bridge: netfilter: don't call iptables on vlan packets if sysctl is off by Florian Westphal · 13 years ago
  78. a157b9d netfilter: bridge: fix wrong pointer dereference by Pablo Neira Ayuso · 13 years ago
  79. 8be619d netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload by Pablo Neira Ayuso · 13 years ago
  80. 848edc6 netfilter: ebtables: fix wrong name length while copying to user-space by Santosh Nayak · 13 years ago
  81. 4648dc9 tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una by Neal Cardwell · 13 years ago
  82. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  83. d1d81d4 bridge: check return value of ipv6_dev_get_saddr() by Ulrich Weber · 13 years ago
  84. 7c1e51a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 13 years ago
  85. 3abead5 mac80211: combine QoS with other BSS changes by Johannes Berg · 13 years ago
  86. 293702a mac80211: use common radiotap code for cooked monitors by Johannes Berg · 13 years ago
  87. 1b658f1 cfg80211: Add an attribute to set inactivity timeout in AP mode by Vasanthakumar Thiagarajan · 13 years ago
  88. d665508 mac80211: fix the support of setting non-forwarding entity in Mesh by Chun-Yeow Yeoh · 13 years ago
  89. 77a1abf net: export netdev_stats_to_stats64 by Eric Dumazet · 13 years ago
  90. fe8431f mac80211: add an rx flag for ignoring a packet's signal strength by Felix Fietkau · 13 years ago
  91. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 13 years ago
  92. 4d196e4 mac80211: use 16 bit alignment for the if_ibss bssid field by Felix Fietkau · 13 years ago
  93. 5533513 {nl,cfg,mac}80211: Implement RSSI threshold for mesh peering by Ashok Nagarajan · 13 years ago
  94. 3d045a5 mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMP by Chun-Yeow Yeoh · 13 years ago
  95. 051d3b5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  96. a4b64fb rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo() by Eric Dumazet · 13 years ago
  97. 709e1b5 bridge: message age needs to increase, not decrease. by Joakim Tjernlund · 13 years ago
  98. aaca735 bridge: Adjust min age inc for HZ > 256 by Joakim Tjernlund · 13 years ago
  99. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 13 years ago
  100. c0638c2 tcp: don't fragment SACKed skbs in tcp_mark_head_lost() by Neal Cardwell · 13 years ago