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