1. 2d3b5b0 mac802154: don't deliver packets to devices that are down by Phoebe Buckheister · 11 years ago
  2. a374eeb mac802154: properly free incoming skbs on decryption failure by Phoebe Buckheister · 11 years ago
  3. e430f34 net: filter: cleanup A/X name usage by Alexei Starovoitov · 11 years ago
  4. 2cd4143 bridge: memorize and export selected IGMP/MLD querier port by Linus Lüssing · 11 years ago
  5. 07f8ac4 bridge: add export of multicast database adjacent to net_dev by Linus Lüssing · 11 years ago
  6. dc4eb53 bridge: adhere to querier election mechanism specified by RFCs by Linus Lüssing · 11 years ago
  7. 90010b3 bridge: rename struct bridge_mcast_query/querier by Linus Lüssing · 11 years ago
  8. f8c1b7c gre: allow changing mac address when device is up by stephen hemminger · 11 years ago
  9. 6cc55e0 tcp: add gfp parameter to tcp_fragment by Octavian Purdila · 11 years ago
  10. b78370c Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  11. fff1f59 mac802154: llsec: add forgotten list_del_rcu in key removal by Phoebe Buckheister · 11 years ago
  12. c6ac68a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  13. 9e89fd8 ipv6: Shrink udp_v6_mcast_next() to one socket variable by Sven Wegener · 11 years ago
  14. f666f87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  15. 0dcceab net: filter: fix SKF_AD_PKTTYPE extension on big-endian by Alexei Starovoitov · 11 years ago
  16. 6934e79 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  17. e0a47d1 bridge: Fix incorrect judgment of promisc by Toshiaki Makita · 11 years ago
  18. 3b392dd MPLS: Use mpls_features to activate software MPLS GSO segmentation by Simon Horman · 11 years ago
  19. 67be1e4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  20. ebbe495 ipv4: use skb frags api in udp4_hwcsum() by WANG Cong · 11 years ago
  21. 4cb2897 net: use the new API kvfree() by WANG Cong · 11 years ago
  22. 9638f67 dns_resolver: Do not accept domain names longer than 255 chars by Manuel Schölling · 11 years ago
  23. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 11 years ago
  24. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 11 years ago
  25. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 11 years ago
  26. e9c3a24 tcp: Call gso_make_checksum by Tom Herbert · 11 years ago
  27. 7e2b10c net: Support for multiple checksums with gso by Tom Herbert · 11 years ago
  28. 77157e1 l2tp: call udp{6}_set_csum by Tom Herbert · 11 years ago
  29. af5fcba udp: Generic functions to set checksum by Tom Herbert · 11 years ago
  30. 3bfdc59 ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next() by Sven Wegener · 11 years ago
  31. f830b02 net: Revert "fib_trie: use seq_file_net rather than seq->private" by Sasha Levin · 11 years ago
  32. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 92ff71b net: remove some unless free on failure in alloc_netdev_mqs() by WANG Cong · 11 years ago
  34. e51fb15 rtnetlink: fix a memory leak when ->newlink fails by Cong Wang · 11 years ago
  35. 21ee543 xfrm: fix race between netns cleanup and state expire notification by Michal Kubecek · 11 years ago
  36. 014b201 Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-next by David S. Miller · 11 years ago
  37. f062a38 ethtool: Check that reserved fields of struct ethtool_rxfh are 0 by Ben Hutchings · 11 years ago
  38. fe62d00 ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() by Ben Hutchings · 11 years ago
  39. 41c389d bridge: Add bridge ifindex to bridge fdb notify msgs by Roopa Prabhu · 11 years ago
  40. 418c96a net: filter: fix possible memory leak in __sk_prepare_filter() by Leon Yu · 11 years ago
  41. 0cfa5c0 tcp: fix cwnd undo on DSACK in F-RTO by Yuchung Cheng · 11 years ago
  42. 30f38d2 fib_trie: use seq_file_net rather than seq->private by David Ahern · 11 years ago
  43. 2d7a85f netlink: Only check file credentials for implicit destinations by Eric W. Biederman · 11 years ago
  44. 39c3609 net: fix inet_getid() and ipv6_select_ident() bugs by Eric Dumazet · 11 years ago
  45. e0d7968 bridge: Prevent insertion of FDB entry with disallowed vlan by Toshiaki Makita · 11 years ago
  46. 31595de Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  47. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 11 years ago
  48. 670e5b8 net: Add support for device specific address syncing by Alexander Duyck · 11 years ago
  49. eb06481 6lowpan_rtnl: fix off by one while fragmentation by Alexander Aring · 11 years ago
  50. 51263ff 6lowpan_rtnl: fix fragmentation with two fragments by Alexander Aring · 11 years ago
  51. 2f91abd genetlink: remove superfluous assignment by Denis ChengRq · 11 years ago
  52. fcb2c0d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  53. 8a96f3c Bluetooth: Fix L2CAP deadlock by Jukka Taimisto · 11 years ago
  54. 31f8441 netfilter: nf_tables: atomic allocation in set notifications from rcu callback by Pablo Neira Ayuso · 11 years ago
  55. 4fefee5 netfilter: nf_tables: allow to delete several objects from a batch by Pablo Neira Ayuso · 11 years ago
  56. 7632667 netfilter: nft_rbtree: introduce locking by Pablo Neira Ayuso · 11 years ago
  57. a1cee07 netfilter: nf_tables: release objects in reverse order in the abort path by Pablo Neira Ayuso · 11 years ago
  58. 46bbafc netfilter: nf_tables: fix wrong transaction ordering in set elements by Pablo Neira Ayuso · 11 years ago
  59. 4c552a6 netfilter: nfnetlink_acct: Fix memory leak by Mathieu Poirier · 11 years ago
  60. f3fb0b5 Bluetooth: Fix missing check for FIPS security level by Johan Hedberg · 11 years ago
  61. f8f6d67 net: filter: improve filter block macros by Daniel Borkmann · 11 years ago
  62. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 11 years ago
  63. c65c7a3 bridge: notify user space after fdb update by Jon Maxwell · 11 years ago
  64. 019ee79 bridge: fix the unbalanced promiscuous count when add_if failed by wangweidong · 11 years ago
  65. 4b9b1cd net: fix wrong mac_len calculation for vlans by Nikolay Aleksandrov · 11 years ago
  66. 79897d2 Bluetooth: Fix requiring SMP MITM for outgoing connections by Johan Hedberg · 11 years ago
  67. 6ce995c Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  68. af0a171 batman-adv: fix NULL pointer dereferences by Marek Lindner · 11 years ago
  69. 6a5e816 Bluetooth: l2cap: Set more channel defaults by Jukka Rissanen · 11 years ago
  70. 62bbd5b Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handling by Jukka Rissanen · 11 years ago
  71. 7e3691e Bluetooth: Fix authentication check for FIPS security level by Johan Hedberg · 11 years ago
  72. 61b4335 Bluetooth: Fix properly ignoring LTKs of unknown types by Johan Hedberg · 11 years ago
  73. dbfc4b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  74. 90d0e08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  75. 47162c0 af_key: Replace comma with semicolon by Himangi Saraogi · 11 years ago
  76. 0172837 rds/tcp_listen: Replace comma with semicolon by Himangi Saraogi · 11 years ago
  77. cc2afe9 RDS/RDMA: Replace comma with semicolon by Himangi Saraogi · 11 years ago
  78. 70cb4a4 ipmr: Replace comma with semicolon by Himangi Saraogi · 11 years ago
  79. 4d520f6 af_iucv: correct cleanup if listen backlog is full by Ursula Braun · 11 years ago
  80. 53a4b49 af_iucv: Add automatic (source) iucv_name to bind by Philipp Hachtmann · 11 years ago
  81. 4d1cdf1 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  82. 391296c atm: remove commented out check by Paul Bolle · 11 years ago
  83. 484611e net: tso: Export symbols for modular build by Sachin Kamat · 11 years ago
  84. 57afc62 Merge tag 'nfc-next-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 11 years ago
  85. a5eb1ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  86. 737be10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  87. d3a58df mac80211: set new interfaces as idle upon init by Avraham Stern · 11 years ago
  88. abd43a6 mac80211: reduce packet loss notifications under load by Felix Fietkau · 11 years ago
  89. 923eaf3 mac80211: don't check netdev state for debugfs read/write by Arik Nemtsov · 11 years ago
  90. 53d0452 mac80211: fix a memory leak on sta rate selection table by Felix Fietkau · 11 years ago
  91. 9db7cb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  92. 03c4444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  93. a9fb541 regdb: Generalize the mW to dBm power conversion by chaitanya.mgit@gmail.com · 11 years ago
  94. c7d37a6 mac80211: fix IBSS join by initializing last_scan_completed by Krzysztof Hałasa · 11 years ago
  95. 3bb2055 cfg80211: send events when devices are added/removed by Johannes Berg · 11 years ago
  96. 34171dc mac80211: fix virtual monitor interface addition by Emmanuel Grumbach · 11 years ago
  97. 1a5f0c1 mac80211: add a single-transaction driver op to switch contexts by Luciano Coelho · 11 years ago
  98. 1708803 netfilter: bridge: fix Kconfig unmet dependencies by Pablo Neira · 11 years ago
  99. f44a5f4 ipvs: Fix panic due to non-linear skb by Peter Christensen · 11 years ago
  100. db3287d NFC: nfc_sock_link() can be static by Fengguang Wu · 11 years ago