1. d2c2ad5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  2. 044c8d4 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly by Yuanhan Liu · 11 years ago
  3. 9d8506c gso: handle new frag_list of frags GRO packets by Herbert Xu · 11 years ago
  4. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 11 years ago
  5. e40526c packet: fix use after free race in send path when dev is released by Daniel Borkmann · 11 years ago
  6. aec6f90 wimax: remove dead code by Michael Opdenacker · 11 years ago
  7. 78ef359 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  8. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  9. 7acd718 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  10. 68c6beb net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_storage) by Hannes Frederic Sowa · 11 years ago
  11. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  12. b5898cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  13. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  14. f873042 bridge: flush br's address entry in fdb when remove the by Ding Tianhong · 11 years ago
  15. d2615bf net: core: Always propagate flag changes to interfaces by Vlad Yasevich · 11 years ago
  16. dcdfdf5 ipv4: fix race in concurrent ip_route_input_slow() by Alexei Starovoitov · 11 years ago
  17. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  18. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  19. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  20. 62b68e9 genetlink: add and use genl_set_err() by Johannes Berg · 11 years ago
  21. c2ebb90 genetlink: remove family pointer from genl_multicast_group by Johannes Berg · 11 years ago
  22. 06fb555 genetlink: remove genl_unregister_mc_group() by Johannes Berg · 11 years ago
  23. 03ed382 hsr: don't call genl_unregister_mc_group() by Johannes Berg · 11 years ago
  24. 2ecf753 quota/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  25. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  26. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  27. dbde497 tcp: don't update snd_nxt, when a socket is switched from repair mode by Andrey Vagin · 11 years ago
  28. 236c9f8 xfrm: Release dst if this dst is improper for vti tunnel by fan.du · 11 years ago
  29. 840e93f2 netlink: fix documentation typo in netlink_set_err() by Johannes Berg · 11 years ago
  30. acab78b netfilter: ebt_ip6: fix source and destination matching by Luís Fernando Cornachioni Estrozi · 11 years ago
  31. cf970c0 ping: prevent NULL pointer dereference on write to msg_name by Hannes Frederic Sowa · 11 years ago
  32. eca42aa ipv6: Fix inet6_init() cleanup order by Vlad Yasevich · 11 years ago
  33. 029b234 genetlink: rename shadowed variable by Johannes Berg · 11 years ago
  34. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  35. bcd081a net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n by Fabio Estevam · 11 years ago
  36. 0c3c6c0 netfilter: nf_conntrack: decrement global counter after object release by Pablo Neira Ayuso · 11 years ago
  37. 8691a9a netfilter: nft_compat: fix error path in nft_parse_compat() by Pablo Neira Ayuso · 11 years ago
  38. 23dfe13 netfilter: fix wrong byte order in nf_ct_seqadj_set internal information by Phil Oester · 11 years ago
  39. c1898c4 netfilter: synproxy: correct wscale option passing by Martin Topholm · 11 years ago
  40. a6441b7 netfilter: synproxy: send mss option to backend by Martin Topholm · 11 years ago
  41. 673fdfe Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  42. 449bf8d Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  43. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  44. f52ed89 pkt_sched: fq: fix pacing for small frames by Eric Dumazet · 11 years ago
  45. 65c5189a pkt_sched: fq: warn users using defrate by Eric Dumazet · 11 years ago
  46. 568508a genetlink: unify registration functions by Johannes Berg · 11 years ago
  47. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  48. 529d048 macvlan: disable LRO on lower device instead of macvlan by Michal Kubeček · 11 years ago
  49. 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  50. 1188f05 6lowpan: Uncompression of traffic class field was incorrect by Jukka Rissanen · 11 years ago
  51. 3db0a19 tipc: fix dereference before check warning by Erik Hugne · 11 years ago
  52. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  53. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
  54. c9e9042 ipv4: fix possible seqlock deadlock by Eric Dumazet · 11 years ago
  55. 84a035f net/hsr: Fix possible leak in 'hsr_get_node_status()' by Geyslan G. Bem · 11 years ago
  56. 2abc2f0 pkt_sched: fq: change classification of control packets by Maciej Żenczykowski · 11 years ago
  57. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  58. f84f771 genetlink: allow making ops const by Johannes Berg · 11 years ago
  59. d91824c genetlink: register family ops as array by Johannes Berg · 11 years ago
  60. 3686ec5 genetlink: remove genl_register_ops/genl_unregister_ops by Johannes Berg · 11 years ago
  61. b61a5ee wimax: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  62. 1c582d9 ieee802154: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  63. 9504b3e hsr: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  64. 1e9f3d6 ip6tnl: fix use after free of fb_tnl_dev by Nicolas Dichtel · 11 years ago
  65. f7cb888 sit/gre6: don't try to add the same route two times by Nicolas Dichtel · 11 years ago
  66. f0e2acf sit: link local routes are missing by Nicolas Dichtel · 11 years ago
  67. 929c9cf sit: fix prefix length of ll and v4mapped addresses by Nicolas Dichtel · 11 years ago
  68. 9434266 sit: fix use after free of fb_tunnel_dev by Willem de Bruijn · 11 years ago
  69. d30a58b net: sctp: bug-fixing: retran_path not set properly after transports recovering (v3) by Chang Xiangzhong · 11 years ago
  70. dccf76c net-tcp: fix panic in tcp_fastopen_cache_set() by Eric Dumazet · 11 years ago
  71. 98e0938 tcp: tsq: restore minimal amount of queueing by Eric Dumazet · 11 years ago
  72. b4e09b2 bridge: Fix memory leak when deleting bridge with vlan filtering enabled by Toshiaki Makita · 11 years ago
  73. dbbaf94 bridge: Call vlan_vid_del for all vids at nbp_vlan_flush by Toshiaki Makita · 11 years ago
  74. 1923683 bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid calls by Toshiaki Makita · 11 years ago
  75. 81b9eab core/dev: do not ignore dmac in dev_forward_skb() by Alexei Starovoitov · 11 years ago
  76. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. 4819224 netfilter: fix connlimit Kconfig prompt string by Randy Dunlap · 11 years ago
  78. 587ac5e svcrpc: remove an unnecessary assignment by Weng Meiling · 11 years ago
  79. 86ca9ea Bluetooth: Fix rejecting SMP security request in slave role by Johan Hedberg · 11 years ago
  80. 31e8ce8 Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del by Seung-Woo Kim · 11 years ago
  81. 8992da0 Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect by Seung-Woo Kim · 11 years ago
  82. c507f13 Bluetooth: Fix RFCOMM bind fail for L2CAP sock by Seung-Woo Kim · 11 years ago
  83. 60c7a3c9 Bluetooth: Fix issue with RFCOMM getsockopt operation by Marcel Holtmann · 11 years ago
  84. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  85. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  86. d07ba84 SUNRPC: Avoid deep recursion in rpc_release_client by Trond Myklebust · 11 years ago
  87. f06c3d2 sunrpc: comment typo fix by J. Bruce Fields · 11 years ago
  88. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. f8c31c8 ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bh by Hannes Frederic Sowa · 11 years ago
  90. e267cb9 vlan: Implement vlan_dev_get_egress_qos_mask as an inline. by David S. Miller · 11 years ago
  91. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  92. 9037c35 ip6_output: fragment outgoing reassembled skb properly by Jiri Pirko · 11 years ago
  93. a33c4a2 net_sched: tbf: support of 64bit rates by Yang Yingliang · 11 years ago
  94. a6b31d1 SUNRPC: Fix a data corruption issue when retransmitting RPC calls by Trond Myklebust · 11 years ago
  95. f104a56 ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv by Duan Jiong · 11 years ago
  96. cdbe7c2 nfnetlink: do not ack malformed messages by Jiri Benc · 11 years ago
  97. 13eb2ab net: Fix "ip rule delete table 256" by Andreas Henriksson · 11 years ago
  98. 394055f ipv6: protect flow label renew against GC by Florent Fourcot · 11 years ago
  99. 53b4710 ipv6: increase maximum lifetime of flow labels by Florent Fourcot · 11 years ago
  100. 3fdfa5f ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt by Florent Fourcot · 11 years ago