1. cb6e926 ipv6:fix checkpatch errors with assignment in if condition by Wang Yufen · 11 years ago
  2. 1c8669e ipv6: fix checkpatch errors with space required or prohibited by Wang Yufen · 11 years ago
  3. 22b285d ipv6: fix checkpatch errors with brace and "foo *bar" by Wang Yufen · 11 years ago
  4. 23b4567 netlink: fix checkpatch errors space and "foo *bar" by Wang Yufen · 11 years ago
  5. 3fbac2a sch_netem: replace magic numbers with enumerate in get_loss_clg by Yang Yingliang · 11 years ago
  6. 4244db1 ieee802154: add netlink APIs for smartMAC configuration by Phoebe Buckheister · 11 years ago
  7. 6ca0019 ieee802154: add support for setting CCA energy detection levels by Phoebe Buckheister · 11 years ago
  8. ba08fea ieee802154: add support for CCA mode in wpan phys by Phoebe Buckheister · 11 years ago
  9. 84dda3c ieee802154: add support for listen-before-talk in wpan_phy by Phoebe Buckheister · 11 years ago
  10. 9b2777d ieee802154: add TX power control to wpan_phy by Phoebe Buckheister · 11 years ago
  11. a11607f tipc: correct usage of spin_lock() vs spin_lock_bh() by Jon Paul Maloy · 11 years ago
  12. 074bb43 tipc: fix a loop style problem by Jon Paul Maloy · 11 years ago
  13. 6dd3c9e ip_tunnel: return more precise errno value when adding tunnel fails by Florian Westphal · 11 years ago
  14. df9d9fd openvswitch: rename ->sync to ->syncp by WANG Cong · 11 years ago
  15. 7b30600 appletalk: fix checkpatch error with indent by wangweidong · 11 years ago
  16. 6f0984a appletalk: fix checkpatch errors with foo* bar|foo * bar by wangweidong · 11 years ago
  17. fd1dc26 appletalk: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  18. 977cb0e tcp: add pacing_rate information into tcp_info by Eric Dumazet · 11 years ago
  19. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  20. ed1acc8 net-sysfs: get_netdev_queue_index() cleanup by Eric Dumazet · 11 years ago
  21. c045a73 sch_netem: replace magic numbers with enumerate in GE model by Yang Yingliang · 11 years ago
  22. 49545a7 sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *" by Yang Yingliang · 11 years ago
  23. 54a4b05 sch_netem: return errcode before setting params by Yang Yingliang · 11 years ago
  24. d4f2fa6 ipv4: ip_forward: perform skb->pkt_type check at the beginning by Denis Kirjanov · 11 years ago
  25. 2045cea net: remove unnecessary return's by stephen hemminger · 11 years ago
  26. 45f7435 tcp: remove unused min_cwnd member of tcp_congestion_ops by Stanislav Fomichev · 11 years ago
  27. 3410f22 socket: replace some printk with pr_* by Yang Yingliang · 11 years ago
  28. e099e86 tipc: add node_lock protection to link lookup function by Jon Paul Maloy · 11 years ago
  29. a830452 tipc: remove bearer_lock from tipc_bearer struct by Ying Xue · 11 years ago
  30. 7d33939 tipc: delay delete of link when failover is needed by Jon Paul Maloy · 11 years ago
  31. a537783 tipc: changes to general packet reception algorithm by Jon Paul Maloy · 11 years ago
  32. 02842f7 tipc: rename stack variables in function tipc_link_tunnel_rcv by Jon Paul Maloy · 11 years ago
  33. 1e9d47a tipc: more cleanup of tunnelling reception function by Jon Paul Maloy · 11 years ago
  34. 3bb5338 tipc: change signature of tunnelling reception function by Jon Paul Maloy · 11 years ago
  35. f006c9c tipc: change reception of tunnelled failover packets by Jon Paul Maloy · 11 years ago
  36. 1dab3d5 tipc: change reception of tunnelled duplicate packets by Jon Paul Maloy · 11 years ago
  37. c61dd61 tipc: remove 'links' list from tipc_bearer struct by Ying Xue · 11 years ago
  38. 135daee tipc: redefine 'started' flag in struct link to bitmap by Ying Xue · 11 years ago
  39. 8d8439b tipc: move code for deleting links from bearer.c to link.c by Ying Xue · 11 years ago
  40. e0ca2c3 tipc: move code for resetting links from bearer.c to link.c by Ying Xue · 11 years ago
  41. 03b9201 tipc: stricter behavior of message reassembly function by Jon Paul Maloy · 11 years ago
  42. b3f0f5c tipc: explicitly include core.h in addr.h by Andreas Bofjäll · 11 years ago
  43. 8815cbd ipx: implement shutdown() by Sabrina Dubroca · 11 years ago
  44. 03701d6 net_sched: act: clean up tca_action_flush() by WANG Cong · 11 years ago
  45. 55334a5 net_sched: act: refuse to remove bound action outside by WANG Cong · 11 years ago
  46. 4f1e9d8 net_sched: act: move tcf_hashinfo_init() into tcf_register_action() by WANG Cong · 11 years ago
  47. a5b5c95 net_sched: act: refactor cleanup ops by WANG Cong · 11 years ago
  48. 8606203 net_sched: act: hide struct tcf_common from API by WANG Cong · 11 years ago
  49. 16e5a2e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  50. 20e7c4e8 6lowpan: fix lockdep splats by Eric Dumazet · 11 years ago
  51. b6f52ae 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers by Richard Yao · 11 years ago
  52. bf06200 tcp: tsq: fix nonagle handling by John Ogness · 11 years ago
  53. ac4c886 bridge: Prevent possible race condition in br_fdb_change_mac_address by Toshiaki Makita · 11 years ago
  54. 424bb9c bridge: Properly check if local fdb entry can be deleted when deleting vlan by Toshiaki Makita · 11 years ago
  55. a778e6d bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_port by Toshiaki Makita · 11 years ago
  56. 960b589 bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac_address by Toshiaki Makita · 11 years ago
  57. 2b292fb bridge: Fix the way to check if a local fdb entry can be deleted by Toshiaki Makita · 11 years ago
  58. a4b816d bridge: Change local fdb entries whenever mac address of bridge device changes by Toshiaki Makita · 11 years ago
  59. a3ebb7e bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address by Toshiaki Makita · 11 years ago
  60. 2836882 bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 11 years ago
  61. a5642ab bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 11 years ago
  62. b10bd54 tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min by Jesper Juhl · 11 years ago
  63. 946c032 net: fix 'ip rule' iif/oif device rename by Maciej Żenczykowski · 11 years ago
  64. 310f6fd 6lowpan: Remove unused pointer in lowpan_header_create() by Christian Engelmayer · 11 years ago
  65. d94c1f9 ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnel by FX Le Bail · 11 years ago
  66. e1d83ee net: Mark functions as static in net/sunrpc/svc_xprt.c by Rashika Kheria · 11 years ago
  67. bd76ed3 net: Include appropriate header file in netfilter/nft_lookup.c by Rashika Kheria · 11 years ago
  68. 535d3ae net: Move prototype declaration to header file include/net/net_namespace.h from net/ipx/af_ipx.c by Rashika Kheria · 11 years ago
  69. 7780d8a net: Move prototype declaration to header file include/net/datalink.h from net/ipx/af_ipx.c by Rashika Kheria · 11 years ago
  70. 578efbc net: Move prototype declaration to header file include/net/ipx.h from net/ipx/af_ipx.c by Rashika Kheria · 11 years ago
  71. 493cc5e net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.c by Rashika Kheria · 11 years ago
  72. ab3301bd net: Move prototype declaration to header file include/net/dn.h from net/decnet/af_decnet.c by Rashika Kheria · 11 years ago
  73. f56b8bf net: Move prototype declaration to appropriate header file from decnet/af_decnet.c by Rashika Kheria · 11 years ago
  74. 0a59f3a net: Mark functions as static in core/dev.c by Rashika Kheria · 11 years ago
  75. 02fe72c net: Include appropriate header file in caif/cfsrvl.c by Rashika Kheria · 11 years ago
  76. 8203274 net: Include appropriate header file in caif/caif_dev.c by Rashika Kheria · 11 years ago
  77. fd944bd net: Mark function as static in 9p/client.c by Rashika Kheria · 11 years ago
  78. 872c7e6f Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  79. f41f031 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  80. 0ec1d15 libceph: do not dereference a NULL bio pointer by Ilya Dryomov · 11 years ago
  81. ff513ac libceph: take map_sem for read in handle_reply() by Ilya Dryomov · 11 years ago
  82. 0bbfdfe libceph: factor out logic from ceph_osdc_start_request() by Ilya Dryomov · 11 years ago
  83. 0f96b86 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
  84. 6d8c00d netfilter: nf_tables: unininline nft_trace_packet() by Patrick McHardy · 11 years ago
  85. 62f9c8b netfilter: nf_tables: fix loop checking with end interval elements by Pablo Neira Ayuso · 11 years ago
  86. 2fb91dd netfilter: nft_rbtree: fix data handling of end interval elements by Pablo Neira Ayuso · 11 years ago
  87. bd7fc64 netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and data by Pablo Neira Ayuso · 11 years ago
  88. 4a5ab4e tcp: remove 1ms offset in srtt computation by Eric Dumazet · 11 years ago
  89. dbe1730 bridge: fix netconsole setup over bridge by Cong Wang · 11 years ago
  90. ed98df3 net: use __GFP_NORETRY for high order allocations by Eric Dumazet · 11 years ago
  91. 00fe11b netpoll: fix netconsole IPv6 setup by Sabrina Dubroca · 11 years ago
  92. 661dbf3 net: sctp: fix initialization of local source address on accepted ipv6 sockets by Matija Glavinic Pecotic · 11 years ago
  93. 63b5f15 ipv4: Fix runtime WARNING in rtmsg_ifa() by Geert Uytterhoeven · 11 years ago
  94. 0165d93 netfilter: nf_tables: fix racy rule deletion by Pablo Neira Ayuso · 11 years ago
  95. b8ecbee netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET by Patrick McHardy · 11 years ago
  96. fab57a6 mac80211: fix virtual monitor interface iteration by Johannes Berg · 11 years ago
  97. 338f977 mac80211: fix fragmentation code, particularly for encryption by Johannes Berg · 11 years ago
  98. d4c80d9 mac80211: Fix IBSS disconnect by Sujith Manoharan · 11 years ago
  99. 0297ea1 mac80211: release the channel in error path in start_ap by Emmanuel Grumbach · 11 years ago
  100. f9d15d1 cfg80211: send scan results from work queue by Johannes Berg · 11 years ago